Starting PB Compiler from Notepad++

Everything else that doesn't fall into one of the other PB categories.
marc_256
Addict
Addict
Posts: 844
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Starting PB Compiler from Notepad++

Post 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,
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Starting PB Compiler from Notepad++

Post 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...
User avatar
graves
Enthusiast
Enthusiast
Posts: 160
Joined: Wed Oct 03, 2007 2:38 pm
Location: To the deal with a pepper

Re: Starting PB Compiler from Notepad++

Post 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.
User avatar
spikey
Enthusiast
Enthusiast
Posts: 771
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: Starting PB Compiler from Notepad++

Post 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
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Starting PB Compiler from Notepad++

Post 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...
marc_256
Addict
Addict
Posts: 844
Joined: Thu May 06, 2010 10:16 am
Location: Belgium
Contact:

Re: Starting PB Compiler from Notepad++

Post 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
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
Post Reply