1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Documentation: Spelling fixes.

vimspell is lovely.
This commit is contained in:
Merlijn Wajer 2011-02-11 13:04:53 +01:00
parent 866b53a9fb
commit ce94bf3b43
6 changed files with 17 additions and 18 deletions

View File

@ -23,10 +23,10 @@ exist, follow these steps:
If you can not decide, choose "Simba". The developers can move the ticket as needed.
3. Now, choose the Category that the bug is in. This should be self-explanatory; choose
a topic related to what you were doing when the bug occured. Choose general if you
a topic related to what you were doing when the bug occurred. Choose general if you
are unsure. Developers can, again, change the ticket if required.
4. Select the reproducability. If this is a request for a feature, choose "N/A".
4. Select the reproducibility. If this is a request for a feature, choose "N/A".
5. Severity should be ranked according to how much the bug affects the program.
Crashes will be dealt with first, then blocks, etc. This step goes along with

View File

@ -229,7 +229,7 @@ Visiblity of the tray icon
``AlwaysVisible``
If you want the tray icon only to be visible when Simba is minized, set this to
If you want the tray icon only to be visible when Simba is minimized, set this to
*False*.
.. note::

View File

@ -55,16 +55,16 @@ Edit Menu
* Select All, Ctrl+A, Makes all the text in the open tab selected
* Find, Ctrl+F, Allows user to search for the first occurence of a text
* Find, Ctrl+F, Allows user to search for the first occurrence of a text
sequence, making it selected, with or without case matching as well
as highlighting other occurences
as highlighting other occurrences
* Find next, F3, Selects next occurence of text sequence being searched for
* Find next, F3, Selects next occurrence of text sequence being searched for
* Replace, Ctrl+R, Opens a find/replace dialogue box, allowing a
search string to be specified as well as a replacement string,
with options of finding occurences and replacing a single or all
occurences
with options of finding occurrences and replacing a single or all
occurrences
Script
~~~~~~

View File

@ -10,7 +10,7 @@ features.
Installing simba
----------------
Installing Simba is pretty straighforward and will only take a couple of
Installing Simba is pretty straightforward and will only take a couple of
minutes.
.. _simba-installer:
@ -63,7 +63,7 @@ yourself as well.
Setting up SRL 5 with Simba
---------------------------
This will follow later, upon SRL 5 release. (Which will be quite soon)
This will follow later, upon SRL 5 release.
Installing scripts
------------------

View File

@ -6,7 +6,7 @@ You will probably notice some parts of the documentation aren't finished or are
plain missing.
Simba is being updated almost every day. To see changes as they are added, view
http://git.villavu.com/?p=simba.git;a=summary. Each commit should be explained
tersely in one line, and the exact changes can be viewed with "commitdiff".
https://github.com/MerlijnWajer/Simba. Each commit should be explained
in one line, and the exact changes can be viewed with "commitdiff".
A list of new features since 750 will show up here eventually.

View File

@ -17,8 +17,7 @@ It is free as in Free Beer **and** Freedom.
Simba is 100% free to use. In fact, we welcome you to share it with the
rest of the world.
The source code to the program is also freely available, under the GPL
license.
The source code to the program is freely available, under the GPL (v3) license.
.. note::
The source code allows everyone to see how the program actually
@ -46,7 +45,7 @@ We as a team do our best to make Simba into a quality product.
However this does not guarantee a bug free program.
(Bug free programs don't exist)
Should you encouter a bug, please consider sending a bug report so we can
Should you encounter a bug, please consider sending a bug report so we can
resolve the issue: :ref:`bugreport`.
Cross Platform
@ -65,7 +64,7 @@ executes your program. It is an external component and does not
play too well on Linux. Hopefully this will be improved upon soon.
There are plans on supporting interpreter for alternative languages such as
Python, these would largely resolve the current problems wit the PascalScript
Python, these would largely resolve the current problems with the PascalScript
interpreter on Linux/Mac.
Fast
@ -80,13 +79,13 @@ speed for readability and maintainability, but is overall still quite fast.
Open Minded
~~~~~~~~~~~
Open minded. We appreciate your help, ideas and critisism!
Open minded. We appreciate your help, ideas and criticism!
Debug Friendly
~~~~~~~~~~~~~~
Simba aims to be debug friendly. It will show you where your errors are during
complation, and when you are running scripts Simba will point out where you are
compilation, and when you are running scripts Simba will point out where you are
passing invalid arguments. The action Simba takes when this happens is
configurable. (It can issue a warning and continue, or simply terminate
the script)