One enhancement that I would like to see in the editor is:
By pressing the F2 key (or any unassigned function key) it duplicates the current line of code in the editor. A simple but yet easy way to duplicate a line of code. A lot of code editors have this and I use this kind of keystroke all the time with my other compilers.
Thanks in Advance!
Duplicate a line of code...
Re: Duplicate a line of code...
If using the PureBasic IDE just press Control + D. I believe that is actually a Scintilla shortcut to duplicate the current line.HwyStar wrote:One enhancement that I would like to see in the editor is:
By pressing the F2 key (or any unassigned function key) it duplicates the current line of code in the editor. A simple but yet easy way to duplicate a line of code. A lot of code editors have this and I use this kind of keystroke all the time with my other compilers.
Re: Duplicate a line of code...
Ctrl+D also duplicates whatever you have selected, if more than one line.
Re: Duplicate a line of code...
Thanks Guys!
I just spotted the original post that has many of the shortcut keys at:
http://www.purebasic.fr/english/viewtop ... 18&t=41065
I just spotted the original post that has many of the shortcut keys at:
http://www.purebasic.fr/english/viewtop ... 18&t=41065