-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,3 +34,4 @@ backup/ | |
/DocGen/build/objects.inv | ||
/DocGen/build/_images | ||
/DocGen/build/plugins | ||
/DocGen/build/simba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ Simba | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
simba/index | ||
tutorials/index | ||
api/index | ||
plugins/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
######### | ||
Codetools | ||
######### | ||
|
||
Codetools provides multiple tools to aid programming in Simba. | ||
|
||
.. note :: Some customization is available in Simba's settings. :code:`Settings > Code Tools` | ||
Completion box | ||
-------------- | ||
|
||
:code:`Control + Space` or typing :code:`.` will open the completion box, which shows all available declarations. | ||
|
||
.. figure:: codetools_completion.png | ||
|
||
Parameter hints | ||
--------------- | ||
|
||
:code:`Control + Shift + Space` or typing :code:`(` will open parameter hints, to show what parameters are required for the method(s). | ||
|
||
.. figure:: codetools_paramhint.png | ||
|
||
Jump to declaration | ||
------------------- | ||
|
||
:code:`Control + mouse click` will jump to the declaration. | ||
|
||
.. note :: If the declaration is a simba method (or a plugin) the declaration will be printed in the output. | ||
.. figure:: codetools_jumpto.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Simba | ||
===== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
codetools.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Simba | ||
===== | ||
Tutorials | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
Color Finding.rst | ||
Sleep Until.rst | ||
Input & Finder Target.rst | ||
Input & Finder Target.rst | ||
|
||
plugins/index.rst |
File renamed without changes.
File renamed without changes.
File renamed without changes.