plugins:shortkeys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
plugins:shortkeys [2014/02/09 01:50] – external edit 127.0.0.1plugins: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/formatting functions for C like code (C, C++, JavaScript, PHP) which are not covered by standard functionality.+The plug-in covers some gaps in editing/formatting functions for C-like code (C, C++, JavaScript, PHP) which are not covered by standard functionality.
  
 ===== Comment/Uncomment Selection ===== ===== Comment/Uncomment Selection =====
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++>/* |</code>
 +and press //Enter// at the end of line, editor will add leading *****, like this
 +<code c++>/*
 +* |</code>
 +
 +Lead indentation is also taken into account. 
 ===== Install ===== ===== Install =====
 You can install plugin directly from HippoEDIT Plugins options page (//Tools->Options->Plugins//), if you have [[online-repository:start|Online Repository]] activated or by download plugin [[installation:bundle|bundle]] directly from this page and open it with HippoEDIT. You can install plugin directly from HippoEDIT Plugins options page (//Tools->Options->Plugins//), if you have [[online-repository:start|Online Repository]] activated or by download plugin [[installation:bundle|bundle]] directly from this page and open it with HippoEDIT.
Line 23: Line 33:
 ===== More ===== ===== More =====
 For details about integration, you can ask on [[http://forum.hippoedit.com/scripting-scripts-and-macros/shortkeys/|forum]]. For details about integration, you can ask on [[http://forum.hippoedit.com/scripting-scripts-and-macros/shortkeys/|forum]].
 +
 +
  
 #plugin #plugin