jaPBe - Preview (just another PureBasic editor)

Developed or developing a new product in PureBasic? Tell the world about it.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Fred wrote:I already started to include some GPI mods in the official source and it will continue. It's nice to see another editor dedicated to PB growing so fast.
Without the open sourecode of the orignal-editor, jaPBe doesn't exist. Thanks for that.

Without Scintella you can't add all features (like autocompletation, better (and longer) undo-support).

Tomorrow comes the first final Version (with drag&drop, German-Language-File, Doubleclick on Include, About-window).

I must only write a plugin for the Visual Designer, because jaPBe use a complete diffrent system to detect if it runs allready and so Visual Designer can't communicate with jaPBe...
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Just tried it out - I'm super impressed. I have a new PB edit for sure!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Ok, i had write a plugin, that install a mutex of the original editor. So when the Visual designer wants to open a file in PB, PB detects the mutex and give the filename to jaPBe. But for this PB must set to "Run one instand only" and jaPBe get only one Filename...

How exact works the Visual Designer and the PB-Editor togehter?
Read the Visual Designer the Regestry and check where PB is installed?
When yes -> Would be bad, because i don't want to change the regestrie-entries of PB.

At the moment jaPBe can be run without problems with the Original editor, because i don't change any regestry-entries (i only add some, when the user press the associate-button in the preferences).

btw: The original editor is in the contextmenu of all .pb, so you can start the orignal editor form the explorer with any .pb file.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Wow :o
The best purebasic editor so far !
Post Reply