|
Keyboard shortcuts provide a quick and easy way of navigating though JIRA without having to take your fingers off the keyboard. Activating ShortcutsShortcuts are activated by simultaneously pressing the modifier key and the specific access key. For example, pressing 'Alt + C' in Firefox (on Windows) will create a new issue. The access key is an identifying key for a particular page element. The access key is commonly identified by the underlined character on the element label. Access KeysThe shortcuts that are currently available, and their default access keys, are:
Modifier KeysThe modifier key will differ with each operating system and browser. For example, when running Firefox on Mac OSX you will need to type 'Ctrl' + 'S' to submit a form, while on Windows you will need to type 'Alt' + 'S'. The following table identifies the modifier keys for the various combinations:
Note
- In Internet Explorer, links will only be highlighted by shortcut keys; you will need to press Enter to proceed. Buttons, however, are activated through the shortcut. - In Opera, buttons will only be highlighted by shortcut keys; you will need to press Enter to proceed. |
Visual Studio(이하 VS) 2005의 기능 중 하나인 HTML Validation은 사용자가 선택한 Target(DTD)에 맞춰 HTML Markup, CSS, JScript의 유효성을 검사하고 그 결과를 error list에 보여준다.
특히 Markup의 경우 DTD가 지원하지 않는 tag나 attribute을 사용하는 경우에도 error list에 남게 되는데 Dojo toolkit의 Widget처럼 사용자 정의 attibute을 이 사용하는 경우 프로젝트를 한번 빌드하면 너무 많은 에러가 떨어져서 실제 C#/ASP.NET 코드의 에러와 섞여 아주 불편한 경우가 많다.
[ Visual Studio 2005의 Error List ]
하지만 Visual Studio Web Tools 팀의 Mikhail Arkhipov의 최근 블로그 포스트에 따르면 VS 2008 RTM 부터는 이부분이 개선 된다고 한다.
[ Visual Studio 2008의 Tools > Options화면 ]
위 화면에서 처럼 옵션이 체크가 되면 HTML Markup과 CSS Validation error는 warning이 되고 warning("deprecated attribute warning" 같은)은 message가 된다고 한다.
원문은 Visual Studio 2008 다운로드는 아래를 참조하세요.




댓글을 달아 주세요