Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | 05. Editing Code SEARCH    

  Help on MioFactory
01. Introduction
02. Creating an application
03. Application Settings
04. Manipulating Files
05. Editing Code
06. MioFactory Installer
07. Publishing Applications

  TechNotes related to MioFactory
Adding a Login feature
Get the real size of a web page
How to create a Business Card
How to create a Desktop Alert
How to create a Desktop Ticker
How to create a Scrolling Alert Software
How to create a Scrolling Ticker
How to create a simple RSS Reader
How to debug
LCD Monitor Chart: Screen Resolution, Size, Pitch, Display Area
Managing read marks
Measuring Elements in JavaScript
Media center remote control
Statistics: How to track users and actions
XML Configuration File Format

  Libraries related to MioFactory
alertEngineEx.js
channels.js
gui.k
mioEngine.js
optionsMenu.js
popupAlert.kLIB
popupAlertEx.js
scrollingTicker.js
stats.js
window_resizable.k
xmlFeed.js
xmlSettings.js

  Products
All Products
MioDB
MioFactory
Mioplanet Admin Panel

Help
05. Editing Code

Product: MioFactory


 
You can edit HTML documents, JavaScript source files (.js), MioScript source files (.k), style sheets (.css), XML files (.xml), etc.


Editing Code
Editing with MioFactory

 

Features and Shortcuts

 
The code editor supports the following features:

Duplication (CTRL+D)
Press CTRL+D to duplicate the current line, or the selection, if any.

Code Colorize
The editor colorizes the code depending on the scripting language.
For example, comments are shown in green.

Block Indent and Out-dent
When a block of text is selected and the TAB key is pressed, all the selected lines are indented.
Press SHIFT+TAB to out-dent a line or a selection.

Drag & Drop
The selected text can be moved with drag and drop.
Press the CTRL key to copy the selection instead of moving it.

Search
Open the tab search to search for a string in all the source code files stored in the project folder.