1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
Beef/IDEHelper
Martin Cietwierkowski d9d954254f Add output window filtering options similar to what Visual Studio
offers.

To use right click on output window, and select which messages should
appear and which should be filtered out.

By default all types of messages appear as they normally would before
this change.

These settings are persisted into workspace_user file

This change helps keep the clutter out of the output window so that
program output logs are easier to read, especially on application
startup.
2023-08-23 20:18:45 -04:00
..
Backend Fixed payload enum switch case comparison 2023-07-24 10:32:31 -07:00
Beef Fixes from valgrind 2022-03-18 18:06:14 -07:00
Clang Initial checkin 2019-08-23 11:56:54 -07:00
Compiler Small failure case fixes 2023-08-18 12:04:33 -07:00
Linker Removed Win10-only call 2019-09-18 08:15:36 -07:00
Tests Fixed payload enum switch 'case .A:' after a 'case .A(let value):' 2023-07-24 12:52:23 -07:00
third_party Fixed autocomplete flickering while typing 2021-12-15 11:25:38 +01:00
BeefProj.toml Add CE files 2022-03-16 15:41:19 -07:00
BfDiff.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BumpList.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
CMakeLists.txt remove trailing whitespace from CMakeLists.txt files 2022-07-23 21:54:50 +02:00
COFF.cpp Add output window filtering options similar to what Visual Studio 2023-08-23 20:18:45 -04:00
COFF.h Improved ability to locate source files from moved PDB 2023-02-20 14:45:29 -05:00
COFFData.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
CPU.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
dbg.txt Initial checkin 2019-08-23 11:56:54 -07:00
DbgEvalPool.cpp Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
DbgEvalPool.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
DbgExprEvaluator.cpp Evaluation fixes while program is running 2023-01-23 06:56:54 -05:00
DbgExprEvaluator.h Added 'using' field invocation support to debugger 2022-07-30 09:41:05 -04:00
DbgMiniDump.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DbgMiniDump.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DbgModule.cpp Improved ability to locate source files from moved PDB 2023-02-20 14:45:29 -05:00
DbgModule.h Improved ability to locate source files from moved PDB 2023-02-20 14:45:29 -05:00
DbgSymSrv.cpp Improved ability to locate source files from moved PDB 2023-02-20 14:45:29 -05:00
DbgSymSrv.h Initial checkin 2019-08-23 11:56:54 -07:00
DbgTypeMap.cpp Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
DbgTypeMap.h Initial checkin 2019-08-23 11:56:54 -07:00
DebugCommon.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
Debugger.cpp Fixed hot-swap mFindDbgModuleCache where addrs are not 64k-aligned 2023-07-25 07:42:37 -07:00
Debugger.h Improved hot compilation handling of DLLs 2023-02-20 16:21:56 -05:00
DebugManager.cpp Add output window filtering options similar to what Visual Studio 2023-08-23 20:18:45 -04:00
DebugManager.h Add output window filtering options similar to what Visual Studio 2023-08-23 20:18:45 -04:00
DebugTarget.cpp Fixed dwarf null check 2023-07-25 14:23:46 -07:00
DebugTarget.h Fixed hot-swap mFindDbgModuleCache where addrs are not 64k-aligned 2023-07-25 07:42:37 -07:00
DebugVisualizers.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DebugVisualizers.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DWARFInfo.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
DwAutoComplete.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
HandleDbg.cpp Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
HandleDbg.h Initial checkin 2019-08-23 11:56:54 -07:00
HotHeap.cpp Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
HotHeap.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
HotScanner.cpp Fixed hot scan type detection with object extension data 2022-08-04 12:24:10 -07:00
HotScanner.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
IDEHelper.vcxproj Add /MP to all VS projects 2022-07-08 16:23:38 -03:00
IDEHelper.vcxproj.filters Comptime debugging 2022-03-08 06:27:06 -08:00
IDEHelper.vcxproj.user Start of wasm support 2020-08-06 09:24:37 -07:00
LinuxDebugger.cpp Initial macOS changes 2019-10-14 14:08:29 -07:00
LinuxDebugger.h Initial checkin 2019-08-23 11:56:54 -07:00
LLVMUtils.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
MiniDumpDebugger.cpp Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
MiniDumpDebugger.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
NetManager.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
NetManager.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
Profiler.cpp Improved profiler - better filtering, show 'hot' paths 2023-03-14 09:32:01 -07:00
Profiler.h Improved profiler - better filtering, show 'hot' paths 2023-03-14 09:32:01 -07:00
RadixMap.h Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
SpellChecker.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
StrBloomMap.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
StrHashMap.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
Targets.cpp Initial checkin 2019-08-23 11:56:54 -07:00
VSSupport.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
WinDebugger.cpp Add output window filtering options similar to what Visual Studio 2023-08-23 20:18:45 -04:00
WinDebugger.h Improved hot compilation handling of DLLs 2023-02-20 16:21:56 -05:00
X64.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X64.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86InstrInfo.h Initial checkin 2019-08-23 11:56:54 -07:00
X86Target.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86Target.h Initial checkin 2019-08-23 11:56:54 -07:00
X86XmmInfo.cpp Initial checkin 2019-08-23 11:56:54 -07:00