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

97 commits

Author SHA1 Message Date
Brian Fiete
8ff8ff0df1 Make CommentBlock work when selection ends with ws at line start 2021-12-21 17:14:17 -05:00
Brian Fiete
688d1f8dd1 CommentLines improvements 2021-12-21 17:06:18 -05:00
Brian Fiete
4c421033ab Comment tweaks
`//` is placed at the column where text starts on the first line
Toggle comment can insert a line comment with no selection
Selection state is retained
Undo restores selection and cursor position
2021-12-21 14:46:29 -05:00
Brian Fiete
dc1a7f9cbb Selection fix 2021-12-21 07:49:40 -05:00
Brian Fiete
35ebc965d7
Merge pull request #1266 from marsej/Comment-toggle-alternate-style-fix
Added editor option for // -style comments in certain cases
2021-12-21 07:31:42 -05:00
Brian Fiete
1155bd9600 Editor fixes 2021-12-21 07:13:47 -05: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
unknown
8522ca4216 commenting blank now does nothing 2021-12-11 07:02:11 +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
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