[Implemented] PB Editor -> SmartIndent

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
tony
User
User
Posts: 26
Joined: Thu May 01, 2003 1:35 am
Location: California
Contact:

[Implemented] PB Editor -> SmartIndent

Post by tony »

A command to would do a MatLab-like smart indentation. You would select the text, and then it would add the correct number of spaces regarding the number of If EndIf While Wend ....

Fred, tell me if I am not being clear
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: PB Editor -> SmartIndent

Post by GPI »

tony wrote:A command to would do a MatLab-like smart indentation. You would select the text, and then it would add the correct number of spaces regarding the number of If EndIf While Wend ....

Fred, tell me if I am not being clear
Like in jaPBe-Core?

Look in the Announcement.

viewtopic.php?p=27509#27509

Download the core and type a if-else-endif over some lines.

GPI
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

There is an external tool also available
http://users.pandora.be/berikco/sources.htm
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Berikco wrote:There is an external tool also available
http://users.pandora.be/berikco/sources.htm
jaPBe do it by typing :)
Post Reply