Menu:

Online help


Google
 
Dialogues description

Dialogue

Open File
Load File
Save File As
Create New Session
Open Session
Run Shell Command
File Properties
Find
Find And Replace
Find File
Find And Replace File
Random Access List
Differ Files
Go to Line
Functions List
Window List
Window Copy
Window Move
Matched Files
Settings
Colors


Open File

Open file in new window.

Load File

Open file in current window.

File name - input file name or mask.
Below there is a line with current path and mask.
Directories - view and select the subdirectory.
Files - view and select the file name for opening.
Color scheme - select file type for color highlighting.
Code page - select code page for file will opened.
Read only - if set it's a file opening in read only mode.
Log file - if set it's a file reloading from disk without user confirmation if it's changed by another applications. Otherwise the user confirmation will be asked in this case.

[Index] [Top]


Save File As

Save current file with another name. The file with previous name will be left on the disk. If a file with new name already exist it will be overwritten. Parameters description is like Open File.

[Index] [Top]


Create New Session

Input new or select existing name for the current editor session. Default session name is ".m.smt". Most parameters description is like Open File.

[Index] [Top]


Open Session

Select session name for opening. Current session will be saved and closed. Most parameters description is like Open File.

[Index] [Top]


Run Shell Command

Select command name and run it for execution. Most parameters description is like Open File.

[Index] [Top]


File Properties

View and change some parameters of the current file. You may see a file path, size, modification date. It's possible to change:

Color scheme - select file type for color highlighting.
Code page - select file code page. The file encoding will not be processed just view changing.
End line - select end of line (EOL) coding. There are difference EOL coding. There are CR LF codes in DOS/Windows, LF in UNIX, CR in MacOS. The file will be encoded while saving after EOL has been changed.
Read only - if set it's working with file in read only mode.
Log file - if set it's reloading file from disk without user confirmation after it's changed by another applications. Otherwise the user confirmation will be asked in this case.
Tab size - set tabulation size for tabulation symbol.
Convert tabs to space - convert all tabulation symbols to spaces while saving. It's default mode. It's not possible to undo this conversion.
Use tabs as space - save all tabulation symbols and insert new one by key TAB pressing.
Show tabs - highlight the existing tabulation symbols.

[Index] [Top]


Find

Search of specified substring in current window.

Search for - input substring for searching. It's possible to select current word or previously searched substring from list.
Case sensitive - if set it's searching substring as case sensitive.
Whole word - if set it's searching substring as a whole word only.
Restrict in marked lines - if set it's searching restricted in marked block.
Reverse direction - if set it's searching from current position to top of file.

[Index] [Top]


Find And Replace

Search of specified substring in current window and replace it to another one. Parameters description is like Find.

Replace with - input substring for replacing. It's possible to select current word or previously inputted substring from list.
Without prompt for replace - if set it's replacing all without user confirmation.

[Index] [Top]


Find File

Search files on the disk that match with specified substring.

Search for - input substring for searching. It's possible to select current word or previously searched substring from list.
File mask - input file mask for searching.
Directories - view and select the subdirectory.
Files - just view the subdirectory file list (for information).
Case sensitive - if set it's searching substring as case sensitive.
Whole word - if set it's searching substring as a whole word only.
Search in subdirectories - if set it's searching inside of all included subdirectories too.
Search in opened files only - if set it's searching in opened files only.
Code page - select code page for searched files.

[Index] [Top]


Find And Replace File

Search files on the disk for replacing substring in them. The replacing will be processed only in selected files from a matched files list. Parameters description is like Find File.

Replace with - input substring for replacing. It's possible to select current word or previously inputted substring from list.
Without prompt for replace - if set it's replacing all without user confirmation.

[Index] [Top]


Random Access List

It's working with random access points (bookmarks) in the opened files. There are 10 points. You may add, delete, view and select any point. An absolute file position is saved and it isn't changed while editing.

Goto - go to selected point.
Add - add current position to list.
Delete - delete selected point from list.
DelAll - clear access list.

[Index] [Top]


Differ Files

Compare of two opened files with workspace is split at two parts (absent in freeware edition). If workspace isn't split the window list dialog will be activated for compared file selecting. It's possible to compare as whole files so parts of files.

Compare whole files - if set it's comparing of whole files.
Compare from current position - if set it's comparing from current positions to end of files.
Restrict in marked block - if set it's comparing marked blocks only.
Ignore differences in space - if set it's spaces and tabulations ignoring while string comparing.
Mark differ on exit - if set it's marking of current differences on exit from this mode.

[Index] [Top]


Go to Line

Go to the any line in the file by its number. If specified line number is over the file end then goes to the file end.

[Index] [Top]


Functions List

View C/C++/Java functions list in source files and go to any selected. Signature for function detecting is: function name, function parameters inside of round brackets and function body inside of curl brackets. For the old C styled files the OldC parameters must be specified in lexical configuration file.

[Index] [Top]


Window List

View opened windows list. It's possible to close any unused windows and to activate any selected.

[Index] [Top]


Window Copy

Select window for copying of marked block from it. Text will be copied to current position with a marking type preserving.

[Index] [Top]


Window Move

Select window for moving of marked block from it. Text will be moved to current position. For undo this command it's need to call UNDO in both windows.

[Index] [Top]


Matched Files

View a founded files list and select any for start editing. If files were searched by Find And Replace File dialogue the Find And Replace mode would started.

[Index] [Top]


Settings

Change main editor settings.

Local - it's settings from current profile.

Key map - file name with keyboard commands map. If absent the default keyboard map is used.
Language - file name with language localized strings. If absent the default strings are used.
Color - file name with editor color settings. If absent the default colors are used.
File CP - code page used by default for files opening.
Show access menu - if set then the functional keys menu will be shown.
Show clock - if set then the clock will be shown
Autosave time - time interval for automatic saving of changed files. If set to 0 then the autosave is off.
Screen width - editor width in characters. MS Windows only.
Screen height - editor height in characters. MS Windows only.
Confirm exit - if set then the editor closing will be confirmed.

Profile - select or input file name for saving of local settings described above. If existing profile is selected all settings will got from them.
Console CP - code page for console input/output. Unix systems only.
Default linux console key - if set then Shift+Fn codes are kernel default. Linux only.
Backup count - number of backup files saved while editing. If set to 0 then the files backup is off.
Backup path - path to BAK subdirectory for backup files saving. By default the subdirectory from TEMP environment variable is used.

[Index] [Top]


Colors

Chang the editor color settings.

Items - list of editor elements for the color specifying.
Color profile - select or input file name for saving of the color settings.
Foreground - set foreground color for selected item.
Background - set background color for selected item.
Example - view the example of color highlighting.
Default - set default colors to all editor elements.

[Index] [Top]