options:xml:edge-up-down-navigation

Differences

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

Link to this comparison view

Next revision
Previous revision
options:xml:edge-up-down-navigation [2016/08/20 16:20] – created adminoptions:xml:edge-up-down-navigation [2018/01/10 20:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Edge Up/Down Navigation ====== ====== Edge Up/Down Navigation ======
  
-In most of the Windows applications and in previous versions of HippoEDIT, left mouse click on text editor area of the inactive/non-focused applicationleads to the activation of the application + setting of the focus on clicked element + **updating caret position**Caret is moved to place, where activation mouse click was done.  +{{ :options:xml:edge_up_down_navigation.png|Edge Navigation for Up/Down commands}}By default, HippoEDIT, when navigating in document up/down will jump to start of the document (0,0) or to the end of the document (LastLine, LastLineEndPos), if up/down is pressed on the first/last line of the document. This is a smart feature of the HippoEDIT, which is, however, not work like this in other editors. If you do not like default behavior you can modify it by XML flag.  
-This is not always expected and leads to such workaround, as activation click on some UI area, where activation may be done without caret position update (outside of the text editor). +Default behavior of Up/Down navigation on first/last line can be controlled by following XML flag in **settings.xml**:
- +
-The XML flag "IgnoreFirstClick" controls how HippoEDIT works in described case. If XML flag is set to true or undefinedfirst left mouse click on inactive text editor area will only activate the application and will set the focusbut will **not ** move the caret. If you do not like this behaviour you can revert logic to standard one, using instruction below +
- +
-Default behavior of Up/Down navigation on first/last line can controlled by following XML flag in **settings.xml**:+
 <code xml> <code xml>
 <General> <General>
Line 12: Line 8:
 </General> </General>
 </code>  </code> 
-Default value is **true**.+Default value is **true** - means jump to start/end of the document on up/down commands on first last line of the document. 
 +If set to **false**, the editor will not move caret on up/down commands on the first/last line.
  
 <note>The feature available from HippoEDIT 1.60.34</note> <note>The feature available from HippoEDIT 1.60.34</note>
  
 #xml_option #1_60 #xml_option #1_60