1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-30 05:15:59 +02:00
Commit graph

627 commits

Author SHA1 Message Date
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
Brian Fiete
5096e65fc7 More commutable attributes 2020-12-04 14:10:42 -08:00
Brian Fiete
687dde063f Include inner-overload method in classview 2020-12-04 05:22:49 -08:00
Brian Fiete
af16b5f356 Close quickfind on symbol rename 2020-11-30 10:49:24 -08:00
Brian Fiete
77946cafdf Improved handling of char pairs 2020-11-30 09:47:14 -08:00
Brian Fiete
e93c44703b Better esc handing during f3 quickfind 2020-11-30 07:39:43 -08:00
Brian Fiete
ec92168669 Added Remove menu right-click option on failed project load 2020-11-16 17:44:04 -08:00
Brian Fiete
e34dee7438 Format on Save 2020-11-10 06:03:50 -08:00
Brian Fiete
330eb037e8 Fixed save buffers during symbol rename 2020-11-08 07:45:37 -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
b94f69b976 Improved VS detection 2020-10-30 05:51:39 -07:00
Brian Fiete
710d7636d6 Added "Unlocked Projects" options to Find in Files 2020-10-26 14:05:48 -07:00
Brian Fiete
6e71cbc765 Fixed indenting for op-assignment operator overloads 2020-10-22 07:05:11 -07:00
Brian Fiete
bf5e689029 Fixed documentation on member with attributes 2020-10-21 09:34:08 -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
72411118c2 Added safe mode 2020-10-15 10:44:29 -07:00
Brian Fiete
72242aa31c Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
Brian Fiete
5e4ecade6d Autocomplete MRU fix for 'return' 2020-10-14 11:46:53 -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
c337bee05c Default Rename in Files to current document. Added Undo Replace button 2020-10-11 06:33:13 -07:00
Brian Fiete
f4ffe67f92 Fixed valuetype icon 2020-10-10 10:11:39 -07:00