It is currently Fri May 24, 2013 9:24 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: ToolBox Manager V1.0.4
PostPosted: Wed Feb 15, 2012 2:30 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Oct 22, 2003 2:51 am
Posts: 734
Location: Canada
Hello everyone,

The ToolBox Manager V1.0.0 is available to download. Unfortunately you will have to compile the source of this program your self. (The code compile fine Under Linux Mint 12 x64 and Windows XP SP3)

Edit V1.0.1 : I have added an Opening mode. see toolbox_manager_en.html for details
Edit V1.0.2 : Forget to mention, miscellaneous bugs correction.
Edit V1.0.3 : Only *.pb and *.pbi files can be viewed by ToolBox Manager.
Edit V1.0.4 : Now it's possible to load the file under the cursor.

Download link : ToolBox_Manager_V104.zip

have fun !

Best regards
Guimauve


Last edited by Guimauve on Thu Mar 01, 2012 1:10 pm, edited 4 times in total.

Top
 Profile  
 
 Post subject: Re: ToolBox Manager V1.0.0
PostPosted: Wed Feb 15, 2012 5:37 am 
Offline
Addict
Addict

Joined: Fri Oct 23, 2009 2:33 am
Posts: 2862
Location: Wales, UK
Hi Guimauve, are you going to tell us what ToolBox Manager is for/does? I'm going to assume it has nothing to do with a bag of spanners........ :?

_________________
IdeasVacuum
If it sounds simple, you have not grasped the complexity.


Top
 Profile  
 
 Post subject: Re: ToolBox Manager V1.0.0
PostPosted: Wed Feb 15, 2012 6:34 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Oct 22, 2003 2:51 am
Posts: 734
Location: Canada
IdeasVacuum wrote:
Hi Guimauve, are you going to tell us what ToolBox Manager is for/does? I'm going to assume it has nothing to do with a bag of spanners........ :?


Ok I will put you into the context.

You currently developing a 3D game consisting of 6 different programs. These program use basically the same custom libraries and also use many custom libraries used in many other program. So in the past few years have take the bad Idea to copy the same file 5,6,7,8,9 and more time to all different project folders. Updating these custom libraries are so painful I have place all of these file in the same folder. Now with my ToolBox Manager tool I can manage these files more easily.

So instead of writing in my code :
Code:
IncludeFile "/home/guimauve/codes purebasic/librairies/maths/vector/vector2.pb"
IncludeFile "/home/guimauve/codes purebasic/librairies/maths/vector/vector3.pb"
IncludeFile "/home/guimauve/codes purebasic/librairies/maths/vector/vector4.pb"


I can simplify the IncludeFile to this :
Code:
ToolBoxFile "vector2.pb", "vector3.pb", "vector4.pb"

As we can see, it's lighter to read !

ToolBox Manager intercept the PB_EditorOutput.pb to change ToolBoxFile "vector2.pb", "vector3.pb", "vector4.pb" back to
Code:
IncludeFile "/home/guimauve/codes purebasic/librairies/maths/vector/vector2.pb"
IncludeFile "/home/guimauve/codes purebasic/librairies/maths/vector/vector3.pb"
IncludeFile "/home/guimauve/codes purebasic/librairies/maths/vector/vector4.pb"

Just before the Compile/Execute so for the compiler it's obsoletely normal source code. Moreover, ToolBox Manager allow the user to select witch source code are need for the current project thought a selecting window and insert a line like this
Code:
ToolBoxFile "matrix22.pb", "matrix33.pb", "matrix44.pb"

The source code after the TooBoxFile keyword can be load in the IDE for review, correction, modification, update an so on.

This what ToolBax Manager do. Managing not compiled libraries written in PureBasic. It's similar to FreeMat or MatLAB ToolBox system. The only differences is in PureBasic we still have to Include the source file.

I hope this can help you to understand.

Best regards.
Guimauve


Last edited by Guimauve on Wed Feb 22, 2012 2:40 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: ToolBox Manager V1.0.0
PostPosted: Fri Feb 17, 2012 3:43 pm 
Offline
Addict
Addict

Joined: Fri Oct 23, 2009 2:33 am
Posts: 2862
Location: Wales, UK
I see, now that is clever :mrgreen:

_________________
IdeasVacuum
If it sounds simple, you have not grasped the complexity.


Top
 Profile  
 
 Post subject: Re: ToolBox Manager V1.0.0
PostPosted: Sun Feb 19, 2012 8:23 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Oct 22, 2003 2:51 am
Posts: 734
Location: Canada
Hello everyone,

I have just updated the source code archive. 5 different modes has to be configured to use ToolBox Manager : Preferences, Compile/Run, Create Executable, Load File and insert File.

See "toolbox_manager_en.html" for details.

Best regards
Guimauve


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: Exabot [Bot] 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