- 주로 Multi-threading 프로그래밍을 할 때, 문제가 되는 bug들이 많이 fix 되었단다.
 - 사소하 버그지만 아래 Disable된 Breakpoints가 보이지 않던 버그도 수정 되었다.



 - Close All But This는 있는데 Close All이 없었다.
 - 창을 실수도 닫았는데.. 방금 닫은 창을 다시 열고 싶다.
 - 해당 소스코드가 있는 폴더를 cmd 로 열고 싶다.
 - 등등등..



Posted by U∙Seung





약간 지난 소식 이지만.. Visual Studio 2008 Shell Runtime을 기반으로하여 IronPython 프로그래밍을 할 수 있는 IDE가 나왔습니다. IronPython Studio라는 녀석이고요, 설치용 다운로드 및 소스코드 다운로드도 가능합니다.

동영상을 보시면 빠른 이해가 되시리라 봅니다만 지원되는 기능을 간략히 나열 해보면...
- Project creation
 -Syntax coloring
- Intellisense
- Debug supporting (break point, watch, locals, autos .. )
- Immediate window
- IronPython console window
  * intellisense in console window
- WinForm Application
- WPF Application
- Code Snippets


설치 방법은...
#1. Microsoft Visual Studio 2008 Shell (isolated mode) Redistributable Package
#2. IronPython Studio December 2007 CTP Setup

을 순서대로 설치하면 됩니다.


Known Issues more...

Posted by U∙Seung
저도 이번엔 링크 위주의 글을 하나 적어 봅니다.

요즘 Visual Studio 2008을 쓰는데 Javascript 기능이 매우 좋아진 것 같습니다.
다른 Visual Studio가 좋은 IDE임은 누구나 다 인정 하지만, 특히 Javascript 에서는 빛을 발한다는 느낌이 듭니다.

Visual Studio 2008에서는 Intellisense기능과 Syntax Check 기능이 강화되었습니다.
사실 Javascript 처럼 Cloure가 지원되는 언어들은 완벽하게 Intellisense를 지원하는데 한계가 있습니다만 Visual Studio가 나름 잘 지원해주는 것 같네요. Syntax Error Check는 자주 Syntax error가 나진 않지만 Run time error에 들어가기전에 한번 걸러준다는 점에서 매우 소중한 기능이고요.


자세한 내용은 아래에..

Javascript Intellisense in Visual Studio 2008
- VS 2008 JavaScript Intellisense
- JScript IntelliSense in Visual Studio Orcas
- More Javascript Intellisense with Visual Studio 2008 Beta 2


Javascript Intellisense for Silverlight
- Javascript Intellisense in VS 2008 for Silverlight 1.0 
- Silverlight 1.0 full Javascript Intellisense


Javascript Syntax Check
- JScript Syntax Check in Visual Web Developer 2008 Beta2



--

참, Visual Web Developer 2008 Expression Edition은 무료로 다운받아서 사용하실 수 있습니다.

Posted by U∙Seung