PB Editor 'editing speed' question

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
marc_256
Addict
Addict
Posts: 837
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

PB Editor 'editing speed' question

Post by marc_256 »

regarding http://www.purebasic.fr/english/viewtop ... 18&t=60636

Is it possible to have a simple Editor, where we can disable/enable all checkings ?
To have a very 'notepad' like text editor.

This to have an higher text edition speed, for large files.

Thanks,
marc,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: PB Editor 'editing speed' question

Post by PB »

> Is it possible to have a simple Editor, where we can disable/enable all checkings ?

I assume you've already disabled all the syntax coloring and other such settings?

> To have a very 'notepad' like text editor.

You can actually use Notepad/WordPad (or any text editor) to edit your sources.
PureBasic source files are just plain text. Just need to point to the source with
the compiler. Plenty of examples in these forums if you look.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply