All releases of Cobras


Release Notes: A few bugs were corrected. Corrections were made to avoid compiler warnings.


Release Notes: Cursor behavior when a right brace is typed has been corrected.


Release Notes: New control keys were implemented in the editor: Shift-Delete and Shift-Insert for Cut and Paste. A bug in saving folded text was corrected. A bug in starting a program with a project from the command line was corrected.


Release Notes: This release implements complete new support for document printing. It corrects a small bug in the source code parser.


Release Notes: The ft part of the main window (tabs with files and classes) and the bottom part (messages) are implemented as docked windows.


Release Notes: This release implements text folding in the editor (users can hide/show body functions). It has a new parser function for the window that shows all functions in the current editor (popup menu in editor). It can translate program texts to other languages. It is Polish translation accessible.


Release Notes: The "Replace" function has been implemented. The user can replace text in edited document. It is possible to replace text in the whole document or in a selected text block (or next occurrence). A few corrections were made for editor behavior (after keys Return and Home). Creation of an empty new project has been corrected (a message is displayed).


Release Notes: While working in the editor, the user can open a special tool window with the names of all function definitions in the current source code. After function selection, the cursor goes to this function in the source code. A syntax highlighter bug concerning C comments with empty lines was corrected. Focus problems with minimized editor windows were corrected. A few other corrections were made.


Release Notes: A few corrections were made in indentation behavior. The parser functions were optimized, so the program is smaller and faster.


Release Notes: Automatic indentation was implemented. When the user types a "}", the program automatically sets this character to its proper position (with proper indentation of edited scope). New behavior of the key combination Ctrl+Del was implemented. In an edited document, it is now possible to use spaces as tabs (and this is now a default setting). A user can select between tabs and spaces in the properties of a program. New behavior was implemented for the Tab and Backspace keys.