summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
|
* Let EditorLog use the right call queue for thread safetyPedro J. Estébanez2024-07-081-4/+2
| | | | This is a complement to f61c63e3a1d525ccc204f64ad813c4ba77077468.
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
|
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
|
* Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
|
* Fixed log rebuilding crashing when there's no messagesChristian Kaiser2024-05-191-0/+4
|
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
|
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
|
* Add line limit to Editor Output LogSofox2024-05-021-7/+54
|
* Make the "Clear Output" shortcut not require panel focuspassivestar2024-03-151-2/+1
|
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* Handle clickable `[url]` tags in `print_rich()` editor output logHugo Locurcio2024-01-151-0/+5
| | | | | Since this uses `OS.shell_open()`, this allows the use of any standard URL including `file://` paths, `mailto:`, custom protocols set up by the user, etc.
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+2
|
* Color match editor log toggles and flat pressed buttonsYuri Sizov2023-09-261-0/+3
|
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-4/+4
|
* Add EditorStringNames singletonkobewi2023-09-031-21/+22
|
* [Editor Log] Clear rich print tags only after the last line.bruvzg2023-08-101-5/+8
|
* [RTL] Add `pop_all`, `push_context` and `pop_context` methods, and use it ↵bruvzg2023-07-091-7/+1
| | | | for `print_rich` to avoid unclosed tags.
* Fix editor log flicker.bruvzg2023-06-121-0/+9
|
* [Editor] Enable multithread processing for the editor log.bruvzg2023-05-251-0/+1
|
* Disable padding around highlighted rich text in the editor Output panelHugo Locurcio2023-05-211-0/+5
| | | | | | | This prevents `[bgcolor]` and `[fgcolor]` rendering from overlapping on nearby characters (especially on the line below). This also makes it look closer to terminal output (which never uses padding).
* Allow showing messages from threads in Editor Logkobewi2023-05-151-6/+5
|
* Improve line BiDi handling, prevent crash on recursive log updates.bruvzg2023-04-121-0/+5
|
* Editor Theme: Set `selection_color` property of `RichTextLabel`Danil Alexeev2023-04-111-2/+0
|
* Set font sizes for various styles in editor output panelHaoyu Qiu2023-04-071-1/+6
|
* Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
|
* Remove some unused signalsRémi Verschelde2023-01-311-5/+0
| | | | Part of #37604.
* One Copyright Update to rule them allRémi Verschelde2023-01-051-30/+30
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Renamed RTL remove_line() to remove_paragraph().Koyper2022-12-211-1/+1
|
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
| | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`.
* Unify usage of undo_redo in editorkobewi2022-11-021-0/+1
|
* Merge pull request #62860 from Calinou/editor-log-bold-italic-mono-fontsRémi Verschelde2022-10-041-5/+20
|\ | | | | | | Define bold, italics and mono fonts in editor log for `print_rich()`
| * Define bold, italics and mono fonts in editor log for `print_rich()`Hugo Locurcio2022-07-091-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | This is also used by the number indicator for message grouping, as it uses a bold font. Mono font does not actually turn proportional fonts into monospace. Instead, it's a more faint version of the regular font, intended to emulate the look of the "faint" ANSI escape code (and make `[code]` distinguishable from regular text). The custom code font will be used to generate the bold/italic/mono variants if specified in the Editor Settings.
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-3/+3
| | | | | | | | | | Removes separate `Command` key (use `Meta` instead). Adds an event flag to automatically remap `Command` <-> `Control` (cannot be set alongside `Control` or `Meta`).
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
| |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with ↵Rémi Verschelde2022-08-291-35/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTIFICATION_THEME_CHANGED" This reverts commit 4b817a565cab8af648c88cfc7ab6481e86ee3625. Fixes #64988. Fixes #64997. This caused several regressions (#64988, #64997, https://github.com/godotengine/godot/issues/64997#issuecomment-1229970605) which point at a flaw in the current logic: - `Control::NOTIFICATION_ENTER_TREE` triggers a *deferred* notification with `NOTIFCATION_THEME_CHANGED` as introduced in #62845. - Some classes use their `THEME_CHANGED` to cache theme items in member variables (e.g. `style_normal`, etc.), and use those member variables in `ENTER_TREE`, `READY`, `DRAW`, etc. Since the `THEME_CHANGE` notification is now deferred, they end up accessing invalid state and this can lead to not applying theme properly (e.g. for EditorHelp) or crashing (e.g. for EditorLog or CodeEdit). So we need to go back to the drawing board and see if `THEME_CHANGED` can be called earlier so that the previous logic still works? Or can we refactor all engine code to make sure that: - `ENTER_TREE` and similar do not depend on theme properties cached in member variables. - Or `THEME_CHANGE` does trigger a general UI update to make sure that any bad theme handling in `ENTER_TREE` and co. gets fixed when `THEME_CHANGE` does arrive for the first time. But that means having a temporary invalid (and possibly still crashing) state, and doing some computations twice which might be heavy (e.g. `EditorHelp::_update_doc()`).
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\ \ | | | | | | Rename `hint_tooltip` to `tooltip_text` & setter getter
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | `hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too.
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-39/+35
|/ /
* | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record2022-08-251-0/+5
| |
* | Add per-scene UndoRedokobewi2022-08-221-2/+4
| |
* | Optimize theme usage in editor logkobewi2022-08-111-5/+11
| |
* | Extract EditorResourceConversionPlugin into its own source files and clean ↵Yuri Sizov2022-07-311-0/+2
| | | | | | | | up editor includes
* | Move editor paths into the EditorPaths classAaron Franke2022-07-291-3/+4
|/
* Adding print_rich for printing with BBCodeVoylin2022-06-291-5/+17
|
* Use consistent casing in editor filter/search barsFireForge2022-05-281-1/+1
|
* Fix editor_log text copyConteZero2022-04-081-1/+1
|
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
|