|
Castalia 2 now Shipping
Castalia 2 for Delphi 5, 6, and 7 is now shipping.
Features include:
* Line numbers in the editor
* A navigation toolbar you've only dreamed of (*NEW* now with keyboard
navigation and autocomplete)
* New, enhanced bookmark stack (*NEW* Improved bookmark stack with better
display and complete position-tracking)
* Smart context-sensitive syntax highlighting (*NEW* now faster than ever,
and supports the popular "hanging" block style)
* Parenthesis matching (*NEW* improved display and faster painting)
* Live syntax checking - syntax errors are marked in the editor.
* Fast, powerful code templates (*NEW* more context sensitivity and new
"magic" characters)
* Enhanced Form Designer context menu (*NEW* now with more configurable
options)
* Hide non-visual components in the form designer
* Project Statistics (time spent on certain activities) reporting
* Flyout ToolWindows that maximize screen real estate (*NEW* improved flyout
bar behaves better and docks to any edge of the screen)
**NEW** Editor auto-save - Save your work as often as you like.
**NEW** Inline variable declaration - You can declare variables directly in
code. For instance, in the middle of a procedure, simply type "var S:
string" and his the spacebar, and the variable S will automatically be added
to the current procedure, and the text you typed will be replaced by a
reference to the variable. No more jumping between variable block and
code...
**NEW** Automated refactoring - Rename class, rename method, split temp
variable, inline temp variable, rename local variable, extract method,
etc....
**NEW** Multipaste - paste text into the editor with a predefined prefix and
suffix for each line. This is fantastic for pasting HTML, SQL, string
lists, etc...
**NEW** Standardized delphi parsers
**NEW** All delphi parsers now completely support conditional compilation
directives
**NEW** Improved options dialog
**NEW** Improved and accelerated editor painting
Download a free 30-day trial at http://www.delphi-expert.com.
Current customers can upgrade from the customer support site. New customers
can buy at http://www.delphi-expert.com/howtobuy.php. Enjoy!
Related Discussions - INTERNET COMPONENTS (2001-02-16 06:41:43)Beginning with D4, they did not include the internet
components in the Standard version. I'd suggest you
download Indy from...
- DELPHI 5 (2001-08-14 12:20:47)The only free version available is Delphi 6. You'll find it at www.borland.com
- VERSION CHECKING (2002-02-07 12:15:08)Oh well, here's mine solution - uses only integrated and optimized code from HTTPGet unit by UtilMind (there's no need to install that component,...
- EXE IN DLL? (2002-06-22 08:33:12)That's incorrect...you can't use RC_DATA in this form in an resource script...use it like this:
NewExe RCDATA "C:\Filename.exe"
Hope that...
- WHAT'S THE BEST INPRISE CERTIFIED INSTALLER AND WHERE TO DOWNLOAD IT? (2003-01-03 19:33:29)You are getting a bit beyond my expertise with Inno Setup. I would suggest asking Jordan Russell. I think he is responsive to questions. Actually,...
- LEGAL QUESTION (2004-01-28 18:04:54)I do not understand 10x?
Did I give a correct/good answer and if so PLEASE accept as the correct answer.
Thanks.
John Jarrett
- IDHTTP POST (2004-03-21 12:42:17)Hi there,
Yeah, you need to put the form data into the POST method like this :-
response := TStringList.create;
POSTData :=...
- IS THIS A FULL VERSION OF DELPHI? (2005-06-05 08:27:13)"Maybe I'll buy Delphi 2005, since it is easier to get. "
- Good Choice!
"But will Borland release a 64-bit patch for it?"
- No idea!...
- DELPHI VERSIONS WITH TWEBMODULE? (2005-11-17 13:03:46)I have a strange scenario on my hands. But I'll let the community be the judge of that...
I was in Sweden, developing a web app with Delphi 6...
- DELPHI 2006 RELEASE DATE? (2005-12-08 07:05:31)I still use Delphi 6. Is there any knowledge on whether 2006 is any good for Win32 apps? I usually wait for uddates for a stable system but would...
|