Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| plugins:shortkeys [2014/02/09 01:50] – external edit 127.0.0.1 | plugins:shortkeys [2018/01/10 20:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Shortkeys ====== | ====== Shortkeys ====== | ||
| - | If you are familiar with Visual Assist plug-in for Visual Studio, most of the functions provided by Shortkey plug-in will be well known for you. | + | If you are familiar with Visual Assist plug-in for Visual Studio, most of the functions provided by Shortkey plug-in will be well known to you. |
| - | The plug-in covers some gaps in editing/ | + | The plug-in covers some gaps in editing/ |
| ===== Comment/ | ===== Comment/ | ||
| Line 15: | Line 15: | ||
| ===== Insert _ after m and Shift ===== | ===== Insert _ after m and Shift ===== | ||
| - | If you are using Hungarian notation for starting you member variables with **m_**, this shortkey will help you in automatic insertion of **_** after m and pressed Shift. | + | If you are using Hungarian notation for starting you member variables with **m_**, this shortkey will help you in an automatic insertion of **_** after m and pressed Shift. |
| + | ===== Smart Block (Multi Line) Comment ===== | ||
| + | Feature simplifies formatting of block comment by adding additional ***** symbol on each next line after block comment opening **/ | ||
| + | |||
| + | For example, if you have: | ||
| + | <code c++>/* |</ | ||
| + | and press //Enter// at the end of line, editor will add leading *****, like this | ||
| + | <code c++>/* | ||
| + | * |</ | ||
| + | |||
| + | Lead indentation is also taken into account. | ||
| ===== Install ===== | ===== Install ===== | ||
| You can install plugin directly from HippoEDIT Plugins options page (// | You can install plugin directly from HippoEDIT Plugins options page (// | ||
| Line 23: | Line 33: | ||
| ===== More ===== | ===== More ===== | ||
| For details about integration, | For details about integration, | ||
| + | |||
| + | |||
| #plugin | #plugin | ||