Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
kobewi
|
63799b2a8e
Set max value of inactive TextEdit scrolls to 0
|
3 years ago |
Yuri Sizov
|
93fe9ecb97
Add methods to get position from column and line in TextEdit
|
3 years ago |
Haoyu Qiu
|
58dc743a2c
Allow toggle TextEdit bookmark gutter
|
3 years ago |
Rémi Verschelde
|
42d385b312
clang-format: Disable alignment of operands, too unreliable
|
4 years ago |
Haoyu Qiu
|
52a840b9c9
Fix crash when tooltip_request_func object is freed
|
4 years ago |
PouleyKetchoupp
|
ab55c33c20
Fix TextEdit cursor update when adding or deleting text
|
4 years ago |
Hugo Locurcio
|
85ebe8e3f6
Add visual feedback when hovering or dragging the code minimap grabber
|
4 years ago |
Rémi Verschelde
|
a67eaa67b0
Merge pull request #51732 from codecat/fix-caret-selection-3.x
|
4 years ago |
Melissa Geels
|
6bf6d18ee1
Move cursor to edge of selection when moving caret left/right
|
4 years ago |
Haoyu Qiu
|
5f316aa216
Improve Undo/Redo menu items
|
4 years ago |
Melissa Geels
|
ac40f5bb75
Triple click in text editor now uses last mouse position for validity
|
4 years ago |
Rémi Verschelde
|
32f5bee985
LineEdit: Respect `max_length` by truncating text to append
|
4 years ago |
Marcel Admiraal
|
7e03bd1671
Remove duplicate WARN_PRINTS macro
|
4 years ago |
Hugo Locurcio
|
f36c90b82f
Add a soft line length guideline to the script editor
|
5 years ago |
Hugo Locurcio
|
2e6a4aea99
Allow more items in automatic width calculation for TextEdit completion
|
4 years ago |
Hugo Locurcio
|
a38b447413
Highlight control flow keywords with a different color
|
5 years ago |
Hugo Locurcio
|
333dfb96da
Scroll faster when holding Alt in TextEdit (and script editor)
|
4 years ago |
kobewi
|
cb5870dd4a
Display arrow cursor if text is not editable
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 years ago |
Koala
|
d08666f999
Fix indent left line selection
|
4 years ago |
floppyhammer
|
4628ab2a15
ImproveCompletionPanelPositionInShaderEditor
|
4 years ago |
PouleyKetchoupp
|
ac9e5d9c60
Fix TextEdit autoscroll with wrapped lines
|
4 years ago |
PouleyKetchoupp
|
018008ce81
TextEdit respects content margin from StyleBox
|
4 years ago |
Filip
|
9c4f16f4c1
Fixed completion box not showing properly [3.2]
|
4 years ago |
Oliver Dick
|
db57f32194
TextEdit: When left mouse is pressed to place the cursor, do not immediately adjust the viewport when cursor_set_line is called, but afterwards on cursor_set_column (effectively when the cursor reached its final position)
|
4 years ago |
Rémi Verschelde
|
0b6dd929c6
Merge pull request #45169 from fmazan/3.2-completion-panel-positioning
|
4 years ago |