Danil Alexeev
|
db9b8ff003
CodeEditor: Make possible to select and copy error text
|
3 months ago |
Pāvels Nadtočajevs
|
22b5a2fc5c
Change editor button focus mode to `FOCUS_ACCESSIBILITY`.
|
4 months ago |
kobewi
|
c32a031908
Improve auto-translation of Script Editor
|
2 months ago |
Thaddeus Crews
|
cb0f2b5230
Merge pull request #106117 from jaydensipe/zoom-performance-smoooooth
|
3 months ago |
Jayden Sipe
|
a874863c46
Improve zoom performance in Script and Shader editors
|
3 months ago |
Fredia Huya-Kouadio
|
a088b5dc23
Disable showing the virtual keyboard on focus events for certain editor components
|
3 months ago |
Jayden Sipe
|
201238168c
Some QOL and cleanup to EditorHelp's `FindBar`
|
3 months ago |
Thaddeus Crews
|
32eafc18b4
Merge pull request #103806 from arkology/find-replace-bar-ui
|
3 months ago |
Thaddeus Crews
|
48bdf3c0c4
Merge pull request #104739 from Nolkaloid/fix-code-editor-error-length
|
3 months ago |
Thaddeus Crews
|
a26c05d7e5
Merge pull request #104169 from CreatedBySeb/fix-error-panel-hiding
|
3 months ago |
Thaddeus Crews
|
3947cbe3b2
Merge pull request #104386 from Repiteo/core/cpp-math
|
3 months ago |
Pāvels Nadtočajevs
|
5b49fd4207
Selectively apply `FOCUS_ACCESSIBILITY` to the `Label`s instead of setting it by default.
|
4 months ago |
Thaddeus Crews
|
ad40939b6f
Core: Replace C math headers with C++ equivalents
|
5 months ago |
Hugo Locurcio
|
e8eeccebcb
Unify Scripts Panel naming for the script and shader editors
|
4 months ago |
Pāvels Nadtočajevs
|
302fa831cc
Initial editor accessibility.
|
5 months ago |
Yufeng Ying
|
7a1a970c25
size() <= 0 and size() < 1.
|
5 months ago |
Nolkaloid
|
410d6eee45
Limit error messages in CodeTextEditor to 2 lines length
|
4 months ago |
Rémi Verschelde
|
fd02ff8d02
Merge pull request #104703 from bruvzg/loc_dir_icons
|
4 months ago |
Pāvels Nadtočajevs
|
e47207ad16
Fix updating editor icons on translation change.
|
4 months ago |
kobewi
|
75881f8322
Use initializer list in Arrays
|
1 year ago |
Sébastien Dunne Fulmer
|
cabcb4161b
Fix error panel auto-hiding
|
5 months ago |
arkology
|
186d68740c
`FindReplaceBar`: Fix "Replace (All)" buttons repositioning, improve "Hide" button visual feedback
|
5 months ago |
Thaddeus Crews
|
c937b6d180
Merge pull request #102419 from Ivorforce/std-size
|
5 months ago |
Lukas Tenbrink
|
e34f1f504c
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
|
6 months ago |
Marius Hanl
|
4d488e8cc9
Fix Escape does not work the first time when pressed at the Find(Replace)Bar
|
6 months ago |
Haoyu Qiu
|
4c4f29a490
Fix several i18n issues in editor
|
7 months ago |
Anish Mishra
|
b753b87ec5
Android Editor: Disable magnify gesture in the ScriptEditor
|
7 months ago |
HolonProduction
|
5c9d80592a
Add icon for local variable completion options
|
1 year ago |
Rémi Verschelde
|
703552c51b
Merge pull request #100240 from WhalesState/line-edit-focus
|
7 months ago |
Mounir Tohami
|
e89c196a80
`LineEdit` add member `keep_editing_on_text_submit`.
|
7 months ago |