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

519 commits

Author SHA1 Message Date
Brian Fiete
d4d59e5ed6 Filtered out unchanged recovery files 2020-11-04 06:58:03 -08:00
Brian Fiete
716ec05394 Fixed FileWatcher overflow manual override 2020-11-04 06:51:30 -08:00
Brian Fiete
6302b5e247 Fixed freeze during OpenCodeBlock 2020-11-03 05:25:53 -08:00
Brian Fiete
6afaf4faad Renamed Build Solution to Build Workspace. More menu items. 2020-11-02 13:07:46 -08:00
Brian Fiete
d15057ca6b Disable safeseh for Win32 ld-link 2020-10-30 14:57:53 -07:00
Brian Fiete
b94f69b976 Improved VS detection 2020-10-30 05:51:39 -07:00
Brian Fiete
414a6faa56 Temporarily removed broken LLVM tests 2020-10-28 15:11:41 -07:00
Brian Fiete
710d7636d6 Added "Unlocked Projects" options to Find in Files 2020-10-26 14:05:48 -07:00
Brian Fiete
8ee47190cd
Merge pull request #585 from eveningstarinc/master
Fix misc bugs w/ IDE build in folders with a space
2020-10-26 09:58:52 -07:00
Brian Fiete
425284f023 Added NoExtension 2020-10-22 11:51:25 -07:00
Brian Fiete
6e71cbc765 Fixed indenting for op-assignment operator overloads 2020-10-22 07:05:11 -07:00
Brian Fiete
f8213b8320 mintest trim 2020-10-22 06:31:39 -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
Hunter Bridges
81b909c541 Fix misc bugs w/ IDE build in folders with a space
- Add quotes to bin/msbuild.bat paths
- Tweak PostBuildCmds in Debugger64 and IDEHelper
- Tweak Debug paths in IDE project to be relative to Workspace
- Modify AppendWithOptionalQuotes to not add more quotes if source string already in quotes
- Modify quoting behavior in build shell command construction
2020-10-12 15:49:25 -07:00
Brian Fiete
29beeb4e77 Fixed PgUp/PgDown in autocomplete list 2020-10-12 11:23:22 -07:00
Brian Fiete
60b162ba90 Fixed crash hovering over tab for new file 2020-10-12 01:24:39 -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
Brian Fiete
5a805e96d8 Color changes 2020-10-10 05:39:31 -07:00
Brian Fiete
57dbaf38d4 Improved icon legibility 2020-10-08 12:48:10 -07:00
Brian Fiete
4cea33d96f Fixed cases of undetected ambiguous calls 2020-10-08 12:09:04 -07:00
Brian Fiete
b28a87136f Extended autocomplete info 2020-10-08 09:41:05 -07:00
Brian Fiete
080a5483ae Added File Recovery editor setting 2020-10-08 06:45:22 -07:00
Brian Fiete
557b13070c Wrap-around menu selection 2020-10-07 11:05:35 -07:00
Brian Fiete
5a60d0e2d5 Theme support fixed 2020-10-07 08:00:31 -07:00
Brian Fiete
566f8c5d6f Deserialized some missing color settings 2020-10-07 07:47:29 -07:00
Brian Fiete
8b4b014a6a Dropdown box tweak 2020-10-06 07:39:15 -07:00
Brian Fiete
755b58c39d UI update 2020-10-05 14:53:58 -07:00
Brian Fiete
75b4032794 Version bump 2020-10-05 14:26:09 -07:00
Brian Fiete
1523000e80 Theme update 2020-10-05 14:25:55 -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
f6c42b561a Fixed crash in CheckSavedContents 2020-10-01 14:43:19 -07:00
Brian Fiete
3bb2e8947f Fixed indentation detection 2020-09-30 09:44:18 -07:00
Brian Fiete
41858b3dc5 Thread protection for project cache 2020-09-30 07:39:53 -07:00
Brian Fiete
c58e30e005 Formatting fixes for initializer expressions 2020-09-30 07:39:39 -07:00
Brian Fiete
5746214198 Key binding fix 2020-09-29 14:35:22 -07:00
Brian Fiete
05d5b5f594 Fixed file rename with entry in recent file list 2020-09-29 12:58:24 -07:00
Brian Fiete
c28ed988b3 Fixed properties debug evaluation and struct calls 2020-09-29 11:58:07 -07:00
Brian Fiete
a399e383fa Linux fixes 2020-09-29 08:53:36 -07:00
Brian Fiete
e19c8857b0 Don't 'save top position' during fixit apply if we are at the very top 2020-09-28 17:07:48 -07:00