Found one bug from beta, fixed it, ready 2 go so lets shipit!
Grab the final version of 0.0.5
Change Notes
- Single Instance on Windows (already single instance on mac)
- Drag and Drop support
- Folding Fixes
MAC
WIN
SRC
Thursday, August 19, 2010
Sunday, August 15, 2010
Well that was easy
Able to get stuff done thanks to a bum knee
I've been able to churn out a bunch of code this weekend thanks to a bum knee keeping from leaving my computer-den.
I've implemented the single instance application on windows, fixed a small folding bug, and implemented drag'n'drop on mac. I think I may drop the commandline tools for mac from 0.0.5 since well... I dont really need them. That leaves implementing drag'n'drop on windows and ready to release.
might even go straight to beta passing over the alpha phase, we'll see if I can get the win drag'n'drop done tonight.
I've implemented the single instance application on windows, fixed a small folding bug, and implemented drag'n'drop on mac. I think I may drop the commandline tools for mac from 0.0.5 since well... I dont really need them. That leaves implementing drag'n'drop on windows and ready to release.
might even go straight to beta passing over the alpha phase, we'll see if I can get the win drag'n'drop done tonight.
Saturday, August 14, 2010
CodeAssistor Feature Plotline
So here is what I am thinking for the work items to do for CodeAssistor before I give it the full v1.0.0 treatment
v0.0.5
- Single Application in Windows
eg. Right now when you double click on a .c file, a separate instance of CodeAssistor will be started, even if there is an application running at the moment
- Mac Commandline utilities
eg. Cannot demand codeAssistor to start at a particular line of a file like you can with windows
- Drag and Drop
eg. Drag a file from finder/explorer into the editor, editor should display file
- Folding fixes
v0.1.0 - major update
- Refactoring
eg. quite a bit of duplicated code has crept in (like notification stuff)
- GTK port
- Update the file if the file is changed by an external editor
- Compile on Windows via Visual Studio
v0.1.1
- Upgrade all dialogs
- Add Search & Replace
- Add replace all instances of word
v0.1.2
- Change appearance dialogs (fonts, colours, backgrounds)... store the prefs
- highlight all instances of a selected word
After these tasks are complete, I think CodeAssistor will be a full fleshed out (although bare) Editor. I can start building outward from there
Post 1.0.0 ideas (small/tight IDE)
- Macros/Scripting
- Cross Reference
- VI controls
*- CoreText rather than ATSUI on Mac
- Project like control over many files
- gdb integration
v0.0.5
- Single Application in Windows
eg. Right now when you double click on a .c file, a separate instance of CodeAssistor will be started, even if there is an application running at the moment
- Mac Commandline utilities
eg. Cannot demand codeAssistor to start at a particular line of a file like you can with windows
- Drag and Drop
eg. Drag a file from finder/explorer into the editor, editor should display file
- Folding fixes
v0.1.0 - major update
- Refactoring
eg. quite a bit of duplicated code has crept in (like notification stuff)
- GTK port
- Update the file if the file is changed by an external editor
- Compile on Windows via Visual Studio
v0.1.1
- Upgrade all dialogs
- Add Search & Replace
- Add replace all instances of word
v0.1.2
- Change appearance dialogs (fonts, colours, backgrounds)... store the prefs
- highlight all instances of a selected word
After these tasks are complete, I think CodeAssistor will be a full fleshed out (although bare) Editor. I can start building outward from there
Post 1.0.0 ideas (small/tight IDE)
- Macros/Scripting
- Cross Reference
- VI controls
*- CoreText rather than ATSUI on Mac
- Project like control over many files
- gdb integration
Friday, August 13, 2010
CodeAssistor Major folding bug fixed
CodeAssistor has had a rather nasty corner case bug re:folding since I initially implemented the feature. It's somewhat difficult to find, but its bothered me since day1. I've had to work around the bug as best I could, but all workarounds were less than optimal. Today, I received a patch from the Scintilla team that would allow me to have an optimal folding experience; gaahhh its 2 days after I released 0.0.4!
Well anyways, the nasty folding problem is gone and the code is in my repos. There is a second folding bug I've found now relating to "fold all" on very simple files... I guess 0.0.5 will be a bugfix release?
Well anyways, the nasty folding problem is gone and the code is in my repos. There is a second folding bug I've found now relating to "fold all" on very simple files... I guess 0.0.5 will be a bugfix release?
Tuesday, August 10, 2010
CodeAssistor v0.0.4 final
Bugs fixed, updated the windows compiler to 4.5 (new scintilla requires TDM mingw 4.5). Time for final release.
So I updated the binaries, uploaded the SRC zip, alerted Fossforus and freshmeat. Time to move on to 0.0.5.
Minefields "copy link location" seems to be broken today, so here is the link to all relevant downloads (https://launchpad.net/codeassistor/+download).
So I updated the binaries, uploaded the SRC zip, alerted Fossforus and freshmeat. Time to move on to 0.0.5.
Minefields "copy link location" seems to be broken today, so here is the link to all relevant downloads (https://launchpad.net/codeassistor/+download).
Tuesday, August 3, 2010
CodeAssistor Release Candidate 1 for v0.0.4
Subscribe to:
Posts (Atom)