标签:
Shortcut | Action |
Ctrl+Z | Undo |
Ctrl+Y | Redo |
Ctrl+X or Shift+Delete | Cut |
Ctrl+C or Ctrl+Insert | Copy |
Ctrl+V or Shift+Insert | Paste |
Alt+C | Comment Line |
Alt+Shift+C | Uncomment Line |
Shift+Tab | Decrease Indent |
Tab | Increase Indent |
Ctrl+Shift+U | Convert to Uppercase |
Ctrl+U | Convert selection to Lowercase |
Ctrl+Right Arrow | Go to Next Word |
Ctrl+Left Arrow | Go to Previous Word |
Ctrl+Home | Go to Top of File |
Ctrl+End | Go to Bottom of File |
Ctrl+A | Select All |
Shift+Home | Select to Beginning of Line |
Shift+End | Select to End of Line |
Ctrl+Shift+Home | Select to Beginning of File |
Ctrl+Shift+End | Select to End of File |
Ctrl+Shift+Right Arrow | Select to Next Word |
Ctrl+Shift+Left Arrow | Select to Previous Word |
Ctrl+F | Find |
F3 | Find Next |
Ctrl+H | Replace |
Ctrl+Enter | Activates auto-completion |
Left Arrow | Cursor Left |
Right Arrow | Cursor Right |
Up Arrow | Cursor Up |
Down Arrow | Cursor Down |
Menu Command | Action |
Show Whitespaces | 每个空格一个点,每个tab一个箭头 |
Show Line Endings | 每行结尾一个特征标记 |
Show Indentation Guide | 在tab间或等间隔的空格间显示一个竖线标记 |
Long Line Marker | Shows a right margin indicator at the Long Lines Limit you set in the Preferences Dialog Box - ISE Text Editor Page. |
包含Verilog、VHDL、ABEL、Tcl和UCF等的众多保留字及功能概述,这里从略
正则表达式内容较复杂,不过使用很广泛,有兴趣可以深入学习
文档程序:Xilinx ISE Help/Software Help/ISE Text Editor Help
正则表达式:《Mastering Regular Expressions》
标签:
原文地址:http://www.cnblogs.com/leyou2016/p/5912227.html