Worklog for Roccia

Worklog 1

Return to Worklogs

Beta 0.8.11(Posted 2004-05-06)
First complete and usable beta.

Project management still to do but all others things should work as expected



First public beta(Posted 2004-05-03)
Finally I can publish very first beta preview

I've replaced the RichTextBox control with a new Editing control made by myself so I can extend it just the way I want.

For info and downloads go to
http://www.beggi.it/roccia/projects.asp



Minor Bug Fixes and Updated To-Do List(Posted 2004-04-05)
I've find out and corrected some bugs that reset horizontal scroll position to 0 when scrolling vertically.

Now i'm working on the Autocomplete-Code (already present in my first build but need to be revisited in order to work with the new version of NJABE)


Still to do before beta preview:
-Find/Replace
-Autoindent/Indent Block/Unindent Block
-Comment block/Uncomment Block
-Settings Dialog



NJABE - Not Just Another Blitz Editor(Posted 2004-04-03)
After a big while I found a bit of time to work again on this project.

Switched back again to a simple RichEditBox but now its a lot improved: it's as fast as CodeMax in loading/parsing/colorizing code but since i've programmed it by my own I have full control over it.

User interface improved too, thanks to some controls from http://www.vbaccelerator.com

I've rebuild my web site in order to be able to get feedback from users.

See you soon!



NJABE - Not Just Another Blitz Editor - Changed Code Editor Component(Posted 2003-11-17)
I Took the decision to migrate to CodeMax Editor.
I'v already translated my code to use this so great component so NJABE will use that.

It's enormously faster than RichTextBox.

Now Loading and parsing a 300kb file with 10000 lines of code only took 1.5s

See you soon for first NJABE beta release



NJABE - Not Just Another Blitz Editor(Posted 2003-11-17)
Thanks to Kanaty, i found a great FREE Editor Component (CodeSense) and I'm evaluating if it can make my life easier.

Don't know at the moment if I will continue using a simple RichTextBox control or use CodeSense.

This decision will just delay first beta release of one day or two but peraphs will make NJABE even better.



NJABE - Not Just Another Blitz Editor - First screenshots(Posted 2003-11-14)
Developing is in progress, I think I will release a first beta very soon.

Editor is almost complete, now is time to get the source code compiled and running....

Give a look at these work in progress pictures...


Welcome screen


A valid color scheme....


Inline help with classic color scheme


AutoComplete window

See you soon



NJABE - Not Just Another Blitz Editor(Posted 2003-11-10)
Hi everybody.

I just want you to know i'm working on a new IDE for Blitz3d.

It's still in alfa stage but is very promising.

Main Features:
- ABSOLUTELY FREE - even the final version
- Multilanguage support
- Syntax colorizing feature
- Code Completition
- Auto indentation
- Code insight -> Show you parameters for functions and fields for user types while typing
- Option Explicit -> you must declare global and local vars prior to use them
- OO prepocessor wrapper ->Add basic Object Class to Blitz 3d
- Project support -> link your files together in a project


Actual version is 0.2. These are actually working features:
- Multilanguage support: all strings are in a ini file
- Online Help
- Load / Save / SaveAs / Close
- Syntax Color
- Code Completition
- Code Insight

Next to come:
- cut / copy / paste support
- compile and run!

See you soon for updates.