Commit Graph

17 Commits

Author SHA1 Message Date
Dexter Gramfors
20d1ef1ba5 Add warning about script syncing incompatibility with external editors (#3736)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-06-27 14:56:38 +02:00
Rémi Verschelde
028831dd3c Fix flags formatting in external editors doc 2019-06-11 10:56:58 +02:00
Jakub Arnold
a68295f77f Add vim/gvim to a list of external editor flags
Sidenote: Even though the flags work both for vim and gvim, it probably makes more sense to use gvim, because the way Godot launches the editor won't work with normal vim since it doens't have a terminal to live in.
2019-04-20 18:39:07 +02:00
Max Hilbrunner
1d57590471 Merge pull request #2363 from DillonFlohr/vscode-note
Added a note
2019-04-16 14:56:38 +02:00
Chris Bradfield
e9fc075b97 Merge pull request #2353 from bitbutter/patch-8
Update external_editor.rst
2019-04-15 17:52:48 -07:00
Michael Alexsander Silva Dias
76cce4e62a Fix malformed table in external editor page 2019-04-13 16:25:28 -03:00
Dillon Flohr
bce4f372ac Added a proper Note 2019-04-11 09:50:46 -05:00
Dillon Flohr
410dfd9177 Added a note explaining that a user needs to point towards the code.cmd file as the default file used by VSCode, simply called "code" does not work with Godot 2019-04-10 16:11:22 -05:00
Dillon Flohr
ca5e7a3ab7 Escaping double dashes.
Escaping the double dashes in this file to prevent Sphinx from turning them to a long bar "–" in the docs.
2019-04-10 15:56:15 -05:00
bitbutter
eddb544af8 Update external_editor.rst
Removed unnecessary language.
2019-04-09 13:20:39 +02:00
Kronkleberry
5e55bf1eaf Added example flags for visual studio code
(cherry picked from commit 0432592f63)

+ edit by Akien to fix capitalization.
2019-01-15 13:32:58 +01:00
MohamedAlFahim
71da087f36 Capitalized "godot" 2018-12-24 14:54:05 -08:00
exts
b4d38bbfed Added Jetbrains Rider external exec flags example 2018-12-12 09:01:43 -06:00
Rémi Verschelde
4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Vikram1323
bb8fa1d842 Editing pass (#1874)
* Update faq.rst

* Update c_sharp_basics.rst

* Update external_editor.rst

* Update unity_to_godot.rst

* Update unity_to_godot.rst
2018-10-21 21:42:47 +02:00
Michael Alexsander Silva Dias
019c042057 Fixed errors in the external editor page. 2018-03-03 02:55:20 -03:00
mhilbrunner
6c056b0e87 Move external editor docs to editor section 2018-03-02 11:20:59 +01:00