Martijn Laan 1 rok pred
rodič
commit
e0d4d897c3
1 zmenil súbory, kde vykonal 6 pridanie a 2 odobranie
  1. 6 2
      whatsnew.htm

+ 6 - 2
whatsnew.htm

@@ -32,16 +32,20 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
 
 <p><a name="6.4.0"></a><span class="ver">6.4.0-dev </span><span class="date">(?)</span></p>
 <p><span class="head2">Compiler IDE changes</span></p>
-<p>The editor component used by the Compiler IDE has been updated from an old version of Scintilla to the latest version:</p>
+<p>The editor component used by the Compiler IDE has been updated from an old version of Scintilla to the latest version.</p>
+<p>Multiple selection editing has been improved:</p>
 <ul>
   <li>Added shortcut to add the next occurrence of the current word or selected text as an additional selection (Alt+Shift+.).</li>
   <li>Added shortcut to select all occurrences of the current word or selected text (Alt+Shift+;).</li>
-  <li>Added shortcuts to move selected lines up or down (Alt+Up and Alt+Down).</li>
   <li>Added shortcuts to add a word or line as an additional selection (Ctrl+Double Click and Ctrl+Triple Click).</li>
   <li>Multiple selection now works over horizontal movement and selection commands.</li>
   <li>Multiple selection now works over line up and down movement and selection commands.</li>
   <li>Multiple selection now works over word and line deletion commands, and line end insertion.</li>
   <li>When autocompleting with multiple selections present, the autocompleted text now goes into each selection.</li>
+</ul>
+<p>Other changes:</p>
+<ul>
+  <li>Added shortcuts to move selected lines up or down (Alt+Up and Alt+Down).</li>
   <li>The icons used by the editor's gutter are now supported even at very high DPI.</li>
 </ul>