New editor features

Working on new editor enhancements?
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 tinman.

Hi,

Is the editor section in the manual going to be updated? Currently it seems rather outdated and I don't know what the Compiler->Compiler Options->Command Line edit box is for. I'm guessing it's a custom command line to be passed to the PBCompiler.exe?

If you can't be bothered with this stuff, just tell me what it is supposed to do and I'll update the docs in the CVS repository.


--
It's not minimalist - I'm increasing efficiency by reducing input effort.
(Win98first ed. + SP1, PB3.30)
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 plouf.

its for argumends passed to you program with
F5
i.e. taken with programparameter()

Christos
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 tinman.
Originally posted by plouf

its for argumends passed to you program with
F5
i.e. taken with programparameter()
Thanks for that. Next question: what does the "Group markers together" option do? :)

Cheers.

--
It's not minimalist - I'm increasing efficiency by reducing input effort.
(Win98first ed. + SP1, PB3.30)
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 plouf.

it does "group" comments together
i.e. if you have some ";- bla bla" comments
before procedures and some after it will
"groups" the comments ,together,first and procedures later

Christos
Post Reply