Page 10 of 10

Posted: Tue Aug 18, 2009 10:48 pm
by eddy
WIP
revritting spacing function

Posted: Wed Aug 19, 2009 4:45 am
by eddy
v3.9b released
- PB4.40 code
- fixed installer
- theme support : new icons for silk theme
- revritting spacing function :
math operators, comparison operators

:arrow: v3.9beta - Download >> PureBasic Editor Extension

Posted: Sat Aug 22, 2009 10:09 am
by Kiffi
Hello eddy,

yesterday i want to test your PureEditorExtension (with PB4.4 B2)
and i get the following errormessage in an endless-loop:
PureEditorExtension Error wrote:Sci=15008634
PB=131434
ErrorFile=D:\PureBasic\Examples\External Tool Sources\PureEditorExtensionDLL.pb
ErrorCode=-1073741819
ErrorLine= [different; sometimes 1782; in most cases 80]
Greetings ... Kiffi

// Edit: This only happens on IDE-Load while restoring the recent files
PureBasic.prefs wrote:[...]
[OpenedFiles]
Count = 1
OpenedFile_1 = D:\sources\myTestSource.pb
OpenedProject = D:\sources\myTestProject.pbp <-- myTestProject.pbp includes myTestSource.pb
[...]
if i remove OpenedFile_1 or OpenedProject,
PureEditorExtension works as expected.

Posted: Sat Aug 22, 2009 1:55 pm
by eddy
Disable the automatic formatting option in the first tab

Re: PB IDE plugin : smart indent, remove spaces, autocomplet

Posted: Wed Apr 07, 2010 11:17 pm
by eddy
With the last PB version, it's time to say byebye to the "smart indent" functionnality. :mrgreen:

Now few things miss in the IDE:
- code beautifier (fix spacings)
- auto-complete (using RETURN key)

Re: PB IDE plugin : smart indent, remove spaces, autocomplet

Posted: Thu Apr 08, 2010 9:04 am
by Fred
For the autocomplete RETURN key, you can set it in the preference, no ?

Re: PB IDE plugin : smart indent, remove spaces, autocomplet

Posted: Thu Apr 08, 2010 9:34 am
by Foz
I think he is talking about when you type in a full line, it then adds the other line:

Code: Select all

If a = b<press Return here>
EndIf <-- Added automagically on the press of the Return
If I haven't got the wrong end of the stick, then +1 :D

Re: PB IDE plugin : smart indent, remove spaces, autocomplet

Posted: Sun Dec 18, 2011 1:47 pm
by PureLust
Hi eddy,

is this whole thing obsolete now, or are your PB-Extensions still usable/helpful with PB 4.60?

If it will still supports 4.60, it would be nice if you could upload it again, because the filehoster you have used has removed your files already.
(If you are looking for a reliable(?) Filehoster, you may have a look at Alexanders free filehosting Service.)

Thanks and greets,
PL.