Code Editor
mikroBasic
has highly adaptable Code Editor, fashioned to satisfy needs of both
novice users and experienced programmers. With Editor's advanced
features, developing your application becomes easy and comfortable.
|
|
Code Assistant
Code
Assistant is a valuable tool, saving you time in code writing. If you
type first few letters of a word and press CTRL+SPACE, all valid
identifiers matching the letters you typed will be prompted in a
floating panel (see the image). Now you can keep typing to narrow the
choice, or you can select an item from the list. |
|
|
|
Parameter Assistant
Parameter
Assistant feature is invoked whenever you open a parenthesis "(" or
press CTRL+SHIFT+SPACE. If you have typed a name of valid function or
procedure, the expected parameters will be prompted in a floating
panel. As you type the actual parameter, next expected parameter
becomes highlighted. |
|
|
|
Auto Correct
Auto
Correct feature automatically corrects your common typing mistakes. You
can add your own preferences to the list of recognized typos. |
|
Code Templates
You
can insert code template by typing the name of the template (for
instance, whileb), followed by CTRL+J; Code Editor automatically
generates the desired code snippet. Or, you can click the button from
Code Toolbar and select a template from the list. You can add your own
templates to the list, with no limitations regarding the contents or
size of the code. |
|
Syntax Highlighting
You can configure Editor colors and syntax highlighting to best suit your needs - from background color to specific keywords. |
|
Enhanced Undo/Redo Option
Code Editor lets you perform Undo/Redo option up to 1024 times, making debugging less tiresome task. |
|
Print and Print Preview
Code
Editor has an option of printing the active window in case you need
your program code in paper. Print Preview feature lets you arrange
layout of the page before printing. |
|