Castalia 2008.4.3 Released
Posted on March 2nd, 2009 in Castalia, Delphi | 2 Comments »
I just put Castalia 2008.4.3 up on the servers. Three very significant bug fixes:
- Fixed the “divide by 0″ error that many people are experiencing.
- HUGE speed improvements on text searching
- Fixed the strange garbage in the library version numbers
Current subscribers can get it at http://subscribe.twodesk.com. For everyone else, the 30 day free trial is still at http://www.twodesk.com/castalia
Enjoy!
2 Responses
Hi,
is there a way to access the current line in the editor out of the template system?
I would like to have a template which changes: “i +=” to “i := i +” and for that reason i need access to the current line in the editor. Or maybe a function like GetVariableName()?
-noone
there is a bug when using “remove unused variables” and having array[x..y] of something.
refactoring causes to have
array[x..y] oftsomething.