mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 20:05:03 -05:00
Documentation: Spelling fixes.
vimspell is lovely.
This commit is contained in:
parent
866b53a9fb
commit
ce94bf3b43
@ -23,10 +23,10 @@ exist, follow these steps:
|
|||||||
If you can not decide, choose "Simba". The developers can move the ticket as needed.
|
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
|
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.
|
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.
|
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
|
Crashes will be dealt with first, then blocks, etc. This step goes along with
|
||||||
|
@ -229,7 +229,7 @@ Visiblity of the tray icon
|
|||||||
|
|
||||||
``AlwaysVisible``
|
``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*.
|
*False*.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
@ -55,16 +55,16 @@ Edit Menu
|
|||||||
|
|
||||||
* Select All, Ctrl+A, Makes all the text in the open tab selected
|
* 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
|
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
|
* Replace, Ctrl+R, Opens a find/replace dialogue box, allowing a
|
||||||
search string to be specified as well as a replacement string,
|
search string to be specified as well as a replacement string,
|
||||||
with options of finding occurences and replacing a single or all
|
with options of finding occurrences and replacing a single or all
|
||||||
occurences
|
occurrences
|
||||||
|
|
||||||
Script
|
Script
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
@ -10,7 +10,7 @@ features.
|
|||||||
Installing simba
|
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.
|
minutes.
|
||||||
|
|
||||||
.. _simba-installer:
|
.. _simba-installer:
|
||||||
@ -63,7 +63,7 @@ yourself as well.
|
|||||||
Setting up SRL 5 with Simba
|
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
|
Installing scripts
|
||||||
------------------
|
------------------
|
||||||
|
@ -6,7 +6,7 @@ You will probably notice some parts of the documentation aren't finished or are
|
|||||||
plain missing.
|
plain missing.
|
||||||
|
|
||||||
Simba is being updated almost every day. To see changes as they are added, view
|
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
|
https://github.com/MerlijnWajer/Simba. Each commit should be explained
|
||||||
tersely in one line, and the exact changes can be viewed with "commitdiff".
|
in one line, and the exact changes can be viewed with "commitdiff".
|
||||||
|
|
||||||
A list of new features since 750 will show up here eventually.
|
A list of new features since 750 will show up here eventually.
|
||||||
|
@ -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
|
Simba is 100% free to use. In fact, we welcome you to share it with the
|
||||||
rest of the world.
|
rest of the world.
|
||||||
|
|
||||||
The source code to the program is also freely available, under the GPL
|
The source code to the program is freely available, under the GPL (v3) license.
|
||||||
license.
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
The source code allows everyone to see how the program actually
|
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.
|
However this does not guarantee a bug free program.
|
||||||
(Bug free programs don't exist)
|
(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`.
|
resolve the issue: :ref:`bugreport`.
|
||||||
|
|
||||||
Cross Platform
|
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.
|
play too well on Linux. Hopefully this will be improved upon soon.
|
||||||
|
|
||||||
There are plans on supporting interpreter for alternative languages such as
|
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.
|
interpreter on Linux/Mac.
|
||||||
|
|
||||||
Fast
|
Fast
|
||||||
@ -80,13 +79,13 @@ speed for readability and maintainability, but is overall still quite fast.
|
|||||||
Open Minded
|
Open Minded
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
Open minded. We appreciate your help, ideas and critisism!
|
Open minded. We appreciate your help, ideas and criticism!
|
||||||
|
|
||||||
Debug Friendly
|
Debug Friendly
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Simba aims to be debug friendly. It will show you where your errors are during
|
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
|
passing invalid arguments. The action Simba takes when this happens is
|
||||||
configurable. (It can issue a warning and continue, or simply terminate
|
configurable. (It can issue a warning and continue, or simply terminate
|
||||||
the script)
|
the script)
|
||||||
|
Loading…
Reference in New Issue
Block a user