Alternative editor for Pure Basic

Share your advanced PureBasic knowledge/code with the community.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.

Hi there just found another nice free editor.
http://www.code-genie.com/
It seems it has nice things like autocomplete and other nice gizmos.
On the homepage I saw also a german version.



Have a nice day...
Franco
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

For those which use another editor, PureBasic v2.80 generate a textfile which contains all internal functions, sorted alphabetically, with the QuickHelp in the compiler drawer. Just take a look, some of you asked a such options some times ago.. (PBFunctionListing.txt).

Fred - AlphaSND
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Danilo.

How does the QuickHelp thingy work ??

I´ve never seen a "QuickHelp" or so.
Only way i can see the help is by
pressing "F1" over a command.

cya,
...Danilo

(registered PureBasic user)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.
How does the QuickHelp thingy work ??
Well it's populated in the StatusBar. (Sometimes it doesn't show up...)

In the file PBFunctionListing.txt you see what the QuickHelp is showing.
I suppose that PBFunctionListing.txt gets his information from the libraries...

So if you build a library then you can comment your function in the *.desc file and this will be in the QuickHelp.


Have a nice day...
Franco
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

That's exactly that.

Fred - AlphaSND
Post Reply