It is currently Wed Jun 19, 2013 7:56 am

All times are UTC + 1 hour




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

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[released]
- FIXED : indent (for non-bold keywords)
- ADDED : custom indent tags ;< and ;> like JAPBE
- ADDED : indent start..stop PB commands


Code:
ProcedureCDLL DUMMY(param.l)
   ;///// STRUCTURE
   Structure TEST
      a.l
      b.s
      StructureUnion
         x.l
         y.l
      EndStructureUnion
   EndStructure
   
   ;///// START-STOP PB FUNCTIONS
   StartDrawing()
      If a>1
         Select a
            Case 10
            Case 20
            Default
               Debug "POP"
         EndSelect
      ElseIf Not a=0
         ;> indent
            Debug "POP"
         ;< unindent
      Else
         FillArea(x, y, 1, 0)
      EndIf   
   StopDrawing()
EndProcedure

DataSection
   NumericalData:
   Data.l 100, 200, -250, -452, 145
EndDataSection

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


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 06, 2008 11:38 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[released v2.5]
- ADDED : autocomplete end keyword ( by pressing RETURN key like JAPBE )
- UPDATED : configuration panel with tooltip

Image

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


Last edited by eddy on Wed Apr 09, 2008 1:06 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 07, 2008 10:52 am 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 30, 2007 11:54 pm
Posts: 442
Location: ger
thank you.
the only thing is still these *.ini files flying around :lol:
could you maybe live with the following? :
if such a file is found in the program dir of the tool, it will be used and no other ini is created somewhere else. if the program dir doesn't contain that ini file it will create them in the source directories like it's doing it now. (but maybe one more checkbox is even simpler)


for the other people:
try the tool, it's great!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 08, 2008 9:08 am 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
It would be simplier if all parameters are stored inside the source code.
( if possible )

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 08, 2008 10:34 am 
Offline
Addict
Addict
User avatar

Joined: Thu Feb 09, 2006 11:27 pm
Posts: 1720
eddy wrote:
It would be simplier if all parameters are stored inside the source code.
( if possible )


Good point - but putting the ini into the local directory should be also ok!
using the function GetPathPart(ProgramFilename()) will do so or something like...

Ini.s=ProgramFilename()
Ini=left(ini,len(ini)-3)+"ini"

Michael


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 08, 2008 12:03 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
oops! I misunderstood! I'm tired :shock: ... In my mind, you wanted a INI file in each source directory. :lol:

<edit>
Ok, I'll fix this INI problem.

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 08, 2008 1:21 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Sep 04, 2007 2:18 pm
Posts: 127
Nice tool, thanks.

Saves me alot of time so others may read my code.

Now you need to make an advanced remark creator. Kinda like we select a block, type in our remark, and walla, a nice formatted block with a remark.

Thanks for the tool man.


Top
 Profile  
 
 Post subject: Re: PB IDE plugin : smart indent, remove spaces, autocomp...
PostPosted: Wed Apr 09, 2008 12:48 am 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[released v2.6]
- ADDED : quick installer (double-click on EXE file)
- FIXED : save single INI file

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


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 09, 2008 1:53 pm 
Offline
Enthusiast
Enthusiast

Joined: Thu Aug 30, 2007 11:54 pm
Posts: 442
Location: ger
perfect for me now, thanks :D


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 2:51 am 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
[released v2.7]
- ADDED : autocomplete comment block

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 3:43 am 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
works fine here, thanks

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 15 (x64) | RealSource

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 2:36 pm 
Offline
Enthusiast
Enthusiast
User avatar

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

_________________
POiNT.OF.PRESENCE group


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 7:38 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
Code:
works fine here, thanks

Good

There's no more option to add.

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


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 7:46 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Apr 05, 2007 12:15 am
Posts: 894
Location: Nuremberg, Germany
Works well here, very handy tool :P
Thanks...

_________________
Windows 7 & PureBasic 4.4


Top
 Profile  
 
 Post subject:
PostPosted: Sat Apr 19, 2008 1:48 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Sep 04, 2007 2:18 pm
Posts: 127
Rather annoying bug.

When you select a large block, then right click, then click on insert comments:

IDE crash, general Exception.

Purebasic 4.10

I comment large blocks when looking at differences between OpenGl and Directx rendering often.

Thanks.


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 ... 10  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 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:  
cron

 


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