Customer Care Center
1-800-321-4567

Development Tools for Embedded Microcontrollers

Editor

The Phyton editor, that is a component of Phyton CodeMaster and Project IDEs, combines standard functions of popular editors with some features added to make it convenient for working on embedded applications written in both C and assembly languages. You can use your favorite editor and then import created files into the IDE for debugging. Nevertheless, the usage of Phyton's editor gives you a great benefit of working in one development environment, which enables you to do everything from entering your raw code to completing your project.

Special features of the Phyton editor that facilitate working on embedded applications in the CodeMaster and Project integrated development environments:
    • Provides concurrent editing of unlimited number of files with unlimited file size
    • Highlights C code syntax with colors and font attributes. Function tagging lets you quickly locate any function, procedure or method in any file in your project
    • Aside from working with standard stream blocks, it allows to operate with vertical and string blocks
    • Auto-completion word typing feature
    • Auto-indent of the C language brackets
    • Extensive search and replace facilities include multi-file search and replace feature that works across project directories and include-files
    • Standard editor functions can be extended by special script-commands programmed to any key combinations
    • Enhanced clipboard operations - standard Cut, Copy and special Add to clipboard commands
    • Collapse mode editing lets editing selectively hidden sections of the code. Displaying of conditionally collapsed texts
    • Periodically auto-saves files to a disk
    • Bookmarks lets you push and pop positions off quickly
    • Unlimited Undo
    • Transparent transition from editing to debugging and vice versa
Go Back