Page 1 of 1

Posted: Sat Jun 22, 2002 9:22 am
by BackupUser
Restored from previous forum. Originally posted by horst.

When I open several files with the PB editor, each one
loads another instance of Pbcompiler and Winoldap.

Wouldnt it be usefull to have a Purebasic command option
that disables the compiler functionality (or maybe do so
automatically when the file extension is not "PB", but
"PBI", for example)??



Horst

Posted: Sun Jun 23, 2002 12:19 am
by BackupUser
Restored from previous forum. Originally posted by PB.

> Wouldnt it be usefull to have a Purebasic command option
> that disables the compiler functionality (or maybe do so
> automatically when the file extension is not "PB", but
> "PBI", for example)??

Well, perhaps... but if you're never going to compile any *.pbi files, why not
just associate them with Notepad? Why associate *.pbi files with PureBasic if
you don't intend to compile them?

PB - Registered PureBasic Coder

Posted: Sun Jun 23, 2002 1:08 am
by BackupUser
Restored from previous forum. Originally posted by Danilo.

Maybe he wants to edit the .pbi files in the
PureBasic editor with Syntax Highlighting and
the use of the F1-help ??

I think the editor will get some cool improvements
when the final sourcecode is available.
So we have to wait and wait and wait...

cya,
...Danilo

(registered PureBasic user)

Posted: Sun Jun 23, 2002 8:41 am
by BackupUser
Restored from previous forum. Originally posted by PB.

> Maybe he wants to edit the .pbi files in the PureBasic editor with Syntax
> Highlighting and the use of the F1-help ??

That's a good point that I didn't consider -- I stand corrected. Sorry Horst!

> I think the editor will get some cool improvements when the final sourcecode
> is available. So we have to wait and wait and wait...

Yes, I definitely have some plans for it.


PB - Registered PureBasic Coder

Posted: Sun Jun 23, 2002 3:34 pm
by BackupUser
Restored from previous forum. Originally posted by horst.

The Purebasic editor has some advantages over the other (freeware)
editors I tested, so I would like to stick to it.

I have already made sort of a project tree with a PB file launcher,
that avoids opening several instances of the same file (which may
have painful results if you don't notice..)



Horst