godot/modules
Ignacio Etcheverry 4b8568006d External editor improvements and fixes
Notable changes:

- Now ScriptLanguages have the option to override the global external editor setting.
If `ScriptLanguage::open_in_external_editor()` returns `ERR_UNAVAILABLE` (which it does by default), then the global external editor option will be used.
- Added formatting to the external editor execution arguments. Now it's possible to write something like this: `{project} -g {file}:{line}:{col}`.
- `VisualScript::get_member_line()` now can return the line of functions (well, it returns the id of the _Function_ node of the function). I guess there is nothing else we can get a "line" from.

Fixes:

- Fixes a bug where `ScriptEditor::script_goto_method()` would not work if the script is not already open in the built-in editor.
- Fixes wrong DEFVAL for `cursor_set_column` and `cursor_set_line` in TextEdit.
- `Script::get_member_line()` now returns -1 ("found nothing") by default.
2017-04-17 01:51:30 +02:00
..
dds Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
dlscript Merge pull request #8301 from karroffel/dlscript-refactor 2017-04-08 16:49:46 +02:00
enet Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
etc1 Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
freetype Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gdscript Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gridmap Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
jpg Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ogg Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
openssl Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
opus Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pbm Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pvr Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
regex Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
squish Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stb_vorbis Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
theora Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
visual_script External editor improvements and fixes 2017-04-17 01:51:30 +02:00
vorbis Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
webm Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
webp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
register_module_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00