Visual Studio 2010 Standalone Help Viewer -Microsoft Help Viewer Power Tool (Beta)
Development 2010. 5. 5. 19:17Visual Studio 2010에서 기존 Document Explorer 에서 Internet Browser 방식으로 바뀌어서 불편한 면이 있었는데 Microsoft Code Gallery에 Visual Studio 2010에서 사용할수있는 Microsoft Help Viewer Power Tool (beta) 가 있다. 작업표시줄에 고정할수도있고 소스코드에서 F1눌렀을때 연결도 이상 없이 작동된다.
- Visual Studio 2010
- Microsoft Help Viewer
- Sliverlight 3.0 or higher
설치
-
Eng_x64 와 Eng_x86 버전중 원하는 것으로 다운로드 링크: http://goo.gl/iKJD
설치하면 기본적으로 기존모드(in-browser mode) 로 되어있는데 Command line에서 설정을 바꾸어주어야한다.
만일 로컬 도움말을 사용중이라면 Help Library Agent 가 트레이에 실행중일수있다 실행중이라면 우선 종료해주고 c:\program files\Microsoft Help Viewer\v1.0 디렉토리에서 hlpvwpt.exe standaloneviewer=true 명령을 실행하여 Standalone Mode 로 변경하고 Help를 실행해보자
c:\>cd "\Program Files\Microsoft Help Viewer\v1.0"
C:\Program Files\Microsoft Help Viewer\v1.0>HlpVwPT.exe standaloneviewer=true
만일 다시 기존모드로 돌아가고자 한다면 HlpVwPT.exe standaloneviewer=false 를 실행해주면된다 만일 Help Library Agent 가 실행중이라면 종료해 주어야 바뀐 모드가 적용된다.
C:\Program Files\Microsoft Help Viewer\v1.0>HlpVwPT.exe standaloneviewer=false
기존모드(In-browser mode): Online Help / Local Help
독립모드(Standalone mode): Online Help / Local Help
참고사이트
Visual Studio Gallery -Help Viewer Power Tool
MSDN Code Gallery -Microsoft Help Viewer Power Tool (Beta)
'Development' 카테고리의 다른 글
Clojure 개발환경 구축하기 - Getting Started with Eclipse and Counterclockwise (1) | 2012.12.27 |
---|---|
Just links: Released - Windows SDK for Windows 7 and .NET Framework 4 (1) | 2010.05.22 |
비주얼 스튜디오 2010 단축키 (Visual Studio 2010 Keybinding Cards) (0) | 2010.04.22 |
Google Test 1.5.0 Google Mock 1.5.0 release (0) | 2010.04.18 |
Visual Studio 2010 and .NET 4 Released (1) | 2010.04.13 |