Recent

Author Topic: [SOLVED] Key shortcut for triple click  (Read 2268 times)

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
[SOLVED] Key shortcut for triple click
« on: November 23, 2015, 05:41:05 pm »
Hi,

is there any command to select line without indent spaces?
While 'Select Line' (default shotrcut CTRL+K, L) selects line *includning* spaces in front, I would prefer something like triple click. I couldn't find anything in Options->Key Mapping.

Thanks
« Last Edit: November 24, 2015, 01:06:57 am by Blaazen »
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9908
  • Debugger - SynEdit - and more
    • wiki
Re: Key shortcut for triple click
« Reply #1 on: November 23, 2015, 05:59:41 pm »
I dont think there is. The quickest is probably a macro
http://wiki.lazarus.freepascal.org/Editor_Macros_PascalScript

Blaazen

  • Hero Member
  • *****
  • Posts: 3241
  • POKE 54296,15
    • Eye-Candy Controls
Re: Key shortcut for triple click
« Reply #2 on: November 24, 2015, 01:06:32 am »
Thanks. I created macro (CTRL+SHIFT+A).
Code: Pascal  [Select][+][-]
  1. ecLineStart;
  2. ecLineStart;
  3. ecSelLineEnd;
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

 

TinyPortal © 2005-2018