summaryrefslogtreecommitdiff
path: root/ult/session4.rst
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-09-17 23:58:10 +0530
committerPuneeth Chaganti2009-09-17 23:58:10 +0530
commitac0d1430f21384d1ccffa484d62a6e24478855c3 (patch)
treed3b97932eed9a345c754e5b2e3affda924617eed /ult/session4.rst
parent64f180c98948f1f60746d37b700626eaf4881b99 (diff)
downloadsees-ac0d1430f21384d1ccffa484d62a6e24478855c3.tar.gz
sees-ac0d1430f21384d1ccffa484d62a6e24478855c3.tar.bz2
sees-ac0d1430f21384d1ccffa484d62a6e24478855c3.zip
Added a short introduction to SciTE.
Diffstat (limited to 'ult/session4.rst')
-rw-r--r--ult/session4.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/ult/session4.rst b/ult/session4.rst
index dd17b8e..f0b61cf 100644
--- a/ult/session4.rst
+++ b/ult/session4.rst
@@ -375,7 +375,7 @@ Apart from the above commands, that take any motion or visual block as an argume
+----------------------------------------+---------+
Note: You can prefix numbers to any of the commands, to repeat them.
-
+ppp
Undo and Redo
~~~~~~~~~~~~~
You can undo almost anything using ``u``.
@@ -425,10 +425,16 @@ Searching and Replacing
| for confirmation each time. | |
+---------------------------------------+------------------+
-
-scite
+SciTE
-----
+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.
+
+Opening, Saving, Editing files with SciTE is extremely simple and trivial. Knowledge of using a text editor will suffice.
+
+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.
+
+SciTE also gives you the option to (compile and) run your code, from within the editor.
Personalizing your Environment
==============================