It is currently Fri May 24, 2013 7:16 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 143 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 10  Next
Author Message
 Post subject:
PostPosted: Sat Apr 19, 2008 10:09 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
ok i'll fix it in the next version

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 20, 2008 5:19 am 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[released v2.8]
- FIXED : crash with long comment block
- ADDED : autocomplete Start..Stop PB functions

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 21, 2008 2:31 am 
Offline
Enthusiast
Enthusiast

Joined: Tue Sep 04, 2007 2:18 pm
Posts: 127
Awesome work. No more crashes yet.

Thanks alot for fixing, I can now use it.

Nice tool.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 24, 2008 12:17 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Feb 09, 2006 11:27 pm
Posts: 1716
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


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 01, 2008 2:44 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
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

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 02, 2008 12:53 am 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[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. :?

Image

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 03, 2008 6:33 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Sep 17, 2007 10:28 am
Posts: 141
Location: P.O.P
wow! :)

_________________
POiNT.OF.PRESENCE group


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 05, 2008 10:34 am 
Offline
Addict
Addict
User avatar

Joined: Thu Feb 09, 2006 11:27 pm
Posts: 1716
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


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 06, 2008 1:59 am 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[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

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 08, 2008 12:26 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Sep 17, 2007 10:28 am
Posts: 141
Location: P.O.P
constructions like
Code:
Macro Ca (cname)
  Structure d#cname
  ; a.w
EndMacro

Macro Ca2 (cname)
  Structure d#cname
  ; a.w
EndMacro

makes your tool crazy:
Code:
Macro Ca (cname)
  Structure d#cname
    ; a.w
  EndMacro
 
  Macro Ca2 (cname)
    Structure d#cname
      ; a.w
    EndMacro

_________________
POiNT.OF.PRESENCE group


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 08, 2008 12:30 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Sep 17, 2007 10:28 am
Posts: 141
Location: P.O.P
Also "Folding" settings ignored

_________________
POiNT.OF.PRESENCE group


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 08, 2008 7:44 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
SofT MANiAC wrote:
Also "Folding" settings ignored

I can't reproduce this problem.

For the moment I'll fix the MACRO problem.

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Last edited by eddy on Thu May 08, 2008 8:03 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu May 08, 2008 8:02 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Mon Sep 17, 2007 10:28 am
Posts: 141
Location: P.O.P
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:
; now (PureBasic Editor Extension v3.0)
MyKeyword
<some code>
EndMyKeyword

; must be
MyKeyword
  <some code>
EndMyKeyword

_________________
POiNT.OF.PRESENCE group


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 11, 2008 2:12 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[released v3.1]
- FIXED : macro indent
- ADDED : remove empty lines

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 11, 2008 2:54 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4715
Location: Berlin - Germany
Data File Host wrote:
Invalid file ID.

can't download

greetings
Thomas

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Mageia 3 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 143 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 10  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye