| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add inline ColorPicker to Script text editor. | Andreas Haas | 2016-09-29 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | Adds an option to the script editor context menu that lets you open a ColorPicker in order to easily edit `Color()` constructors. To do this, right click on the word `Color` and select `Pick Color`. A side effect of this change is that the script editor now has its own context menu instead of re-using the one from TextEdit. It's now possible to indent left/right and to toggle comments via this menu. I also felt free to make it more context-sensitive than before: Now "Cut" and "Copy" will only be shown if text has actually been selected. I also added default shortcuts for indent left/right. (alt + left/right) Closes #6232 | ||||
| * | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | 2016-09-12 | 1 | -0/+1 |
| | | |||||
| * | -Added a ColorFrame control, kind of like Texture but for color. | Juan Linietsky | 2016-09-11 | 1 | -0/+5 |
| | | | | | | -Added dropping nodes to text editor for them to become a path -Fixed issues with font not properly being set in code editor | ||||
| * | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | 2016-08-06 | 1 | -1/+3 |
| | | | | | support, but VisualScript should be more or less done! | ||||
| * | Added missing license and quotation typo | Paulb23 | 2016-08-03 | 1 | -0/+28 |
| | | |||||
| * | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | 2016-08-02 | 1 | -0/+112 |
