Page 3 of 10
Posted: Sat Apr 19, 2008 10:09 pm
by eddy
ok i'll fix it in the next version
Posted: Sun Apr 20, 2008 5:19 am
by eddy
[released v2.8]
- FIXED : crash with long comment block
- ADDED : autocomplete Start..Stop PB functions
Posted: Mon Apr 21, 2008 2:31 am
by Booger
Awesome work. No more crashes yet.
Thanks alot for fixing, I can now use it.
Nice tool.
Posted: Thu Apr 24, 2008 12:17 pm
by Michael Vogel
The program gets better and better, thanks!
Some ideas for the program...
- (sometimes) it can take a while until a long source is formated - a button (in the option menu) to format the whole source would be fine
- the "do you want TO install the tool?" questions seems to have been interpreted as a code, because the "TO" has a capitalized "T"
- it would be fine to see the version number in the "install" message above
- I would like to be able to disable the splash screen as well
Michael
Posted: Thu May 01, 2008 2:44 pm
by eddy
Michael Vogel wrote:- (sometimes) it can take a while until a long source is formated - a button (in the option menu) to format the whole source would be fine
Oh I planned to add an option to format whole source at each loading
Posted: Fri May 02, 2008 12:53 am
by eddy
[released v2.9]
- ADDED : splashscreen option
- ADDED : format whole source after loading
- UPDATED : installer
If you have time to test it with a
big source file, give me your feedback and report me any problems.
remark : 'last opened files' are not formatted, I have to fix that.

Posted: Sat May 03, 2008 6:33 pm
by SofT MANiAC
wow!

Posted: Mon May 05, 2008 10:34 am
by Michael Vogel
It's soooo cool! Thanks
Just one small point (.), the IDE window is not active when your tool gets started automatically at startup (even without splash screen), that means one addition mouse click after starting the IDE...
Michael
Posted: Tue May 06, 2008 1:59 am
by eddy
[released v3.0]
- FIXED : editor focus at start
- FIXED : source formatting (multi-files opening)
*
* I can't format any files loaded at the start of editor.
Because the editor launches external tools after loading all files.
TODO Idea :
- remove extra empty lines
- format spaces
- compilerIf..Endif margin marks
- translation files
- lexer constant file
- tooltip to preview hidden folded content
Posted: Thu May 08, 2008 12:26 pm
by SofT MANiAC
constructions like
Code: Select all
Macro Ca (cname)
Structure d#cname
; a.w
EndMacro
Macro Ca2 (cname)
Structure d#cname
; a.w
EndMacro
makes your tool crazy:
Code: Select all
Macro Ca (cname)
Structure d#cname
; a.w
EndMacro
Macro Ca2 (cname)
Structure d#cname
; a.w
EndMacro
Posted: Thu May 08, 2008 12:30 pm
by SofT MANiAC
Also "Folding" settings ignored
Posted: Thu May 08, 2008 7:44 pm
by eddy
SofT MANiAC wrote:Also "Folding" settings ignored
I can't reproduce this problem.
For the moment I'll fix the MACRO problem.
Posted: Thu May 08, 2008 8:02 pm
by SofT MANiAC
eddy wrote:SofT MANiAC wrote:Also "Folding" settings ignored
I can't reproduce this problem
IDE -> "Preferences" -> Folding
it would be good to add option "Indent Folding Keywords"
Just I don't know another way to indent custom keywords
For example:
Code: Select all
; now (PureBasic Editor Extension v3.0)
MyKeyword
<some code>
EndMyKeyword
; must be
MyKeyword
<some code>
EndMyKeyword
Posted: Sun May 11, 2008 2:12 pm
by eddy
[released v3.1]
- FIXED : macro indent
- ADDED : remove empty lines
Posted: Sun May 11, 2008 2:54 pm
by ts-soft
Data File Host wrote:Invalid file ID.
can't download
greetings
Thomas