Simon Lübeß
f9f53eb97b
Basic fuzzy search for autocomplete
2021-12-08 22:08:57 +01:00
Brian Fiete
09bf85ad0e
Improved performance with lots of raw leaks displayed
2021-12-06 12:35:13 -08:00
blat-blatnik
318cb6524d
Added setting to open new tabs on right instead of left
2021-11-30 23:37:44 +01:00
Brian Fiete
a8546fbbdf
Merge pull request #1198 from MineGame159/remember_string_find_class
...
[IDE] Find class dialog and open file in workspace dialog now remembers last searched string
2021-11-30 09:21:45 -08:00
Brian Fiete
223b7b9e1b
Merge pull request #1212 from miere43/delete-all-right
...
Add "Delete All Right" command to IDE
2021-11-29 09:27:06 -08:00
Brian Fiete
7dbd5294d7
For for param documentation when default argument is specified
2021-11-14 18:43:17 -08:00
miere43
3e201c324d
Add "Delete All Right" command to IDE
...
Deletes all characters from cursor position to the end of current line.
2021-11-04 23:18:27 +03:00
Brian Fiete
a17f57f4c6
Fixed deferred mouseover hoverwatch mismatch
2021-10-31 09:48:04 -07:00
MineGame159
fa064b1271
Open file in workspace dialog now also remembers last searched string
2021-10-31 15:21:23 +01:00
MineGame159
a514c9c145
Find class dialog now remembers last searched string
2021-10-31 15:08:47 +01:00
miere43
c0b787cbf0
Fix incorrect search & replace for "char => char8" in comments
2021-10-30 00:11:37 +03:00
Brian Fiete
b3ef4be15d
Fixed out-of-bounds text else
2021-10-13 12:09:36 -07:00
Brian Fiete
cc75c3bd16
Fixed right-click crash in file from disabled project
2021-07-31 10:27:23 -07:00
fusion
93cef5fe9b
Fix AltGr triggering keyboard shortcuts.
2021-07-06 23:52:16 +02:00
Brian Fiete
b743bd5dd8
Fixed false read-only check for non-editing chars
2021-06-29 08:35:58 -07:00
Brian Fiete
7ae8599916
Removed "Dynamic Library" target type, replaced by Build Kind
2021-06-28 09:44:47 -07:00
Fusion
66e671f1ca
Fix hoverwatch fleeting and comptime error messages.
2021-06-06 03:13:34 +02:00
Brian Fiete
4d0f4b76bc
Time format fixes
2021-05-25 10:57:31 -04:00
EinBurgbauer
f914e29f9d
fix import project from installed
2021-05-21 23:06:11 +02:00
EinBurgbauer
d5347b6506
fix source content readonly edit
2021-05-18 11:57:38 +02:00
Brian Fiete
4c70e6e0af
mInPostRemoveUpdatePanels check
2021-04-11 07:02:17 -04:00
Fusion
7a7cc716c6
Add colorization options for primitives, structs, generic params and make typealias match aliased type color.
2021-03-22 22:24:05 +01:00
EinBurgbauer
ce852367ed
hoverwatch warp fix
2021-03-15 10:41:34 +01:00
EinBurgbauer
bcb2d861d9
autocomplete flees fix
2021-03-15 09:34:19 +01:00
Brian Fiete
8393f7abde
Work on deferred projects
2021-03-02 06:29:53 -08:00
Brian Fiete
8e9d7ed4c4
Lost changes
2021-02-25 10:14:22 -08:00
Brian Fiete
e6c4a95ccd
Start of package management
2021-02-25 08:10:21 -08:00
Brian Fiete
3f68473fe1
Added Sync with Workspace Panel option
2021-02-03 12:48:04 -08:00
Joseph Battelle
e9814ec527
Fix HoverWatch handling of multiple-monitors
...
Prior to this change, 'workspaceWidth' was not retrieved with screen
coordinates so the width was sometimes wrong depending on which monitor
of a virtual screen the window was on. Sometimes the 'maxWidth'
calculated from this was negative which led to a very bad place.
2021-02-03 00:11:12 -08:00
Brian Fiete
76d997fca7
Better word wrapping for hoverwatch
2021-02-02 14:58:01 -08:00
Brian Fiete
012f093d26
Make sure drop shadow doesn't go off edge of screen
2021-02-01 16:54:31 -08:00
Brian Fiete
1b7a4139e7
Select line on empty selection for Comment/Uncomment Selection
2021-02-01 14:15:52 -08:00
Brian Fiete
e33ca41fd0
Constrain with GetWorkspaceRectFrom
2021-02-01 13:58:57 -08:00
Brian Fiete
142332baaa
Hoverwatch wordwrapping
2021-02-01 13:56:17 -08:00
Brian Fiete
afd5b29127
Use cached CE emission on fastFinish
2021-02-01 05:21:41 -08:00
Brian Fiete
4678dcb9e5
Added (partially-working) '-deterministic' debug cmd line param
2021-01-30 14:43:10 -08:00
Brian Fiete
0543dfec65
Fixed file moving issues, multi-select issues
2021-01-21 05:19:27 -08:00
Brian Fiete
3c8bb9bed9
Added extension methods to navigation bar
2021-01-20 13:07:22 -08:00
Brian Fiete
3560554127
Fixed extension methods in autocomplete, added extmethod icon
2021-01-20 12:43:55 -08:00
Brian Fiete
6c3b2d9eea
Fixed safe mode crash
2021-01-20 09:19:05 -08:00
Brian Fiete
4890303508
Added comptype
2021-01-15 14:28:21 -08:00
Brian Fiete
8f3060fd3c
Comptime method reflection, method entry/exit emission
2021-01-13 05:09:09 -08:00
Brian Fiete
3bbf2d8313
Comptime updates, start of metaprogramming support
2021-01-08 16:21:03 -08:00
Brian Fiete
f9b9b15214
DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues
2021-01-04 04:56:44 -08:00
Brian Fiete
f6174aade2
Support for file dragging in workspace panel
2021-01-03 11:51:53 -08:00
Brian Fiete
1be37e6f24
Deprecated DeleteAndClearItems
2021-01-02 09:08:25 -08:00
Brian Fiete
cadd1f809f
Fixed issue with Autocomplete Require Control disabled
2020-12-28 15:42:58 -08:00
Brian Fiete
0952f3f278
Fixed slow const eval detection
2020-12-24 07:45:58 -08:00
Brian Fiete
ff1f8aff3f
Initial const eval feature release
2020-12-23 08:53:38 -08:00
Brian Fiete
6bb363fb4b
CTFE updates, including heap support
2020-12-17 04:51:05 -08:00