Allow exporting source code as RTF or HTML file. |
Allow showing line number in Editor. |
Auto indent of line when coding. |
Auto matching "}" to "{" with same distance of indent. |
Intelligence Input. C-Free can memory the words (identifiers or keywords) that you have typed.
When you type one or two letters of these words later, C-Free will tip the word that you want, then you press the "Enter" key, the word will automatically be inputted into the edit area. |
More intelligent building project. Without makefile, C-Free can build the changed files of project
smartly. |
Added "DOS Shell" in the Tools menu. |
Added "Full Screen" in the View menu, which can full screen edit area. |
Added "Comment" and "Uncomment" in the editor's right-click popup
menu. You can add or remove comments in your program
conveniently. |
Bug fixes |
| |
Version 3.0
 |
Allow scrolling the horizontal scrollbar of Message window. |
The selected item in the File Tree window corresponds to the opened file in editor. |
Allow setting building Directories, so user can use other function libraries. |
Added "ASCII Chart" in the View menu. |
Added "Language" in the View menu. You can select the language of Chinese or English. |
Added "View Functions" button on the File Tree window. The File Tree window displays all
functions that the current opened file contains. If there is a project opened, the File Tree
window displays the whole functions contained in the files of the project. |
Sorting Functions in 3 kinds of sequence. |
Added "Previous Cursor Position" and "Next Cursor Position" in the Search menu. |
Allowing building C file with C89 standard (ISO 9899:1990). |
Complete Debugging function. C-Free use GDB for you to debug program. The "Debug" menu
contains almost all debugging commands in common use. |
Breakpoint management, by which you can set breakpoint condition. |
Allow setting active building configuration as Debug or Release. |
Added "Editor Properties" in the Tools menu. |
Added "Message Cracker" tool, which is convenient for you to using Windows Message crackers
when programming Windows application. |
Added "Dialog Editor" tool, which can edit dialog resource. |
Support of templates for creating your own project types, you can Quickly create Windows,
console, and DLLs. |
C/C++ library reference integration. |
Bug fixes |
| |
Version 2.0
 |
Added "Insert code template" in the editor's right-click popup menu. You can input the
common use code quickly. |
Added "Go to line" in the search menu. |
Added "Find in Files" in the search menu. You can search text in files of all opened files,
all project files or a certain folder. |
Fixed following bugs:
- User can open more than one instance of C-Free.
- Can not open the file that have space character in its name.
- Can not add link file (.lib, .a file) into project.
- Not stable when building.
- Many bugs of graphic interface.
|
Version 1.0
 |
Syntax highlighting C/C++ editor. |
Complete text search and replace function. |
Simple project management function. |
Support MinGW compiler system. C-Free can use MinGW to compile, build single file or project
files as well as display building result message and can locate to the error or warning
positions of source codes according to the messages. |
Use "Recent Projects" and "Recent Files" commands, you can open the recent files or
projects. |
|
|