|
发表于 2009-5-9 17:48:46
|
显示全部楼层
原帖由 xingwaixin 于 2009-5-9 16:18 发表
看着好像是给C用的。HDL语言能用吗。
System Verilog Language Support
SlickEdit now provides language support for System Verilog including:
• Color Coding - assign different colors to identifiers, functions, strings, comments, etc. See Color Coding for information.
• List Members - displays a list of members for classes, interfaces, structs, etc. when you type a Dot (dereference character). See List Members
• Parameter Info - displays the prototype for a function when you type the function operator, such as an open parenthesis. See Parameter Information
• Source Code Navigation and Lookup - jump from a symbol to its defintion using Ctrl +Dot (in the CUA emulation). Display a list of references and optionally jump to the first reference using Ctrl +/ In both cases, you can return to the original location using Ctrl +Comma . For more information see Code Navigation.
• Syntax Expansion - saves you typing by expanding block statements like if and for, after you type the initial keyword followed by a space. See Syntax Expansion for more information.
• Syntax Indenting - automatically indents each line as you type according the syntax of your code. For example, lines contained in block structures, like if and for, are indented by the amount you specify in the Options. See Syntax Indent for more information. |
|