Page 1 of 1

PB Editor 'editing speed' question

Posted: Sat Sep 27, 2014 6:47 pm
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,

Re: PB Editor 'editing speed' question

Posted: Thu Nov 20, 2014 10:02 am
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.