Hey all, those days i were been working on new ide because the oreginal DarkBasic Pro's IDE kinda buggy to me.
Here is snapshot:
IDE Features:
- Able to compile
- Able to compile and run
- Progress bar in the compiler window (3 progress bars
)
- keyword shotcuts (ill talk about it lil bit down here..)
- Able to load and save whole project
- Backup on every save you will do.
- able to load/save the oreginal ide's files.
- F2 to open new source file and write
- as in the oreginal, F4 and F5 keys are to compile project
- Able to add dbp's keywords in around 0.5 seconds (here)
- able to save keywords in .gkey format (my own keywords format) and the load time is around 0.05 seconds of that keyword format.
- able to set default project so once you will enter the IDE, the project will be loaded automaticly.
- able to write comments and save
- able to write ToDo list and save it.
- The Settings/Files/Poroject buttons are fully functional like in the Oreginal IDE Settings/Files/Project buttons.
- able to find use Go-To line.
- able to close all the opened Tabs, and close single tab in one key
- you got CTRL + SPACE keywords list (it also says the keyword parameters)
- at the Status-Bar, once you will enter some keyword, he will tell you exactly the parameters. (like in the BlueIDE)
- you are able to modify the keywords inside the CTRL + Space list. you can make them all big/small/no change or Smart (smart, means that the 1st letter will be big and all other will be small)
the Keywords - shortcuts, is the shotcut, like you writing something inside the editor, and it will replace it with the full code..
for example,
if u will write "!fps" - it will replace to you with "Print "FPS: "+str$(Screen FPS())"
commands:
!fps
!polys
!opx/y/z - object position x/y/z
!po - position object
and more
well, so far soo good..