|
@@ -6,6 +6,8 @@
|
|
<base href="https://jrsoftware.org/" />
|
|
<base href="https://jrsoftware.org/" />
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
body { font: calc(14rem/16)/1.5 "Segoe UI", sans-serif; color: #282828; background-color: white }
|
|
body { font: calc(14rem/16)/1.5 "Segoe UI", sans-serif; color: #282828; background-color: white }
|
|
|
|
+ a { text-decoration: none }
|
|
|
|
+ a:hover { text-decoration: underline }
|
|
a:link { color: #264b99; background-color: transparent }
|
|
a:link { color: #264b99; background-color: transparent }
|
|
a:visited { color: #5e85d7; background-color: transparent }
|
|
a:visited { color: #5e85d7; background-color: transparent }
|
|
a:active { color: #7799dd; background-color: transparent }
|
|
a:active { color: #7799dd; background-color: transparent }
|
|
@@ -50,6 +52,7 @@ For conditions of distribution and use, see <a href="files/is/license.txt">LICEN
|
|
<p>Other editor changes:</p>
|
|
<p>Other editor changes:</p>
|
|
<ul>
|
|
<ul>
|
|
<li>Added support for Visual Studio Code-style editor shortcuts, like Ctrl+D to Add Next Occurrence, Ctrl+Shift+K to delete a line and Alt+Click to add an additional cursor.<br />To activate this use the <i>Options</i> menu item in the <i>Tools</i> menu to set the new <i>Keys</i> option in the <i>Editor</i> group to <i>Visual Studio Code</i>.<br />The updated <a href="https://jrsoftware.org/ishelp/index.php?topic=compformshortcuts">Compiler IDE Keyboard And Mouse Commands</a> help topic lists all differences with the classic keyboard and mouse shortcuts.</li>
|
|
<li>Added support for Visual Studio Code-style editor shortcuts, like Ctrl+D to Add Next Occurrence, Ctrl+Shift+K to delete a line and Alt+Click to add an additional cursor.<br />To activate this use the <i>Options</i> menu item in the <i>Tools</i> menu to set the new <i>Keys</i> option in the <i>Editor</i> group to <i>Visual Studio Code</i>.<br />The updated <a href="https://jrsoftware.org/ishelp/index.php?topic=compformshortcuts">Compiler IDE Keyboard And Mouse Commands</a> help topic lists all differences with the classic keyboard and mouse shortcuts.</li>
|
|
|
|
+ <li>Added new shortcuts only available if Visual Studio Code-style editor shortcuts have been activated: Shift+Alt+Down to copy line down and Ctrl+] and Ctrl+[ to ident or unindent lines.</li>
|
|
<li>Implemented parameter hints for all Pascal Scripting support functions for quick reference to the function's parameter names, types, and order. Parameter hints can be invoked manually by pressing Ctrl+Shift+Space or automatically by using the new <i>Invoke parameter hints automatically</i> option which is enabled by default.</li>
|
|
<li>Implemented parameter hints for all Pascal Scripting support functions for quick reference to the function's parameter names, types, and order. Parameter hints can be invoked manually by pressing Ctrl+Shift+Space or automatically by using the new <i>Invoke parameter hints automatically</i> option which is enabled by default.</li>
|
|
<li>Added autocompletion support for all Pascal Scripting support functions. Existing option <i>Invoke autocompletion automatically</i> controls whether the autocompletion suggestions appear automatically or only when invoked manually by pressing Ctrl+Space or Ctrl+I.</li>
|
|
<li>Added autocompletion support for all Pascal Scripting support functions. Existing option <i>Invoke autocompletion automatically</i> controls whether the autocompletion suggestions appear automatically or only when invoked manually by pressing Ctrl+Space or Ctrl+I.</li>
|
|
<li>Added new <i>Enable section folding</i> option which allows you to temporarily hide sections while editing by clicking the new minus or plus icons in the editor's gutter or by using the new keyboard shortcuts (Ctrl+Shift+[ to fold and Ctrl+Shift+] to unfold) or menu items. Enabled by default.</li>
|
|
<li>Added new <i>Enable section folding</i> option which allows you to temporarily hide sections while editing by clicking the new minus or plus icons in the editor's gutter or by using the new keyboard shortcuts (Ctrl+Shift+[ to fold and Ctrl+Shift+] to unfold) or menu items. Enabled by default.</li>
|