virtualx-engine/editor/plugins
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
..
animation_player_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
animation_player_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
animation_tree_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
animation_tree_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
baked_light_baker.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
baked_light_baker.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
baked_light_baker_cmpxchg.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
baked_light_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
baked_light_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
camera_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
camera_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
canvas_item_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
canvas_item_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
collision_polygon_2d_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
collision_polygon_2d_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
collision_polygon_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
collision_polygon_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
collision_shape_2d_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
collision_shape_2d_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
color_ramp_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
color_ramp_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
cube_grid_theme_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
cube_grid_theme_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
curve_editor_plugin.cpp New particle system, mostly working, some small features missing. 2017-04-06 23:49:27 -03:00
curve_editor_plugin.h New particle system, mostly working, some small features missing. 2017-04-06 23:49:27 -03:00
editor_preview_plugins.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
editor_preview_plugins.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gi_probe_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gi_probe_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
gradient_texture_editor_plugin.cpp New particle system, mostly working, some small features missing. 2017-04-06 23:49:27 -03:00
gradient_texture_editor_plugin.h New particle system, mostly working, some small features missing. 2017-04-06 23:49:27 -03:00
item_list_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
item_list_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
light_occluder_2d_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
light_occluder_2d_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
line_2d_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
line_2d_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
material_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
material_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
mesh_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
mesh_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
mesh_instance_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
mesh_instance_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
multimesh_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
multimesh_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
navigation_polygon_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
navigation_polygon_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
particles_2d_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
particles_2d_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
particles_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
particles_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
path_2d_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
path_2d_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
path_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
path_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
polygon_2d_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
polygon_2d_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_preloader_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_preloader_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
rich_text_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
rich_text_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sample_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sample_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sample_library_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sample_library_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sample_player_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sample_player_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
script_editor_plugin.cpp External editor improvements and fixes 2017-04-17 01:51:30 +02:00
script_editor_plugin.h External editor improvements and fixes 2017-04-17 01:51:30 +02:00
script_text_editor.cpp External editor improvements and fixes 2017-04-17 01:51:30 +02:00
script_text_editor.h External editor improvements and fixes 2017-04-17 01:51:30 +02:00
SCsub Refactoring: rename tools/editor/ to editor/ 2017-03-05 14:21:25 +01:00
shader_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
shader_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
shader_graph_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
shader_graph_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
spatial_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
spatial_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sprite_frames_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
sprite_frames_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
style_box_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
style_box_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
texture_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
texture_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
texture_region_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
texture_region_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
theme_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
theme_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tile_map_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tile_map_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tile_set_editor_plugin.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tile_set_editor_plugin.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00