aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* -Code completion for enumerationsJuan Linietsky2017-08-241-3/+13
| | | | -Disabled GDNative and GDNativeScript so build compiles again
* Merge pull request #10561 from Paulb23/smooth_scroll_input_overrideRémi Verschelde2017-08-231-0/+13
|\ | | | | Stops scrolling when the user issues another command
| * Stops scrolling when the user issues another commandPaulb232017-08-221-0/+13
| |
* | TextEdit: Copy whole line if not having selection.Andreas Haas2017-08-221-3/+0
|/ | | | | The functionality was already there but hidden behind a bogus return statement. Fixes #10485
* Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-221-3/+1
|\ | | | | Removed unnecessary assignments
| * Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-3/+1
| |
* | Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-10/+10
|\ \ | | | | | | ClassDB: Provide the enum name of integer constants
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-10/+10
| |/
* | Merge pull request #10427 from Hinsbart/fix_paddingRémi Verschelde2017-08-221-1/+1
|\ \ | | | | | | TextEdit: Fix line padding triggering too early.
| * | TextEdit: Fix line padding.Andreas Haas2017-08-181-1/+1
| | | | | | | | | | | | | | | | | | off-by-one error in the line count calculation. Fixes #10411
* | | Increased smooth scroll speed and added user settingPaulb232017-08-211-1/+13
| |/ |/|
* | Fixed not being able to scroll to eofPaulb232017-08-201-3/+3
| |
* | Added smooth scrolling to TextEditPaulb232017-08-191-5/+82
| |
* | Merge pull request #10439 from Paulb23/blinking_text_issue_10432Rémi Verschelde2017-08-191-0/+2
|\ \ | |/ |/| Fixed blinking text, issue 10432
| * Fixed blinking text, issue 10432Paulb232017-08-191-0/+2
| |
* | TextEdit: Moving between words now works across lines.Andreas Haas2017-08-181-0/+14
| | | | | | | | Fixes #10403
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-3/+3
| | | | | | | | Fixes #10244.
* | Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-16/+83
|\ \ | | | | | | Add IME support (macOS)
| * | Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-16/+83
| |/
* | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1
| |
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
|/
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-3/+3
| | | | Closes #7695
* ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas2017-08-021-0/+17
| | | | Closes #9654
* made delete next and prev consistent to other editors,issue 6546Paulb232017-08-011-52/+52
|
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
|
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
| | | | -Added system for feature overrides, it's pretty cool :)
* IME window follow the input cursor.geequlim2017-07-111-0/+9
| | | | | Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit.
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-11/+11
|
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-6/+6
| | | | Make the naming consistent with other classes.
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-909/+904
| | | | this might cause bugs I haven't found yet..
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-6/+12
| | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
* Merge pull request #8417 from neikeq/hello-thereRémi Verschelde2017-04-201-2/+2
|\ | | | | External editor improvements and fixes
| * External editor improvements and fixesIgnacio Etcheverry2017-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Added support for space indentationPaulb232017-04-181-23/+117
| |
* | Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-2/+2
|/ | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Fix highlight typosupaiku2017-04-061-11/+11
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-1546/+1343
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
| | | | | | | - Add FIXME tags comments to some unfixed potential bugs - Remove some checks (always false: unsigned never < 0) - Fix some if statements based on reviews. - Bunch of missing `else` statements
* -renamed globals.h to global_config.cpp (this seems to have caused a few ↵Juan Linietsky2017-02-211-1/+1
| | | | | | modified files) -.pck and .zip exporting redone, seems to be working..
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-54/+54
| | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-6/+6
| | | | This saves typing and is a step towards fixing #56
* Selected text is now deselected on ctrl+home/endkbake2017-02-031-14/+25
| | | | This fixes Issue #7694 and also the error mentioned in the comments of that issue.
* Fixed line lenght guideline drawing with color optionPaulb232017-01-281-8/+9
|
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
|
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+3
| | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-7/+7
| | | | | | visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience
* PopupMenu now emits both index_pressed and id_pressed instead of ↵Juan Linietsky2017-01-081-1/+1
| | | | item_pressed, closes #3188
* renamed _input_event for GUI events to _gui_input, so it's more ↵Juan Linietsky2017-01-081-6/+6
| | | | differentiated than generalized _input
* Fix code completion for new getnode syntaxJuan Linietsky2017-01-081-4/+5
|