unknown
acc2e5b14c
Add option for configuring mMaxCol with mWrapCommentsAt
2021-12-21 10:55:40 +02:00
unknown
77db22d095
Remove mToggleCommentAlt from SettingsDialog
2021-12-18 22:17:46 +02:00
unknown
28ad51fbfb
fix some whitespaces
2021-12-18 20:51:04 +02:00
unknown
76e94d1cdc
Add CommentLines CommentBlocks and replace ToggleComment
2021-12-18 20:29:15 +02:00
Brian Fiete
224a17e669
Fixed ability to view huge (>2GB) spans
2021-12-16 07:49:39 -05:00
Brian Fiete
a2a97a8e5f
Fixed issue detaching editdata when resetting ui
2021-12-15 16:24:30 -05:00
disarray2077
53312a35f3
Allow underline in generated file name
2021-12-15 11:41:02 -03:00
Simon Lübeß
c2c7431620
Fixed autocomplete flickering while typing
2021-12-15 11:25:38 +01:00
Brian Fiete
8623f8f7e5
Removed buttons during regen
2021-12-14 11:13:51 -05:00
EinBurgbauer
506f5b7d5d
file generation dropdown changes, dialog fix
2021-12-12 13:10:30 +01:00
Simon Lübeß
8847de545a
Basic Utf8 support
2021-12-11 23:38:25 +01:00
Brian Fiete
bc996ca471
Change label
2021-12-11 10:45:40 -08:00
Brian Fiete
f17ed3c749
Fix for clicking OK button
2021-12-11 10:02:15 -08:00
Brian Fiete
73099e4a04
Code generator support
2021-12-11 09:08:42 -08:00
unknown
8522ca4216
commenting blank now does nothing
2021-12-11 07:02:11 +02:00
unknown
14bf2addd9
add blank line back
2021-12-11 06:20:46 +02:00
unknown
6e011678b4
fix whitespace
2021-12-11 06:15:53 +02:00
unknown
20261f5d0d
Added ToggleCommentAlt as Toggle comments alternate style under Settings/Editor
2021-12-11 06:02:11 +02:00
unknown
b3cf28f500
Added ToggleCommentAlt for who prefer multi-line // comments
2021-12-11 05:58:45 +02:00
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