ult/session4.rst
changeset 59 8c15077f028d
parent 58 88ab79104a62
child 61 cfae54ede139
equal deleted inserted replaced
58:88ab79104a62 59:8c15077f028d
   426 +---------------------------------------+------------------+
   426 +---------------------------------------+------------------+
   427 
   427 
   428 SciTE
   428 SciTE
   429 -----
   429 -----
   430 
   430 
   431 SciTE is a *source code* editor, that has a feel similar to the GUI text editors. It has a wide range of features that are extremely useful for a programmer, editing code. Also it aims to keep configuration simple, and the user needs to edit a text file to configure SciTE to his/her liking. 
   431 SciTE is a *source code* editor, that has a feel similar to the commonly used GUI text editors. It has a wide range of features that are extremely useful for a programmer, editing code. Also it aims to keep configuration simple, and the user needs to edit a text file to configure SciTE to his/her liking. 
   432 
   432 
   433 Opening, Saving, Editing files with SciTE is extremely simple and trivial. Knowledge of using a text editor will suffice. 
   433 Opening, Saving, Editing files with SciTE is extremely simple and trivial. Knowledge of using a text editor will suffice. 
   434 
   434 
   435 SciTE can syntax highlight code in various languages. It also has auto-indentation, code-folding and other such features which are useful when editing code. 
   435 SciTE can syntax highlight code in various languages. It also has auto-indentation, code-folding and other such features which are useful when editing code. 
   436 
   436