Page 1 of 1
Starting PB Compiler from Notepad++
Posted: Sun Sep 29, 2013 8:10 am
by marc_256
I'm using big (in size) programs for my software I'm developing.
So, PB editor becomes very, very slow to edit with.
For some time, I'm using Notepad++ for editing my files,
with some additional stuff like splitting window ...
So I need to switch from one program to another, to test my stuff.
Is there a possibility to start PB Compiler from within Notepad++ ?
Thanks,
marc,
Re: Starting PB Compiler from Notepad++
Posted: Sun Sep 29, 2013 3:23 pm
by jassing
Yes, there's a plugin for notepad to run an external script/program.
Did you create a wordlist/syntax highlighter for pb in notepad++?
I've just started using it; as my old editor (UltraEdit)has become to bloated and slow...
Re: Starting PB Compiler from Notepad++
Posted: Mon Sep 30, 2013 8:31 am
by graves
Has someone tried Multi-Edit? (
http://www.multiedit.com).
I use it for a lot of time and it is very rapid.
And you can define compilers for every language.
Re: Starting PB Compiler from Notepad++
Posted: Mon Sep 30, 2013 11:30 am
by spikey
jassing wrote:Did you create a wordlist/syntax highlighter for pb in notepad++?
There are several kicking around in this thread, I don't know if they've been updated to 5.20 though...
http://www.purebasic.fr/english/viewtop ... 17&t=41069
Re: Starting PB Compiler from Notepad++
Posted: Mon Sep 30, 2013 12:37 pm
by jassing
Thanks; I tried those -- they're too old. The last one looks promising; at least when it imported, I could see settings... PureSyn's generated code didn't work...
Re: Starting PB Compiler from Notepad++
Posted: Mon Sep 30, 2013 7:27 pm
by marc_256
@jassing
Did you create a wordlist/syntax highlighter for pb in notepad++?
Yes I did, and I'm adapting it for PB 5.20
every time I use a new command.
It is not completed right now ...
marc