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

668 commits

Author SHA1 Message Date
Brian Fiete
bc996ca471 Change label 2021-12-11 10:45:40 -08:00
Brian Fiete
f17ed3c749 Fix for clicking OK button 2021-12-11 10:02:15 -08:00
Brian Fiete
73099e4a04 Code generator support 2021-12-11 09:08:42 -08:00
unknown
8522ca4216 commenting blank now does nothing 2021-12-11 07:02:11 +02:00
unknown
14bf2addd9 add blank line back 2021-12-11 06:20:46 +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
Simon Lübeß
f9f53eb97b Basic fuzzy search for autocomplete 2021-12-08 22:08:57 +01:00
Brian Fiete
09bf85ad0e Improved performance with lots of raw leaks displayed 2021-12-06 12:35:13 -08:00
Brian Fiete
9f57be150e
Merge pull request #1252 from blat-blatnik/OpenTabsOnRight
[IDE] Added setting to open new tabs on right instead of left
2021-12-06 09:39:49 -08:00
Brian Fiete
15003d5f6a ContainsAlt rename 2021-12-03 05:58:45 -08:00
blat-blatnik
4c8a4ec769 Reset to default. 2021-12-01 08:02:36 +01:00
blat-blatnik
0e0a989e8e Should work for all tabs now. 2021-12-01 00:21:12 +01:00
blat-blatnik
318cb6524d Added setting to open new tabs on right instead of left 2021-11-30 23:37:44 +01:00
Brian Fiete
a8546fbbdf
Merge pull request #1198 from MineGame159/remember_string_find_class
[IDE] Find class dialog and open file in workspace dialog now remembers last searched string
2021-11-30 09:21:45 -08:00
Brian Fiete
223b7b9e1b
Merge pull request #1212 from miere43/delete-all-right
Add "Delete All Right" command to IDE
2021-11-29 09:27:06 -08:00
Brian Fiete
0bb273b898 Remove unnecessary pauses for build scripts 2021-11-26 08:56:01 -08:00
Brian Fiete
0592701576 Respect debug working directory during test 2021-11-23 12:39:25 -08:00
Brian Fiete
2a3efe3698 Version bump to 0.43.2 2021-11-22 09:20:31 -08:00
Brian Fiete
7dbd5294d7 For for param documentation when default argument is specified 2021-11-14 18:43:17 -08: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
6c0b329d57 Fixed test ShouldFail cases 2021-11-03 11:05:31 -07:00
Brian Fiete
a17f57f4c6 Fixed deferred mouseover hoverwatch mismatch 2021-10-31 09:48:04 -07:00
MineGame159
fa064b1271 Open file in workspace dialog now also remembers last searched string 2021-10-31 15:21:23 +01:00
MineGame159
a514c9c145 Find class dialog now remembers last searched string 2021-10-31 15:08:47 +01:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
Brian Fiete
b3ef4be15d Fixed out-of-bounds text else 2021-10-13 12:09:36 -07:00
disarray2077
ff0a5ec630 Some changes to file dialogs of the IDE 2021-08-02 23:43:28 -03:00
Brian Fiete
cc75c3bd16 Fixed right-click crash in file from disabled project 2021-07-31 10:27:23 -07:00
Brian Fiete
cbe8872417 Fixed crash with File/New/New File 2021-07-31 10:20:21 -07:00
Brian Fiete
b662b2ac48 Fixed custom command rebuild issues after cleaning 2021-07-19 10:50:31 -07:00
fusion
93cef5fe9b Fix AltGr triggering keyboard shortcuts. 2021-07-06 23:52:16 +02:00
Brian Fiete
a825b392ea Fixed bad Test project error when test project is set as startup project 2021-07-02 05:11:53 -07:00
Brian Fiete
23dafd4e6d Fixed static lib archiving with paths with spaces 2021-07-01 12:42:03 -07:00
Brian Fiete
b743bd5dd8 Fixed false read-only check for non-editing chars 2021-06-29 08:35:58 -07:00
Brian Fiete
b775058393 StaticLib build now properly creates a merged archive 2021-06-29 06:02:15 -07:00
Brian Fiete
7ae8599916 Removed "Dynamic Library" target type, replaced by Build Kind 2021-06-28 09:44:47 -07:00
Brian Fiete
42bee45635 Removed linking for static lib builds 2021-06-28 05:47:37 -07:00
Fusion
66e671f1ca Fix hoverwatch fleeting and comptime error messages. 2021-06-06 03:13:34 +02:00
Brian Fiete
dbd721f479 StringView for PlatformType.GetFromName 2021-05-31 08:50:33 -07:00
Brian Fiete
6962343e23 Potential -static-libgcc macOS fix 2021-05-31 08:50:17 -07:00
Brian Fiete
4d0f4b76bc Time format fixes 2021-05-25 10:57:31 -04:00
EinBurgbauer
f914e29f9d fix import project from installed 2021-05-21 23:06:11 +02:00
EinBurgbauer
d5347b6506 fix source content readonly edit 2021-05-18 11:57:38 +02:00
Hunter Bridges
d237c2aba2 Only attempt to allocate hot heap when hot swapping is enabled 2021-04-14 11:04:54 -07:00
Brian Fiete
4c70e6e0af mInPostRemoveUpdatePanels check 2021-04-11 07:02:17 -04: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
39e015a9c2
Merge pull request #961 from EinBurgbauer/autocomplete-flees-fix
Tool window resize offset fix
2021-03-17 07:50:11 -04:00
Brian Fiete
b98cb8ee5d Duplicate verSpec 2021-03-17 07:47:46 -04:00