Enable Scintilla missing keyboard shortcuts in IDE

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
ssb
User
User
Posts: 44
Joined: Wed Jun 21, 2006 11:09 am

Enable Scintilla missing keyboard shortcuts in IDE

Post by ssb »

The title says it all.
I really hate using a bunch of workarounds just to enable Scintilla standard shortcuts in PB IDE (eg Delete Current Line)

Thanks!
User avatar
kenmo
Addict
Addict
Posts: 2033
Joined: Tue Dec 23, 2003 3:54 am

Re: Enable Scintilla missing keyboard shortcuts in IDE

Post by kenmo »

Some similar threads...
www.purebasic.fr/english/viewtopic.php?f=3&t=52122
www.purebasic.fr/english/viewtopic.php?f=18&t=41065
www.purebasic.fr/english/viewtopic.php?f=3&t=33189


I agree: many of the available Scintilla commands should be added as "official" PB shortcuts which can be configured in the IDE.

Currently I run a custom IDE tool which adds extra Scintilla functionality (for example, I like SCI_MOVESELECTEDLINESUP / DOWN)
Post Reply