1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Commit graph

85 commits

Author SHA1 Message Date
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
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
Brian Fiete
b743bd5dd8 Fixed false read-only check for non-editing chars 2021-06-29 08:35:58 -07:00
EinBurgbauer
d5347b6506 fix source content readonly edit 2021-05-18 11:57:38 +02: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
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
1b7a4139e7 Select line on empty selection for Comment/Uncomment Selection 2021-02-01 14:15:52 -08:00
Brian Fiete
cadd1f809f Fixed issue with Autocomplete Require Control disabled 2020-12-28 15:42:58 -08:00
Brian Fiete
77946cafdf Improved handling of char pairs 2020-11-30 09:47:14 -08:00
Brian Fiete
e34dee7438 Format on Save 2020-11-10 06:03:50 -08:00
Brian Fiete
ab004faa78 Fixed cursor repositioning for closing quotes 2020-11-06 09:57:19 -08:00
Brian Fiete
6302b5e247 Fixed freeze during OpenCodeBlock 2020-11-03 05:25:53 -08:00
Brian Fiete
6e71cbc765 Fixed indenting for op-assignment operator overloads 2020-10-22 07:05:11 -07:00
Brian Fiete
2aa2611362 Fixed closing paren detection issue 2020-10-21 09:06:19 -07:00
Brian Fiete
1a44732189 Clear paren pair list on new statement 2020-10-17 13:09:18 -07:00
Brian Fiete
743a8da08b Reworked IDE paren pair support 2020-10-17 12:59:10 -07:00
Brian Fiete
2a57d9d447 Fixed line paste indent issues 2020-10-17 06:46:16 -07:00
Brian Fiete
640a20c961 Made Home/End go to extents of symbol being renamed 2020-10-13 08:01:28 -07:00
Brian Fiete
c3b697c0a4 Fixed ctrl+click Go To Definition timing issue 2020-10-13 07:27:25 -07:00
Brian Fiete
29beeb4e77 Fixed PgUp/PgDown in autocomplete list 2020-10-12 11:23:22 -07:00
Brian Fiete
a80410786d Fixed OpenCodeBlock indent/lockup issue 2020-10-01 23:25:22 -07:00
Brian Fiete
a355f32c1e Show error for editing binary file 2020-10-01 14:43:36 -07:00
Brian Fiete
3bb2e8947f Fixed indentation detection 2020-09-30 09:44:18 -07:00
Brian Fiete
c58e30e005 Formatting fixes for initializer expressions 2020-09-30 07:39:39 -07:00
Brian Fiete
dc2603bc60 Path selection autocomplete improvements 2020-09-25 06:31:21 -07:00
Brian Fiete
e12a2562b6 Allow enter-autocomplete with no replacement selection 2020-09-25 06:16:31 -07:00
Brian Fiete
fd3265445d Fixes for new out-var rules, unassigned variable detection 2020-09-22 07:44:47 -07:00
Brian Fiete
b975acb711 IDE file recovery 2020-09-18 05:30:21 -07:00
Brian Fiete
1bd56fcae7 Cleanup 2020-09-07 06:46:07 -07:00
Brian Fiete
4f5a981598 Better statement moving 2020-09-07 05:52:24 -07:00
Brian Fiete
a650c7ab9c Early support for line/statement moving 2020-09-06 09:05:00 -07:00
Brian Fiete
d11b09dd07 Removed System.Tuple type 2020-09-06 05:27:37 -07:00
Brian Fiete
37f73f3345 New default colorization for reference types and interface types 2020-09-03 06:49:49 -07:00
Brian Fiete
d807049b9f Added line copying to copy/cut/paste 2020-08-30 07:49:34 -07:00
Brian Fiete
f795215b44 Fixed object initializer warnings 2020-08-29 11:56:10 -07:00
Brian Fiete
7a65003679 Added Interface colorization type 2020-08-13 07:00:49 -07:00
Brian Fiete
9bbcb8eb5e Added a RefType colorization type 2020-08-13 06:28:31 -07:00
Brian Fiete
ad987a58bd Fixed Ctrl+Backspace 2020-07-24 05:21:29 -07:00
Brian Fiete
1117aa9b8a Fixed ctrl+backspace during autocomplete 2020-07-22 15:32:04 -07:00
Brian Fiete
9e009b134c Scope Prev/Next, other minor improvements 2020-06-23 15:24:50 -07:00
Brian Fiete
d463832168 Added more editor keys and commands 2020-06-13 15:55:08 -07:00
Brian Fiete
e94108a92d Fixed AutocompleteRequiresControl setting 2020-06-05 08:35:26 -07:00
Brian Fiete
a469707377 Fixed crash when closing with autocomplete up 2020-06-05 08:29:11 -07:00
MineGame159
2574f4dec5 Added AutocompleteRequireControl setting 2020-06-05 16:31:23 +02:00
LZMPDev
ad0dab0d4c Revamp Stdcall 2020-05-25 20:46:28 +08:00
Brian Fiete
9a2d200b70 Fixed a few read-only modifications 2020-05-20 06:42:38 -07:00
Brian Fiete
01f82d1250 Fixed symbol renaming closing in temp tab 2020-05-19 12:28:31 -07:00
Brian Fiete
5e5084886c Added option for autocomplete on enter 2020-05-12 09:16:39 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00