call indentation tool
Posted: Fri Mar 22, 2013 6:33 pm
Hi,
Is there a way to call programmatically the indentation tool for specified lines ?
Is there a way to call programmatically the indentation tool for specified lines ?
http://www.purebasic.com
https://www.purebasic.fr/english/
sendkeysskywalk wrote:Don't know, but have you tried sendkeys( [Ctrl+i] ) in a PB tool?
indentation shortcut = [Ctrl+i].
Add 2 files...Preferences wrote:[OpenedFiles]
Count = 5
Close IDE...Preferences wrote:[OpenedFiles]
Count = 5
freak said to use the PB_TOOL_FileList environment variable instead.Preferences wrote:[OpenedFiles]
Count = 7
During the test, there was a conflict between Ctrl+C & Ctrl+Imsdn wrote:This function does not reset the keyboard's current state. Any keys that are already pressed when the function is called might interfere with the events that this function generates.