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

11 commits

Author SHA1 Message Date
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
Brian Fiete
4d1e14a1c3 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
Brian Fiete
88e2936420 Fixed GotoRefrenceAtLine for VS-style error locations 2022-03-17 11:37:09 -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
ec3ea6bd49 Allowed clicking on 'file:' references 2020-09-27 22:20:43 -07:00
Brian Fiete
4d29ecfd31 Fixed misdetected file paths 2020-08-11 06:59:28 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Brian Fiete
dbd9b32e3f Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Brian Fiete
a51fa2b657 Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
Brian Fiete
5bed292e87 Removed sized array initialization from tuples 2020-02-28 13:58:12 -08:00
Brian Fiete
078564ac9e Initial checkin 2019-08-23 11:56:54 -07:00