mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 01:02:17 -05:00
Merge branch 'master' of ssh://villavu.com:54367/simba
This commit is contained in:
commit
5904dec440
@ -61,9 +61,9 @@ Any other files can be put directly in the root of the sphinx folder.
|
||||
Capitalisation
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
The titles of all major sections have all worlds capitalized. (The ones with
|
||||
The titles of all major sections have all words capitalized. (The ones with
|
||||
===)
|
||||
The minor sections and subsections (---) and (~~~) have only the first word
|
||||
The minor sections and subsections (---) and (~~~) have only the first word and
|
||||
Simba specific words (like Simba itself) capitalized.
|
||||
|
||||
Try to stick to the Python documentation standards.
|
||||
|
@ -189,6 +189,8 @@ onOpenFile
|
||||
onColourPick
|
||||
~~~~~~~~~~~~
|
||||
|
||||
This function breaks naming procedure. Bug Wizzup to use "Color".
|
||||
|
||||
onScriptStart
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
@ -196,11 +198,11 @@ onScriptStart
|
||||
Special Cases
|
||||
-------------
|
||||
|
||||
.. his is supposed to document the special cases, and multiple extensions
|
||||
.. This is supposed to document the special cases, and multiple extensions
|
||||
hooking onto the same event is a special case.
|
||||
|
||||
Multiple extensions hooking onto the same event
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Multiple extensions hooking the same event
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
So what happens when multiple extensions hook onto the same event/hook?
|
||||
|
||||
@ -216,7 +218,7 @@ Pitfalls
|
||||
--------
|
||||
|
||||
Extensions can be very dangerous in the sense that they run on the main thread
|
||||
of Simba, it is very easy to crash Simba or make it hang. There is
|
||||
of Simba; it is very easy to crash Simba or cause it to hang. There is
|
||||
no way to prevent this, so make sure to check what you're doing before you try
|
||||
your own (or someone else's) extension.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user