![]() ![]() ![]() |
CEdit |
Information |
Author: Logical
Sky Corporation Company Web Site: http://www.logicalsky.com/Product_CEdit.htm Email: support@logicalsky.com Version tested: HPC v2.2 Price: $29.95 Category: Editor and Programming |
Tested on |
PDA: Jornada 720 US machine (but works also on Palm Sized and PocketPC) |
Description |
CEdit is a color syntax highlighting
editor for Windows CE. CEdit is designed for developers who need to work
with their source code when they are away from their desks. CEdit is
compatible with the Microsoft Visual Studio and eMbedded Visual Tools
desktop project file formats, allowing you to open the desktop project
file directly on your PDA so that you have quick and easy access to all of
your source code. CEdit displays the project workspace folders on your
PDA, so you can quickly open a project and access the code you are looking
for. This is the official description and maybe users that are not developers hesitate to try it, but this editor is also a powerful text editor which can open very large files (this is rare on a handheld and the other existing text editors are limited and often crash if the file is too large). I have been able to open a 4.3Mb file without any problem and I get a "out of memory" with a 4.7Mb, but the most important is that the program do not crash. This limitation depends on the available free memory of your device, so it may vary. You are not a developer, no problem use it for text editing and organize your files in a very convenient way (I will explain later how to do). |
Features |
- Color syntax hilighting - Project Files - Find and Replace - File Outline |
Documentation and help |
Standard help file included which details the commands and functions. |
Working with the software |
The program interface is
common to many other CE applications: the toolbar with its menu and
the main window.![]() As explained in the description, CEdit is a color syntax highlighting editor, this mean that depending on the kind of file which is opened, keywords are marked in a different color and the editor support and respect the indentation used when coding. Also, you can indent a group of lines by selecting a group of text and pressing TAB. CEdit fully support these formats: C++/C, HTML, Visual Basic, ASP, Java/JSP and Text as shown below. ![]() ![]() ![]() ![]() ![]() ![]() Source File and Project The program allows to create or open source files (as in the examples above) or project files. It is primarily targeting desktop Visual Studio 6.0 developers (.DSP files - Visual C++ or Visual Basic), but also CEdit project (.CSP files). There is a "sample.dsp" file included. ![]() CEdit automaticaly recognize the different type of files included in the project and organize them in a very useful tree. Then simply select the file to open. One another useful function is the creation of CEdit projects, this allow to quickly navigate through the files in any location. Lets take an example with .HTM files. ![]() In the menu, select "New" then "Project" and give a name. ![]() Once the project is created, simply select the files you wants to add. As you can see in the type box a lot of different formats are recognized. ![]() Now your files are organized and you can create as many project you want. Organize your files What I really like with CEdit is the fact that I can organize my files in a very convenient way using the DSP structure (I won't describe this format, but simply show how it can be used using only a part of it). Above we have created a CSP project with HTML files and we see a serie of files but not really organized. How to do that? Using Cedit and creating a new source file structured like this: # Begin Group "Links" # PROP Default_Filter "html;htm"
# Begin Source File
# Begin Source File # End Group
# Begin Group "Data"
# Begin Source File
# Begin Source File
# End Group |
Conclusion |
Very, very good editor for all users (not only developers). CEdit is fast, useful and powerful and even with large files it does not crash. So what to say more except that I recommended it. |
Rating |
JJJJJ 5 "J" on 5 because I really like it and find it useful. |