Commit Graph

25 Commits

Author SHA1 Message Date
Michael Alexsander ec7bd419fc
Fix different separations across different code editors 2025-12-16 12:51:23 -03:00
风青山 81f727b6dd
Fix the returned controls of `EditorHelpBitTooltip::show_tooltip()` were not freed in `ScriptTextEditor`
The returned control is an orphan node, which is to make the standard tooltip invisible.
2025-11-23 23:31:59 +08:00
kobewi 5d5b2054e8 Support extension icons in Script Editor 2025-11-18 17:32:58 +01:00
fkeyz 0dfa815985 Fix drag and drop @export variable assignment when script has errors 2025-11-11 23:50:56 +02:00
kit 4e22eddb3c Fix warnings and error panel font not updating 2025-11-01 15:19:35 -04:00
LuoZhihao ce2fae79b1 Fallback to parent class icon by default for gdextension 2025-10-31 18:03:32 +08:00
Haoyu Qiu b40e63566a Fix error when deleting trailing lines removed breakpoints 2025-10-30 08:22:14 +08:00
kit d08d9d3f49 Change `Go to Line` default shortcut to `Ctrl+G` 2025-10-23 11:29:13 -04:00
Denis Ciammaricone 7e2f6c3ebc Fix editor inline color display of color from Color.from_rgba8 2025-10-13 19:12:17 +02:00
kobewi 835383d46b Fix region folding not loading properly 2025-09-26 23:29:31 +02:00
Thaddeus Crews 5db618a2db
Merge pull request #109078 from WhalesState/text-edit-clipping
Fix TextEdit clips children and focus style.
2025-09-24 09:59:12 -05:00
Thaddeus Crews be421bcdd4
Merge pull request #110250 from YeldhamDev/i_just_cant_keep_focused
Hide `Control` focus when given via mouse input
2025-09-22 13:28:44 -05:00
Mounir Tohami b25e35cf58 Fix TextEdit styles and disable clipping.
Co-Authored-By: kit <kitbdev@gmail.com>
2025-09-21 07:32:30 +03:00
Michael Alexsander aeb3a45c97
Hide `Control` focus when given via mouse input 2025-09-19 13:43:29 -03:00
fkeyz 02d8cf84b0 Add drag n drop export variables 2025-09-16 23:54:16 +03:00
Giganzo c21a03361a Add hover styles to buttons in Script/Shader editor 2025-08-16 15:05:07 +02:00
Thaddeus Crews 916af4680c
Merge pull request #109522 from KoBeWi/resource_of_type_Folder
Don't open folders as file in script editor
2025-08-12 11:46:37 -05:00
kobewi a979cfdc0e Don't open folders as file in script editor 2025-08-11 14:43:36 +02:00
kit 2bc9bf5965 Add new line when dropping onready on empty line 2025-08-09 13:44:54 -04:00
kit 732a35dfc5 Fix dropping Node into script on non-empty line 2025-07-22 15:34:31 -04:00
Thaddeus Crews ed02254b2c
Merge pull request #108440 from kitbdev/fix-colorpicker-wrong-line
Fix ScriptEditor inline color wrong line number
2025-07-10 11:39:20 -05:00
bruvzg 7cee0327b2
[Code Editor] Fix "Pick Color" menu option replacing multiple color items. 2025-07-10 17:24:33 +03:00
kit 927208a92e Fix ScriptEditor line number in color objects 2025-07-09 16:18:57 -04:00
kit 9184256ae4 Fix ScriptEditor inline colors float handling 2025-07-08 11:55:11 -04:00
A Thousand Ships f11aff3841
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
2025-07-04 18:18:22 +02:00