1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-14 12:13:51 +02:00
Commit graph

5333 commits

Author SHA1 Message Date
Brian Fiete
a0b7f5d1da Fixed erroneous space insertion when reformatting interpolated strings 2025-07-12 09:57:07 -07:00
Brian Fiete
faebf0af06 Fixed for Hunty 2025-07-12 09:17:57 -07:00
Brian Fiete
5f0468d724
Merge pull request #2288 from eveningstarinc/hunterbridges/RandomStaticInitDisable
Surround System.gRand static initializer with #if !BF_RUNTIME_DISABLE
2025-07-11 03:54:22 -07:00
Brian Fiete
6d40d96cbc
Merge pull request #2285 from Booklordofthedings/master
Add null checks to comptime documentation
2025-07-11 03:52:52 -07:00
Brian Fiete
266711c05a
Merge pull request #2276 from kallisto56/master
Fix cursor swap in `QuickFind.SelectAllMatches()`
2025-07-11 03:52:31 -07:00
Hunter Bridges
0fa00f29b6 Surround System.gRand static initializer with #if !BF_RUNTIME_DISABLE 2025-07-10 16:10:51 -07:00
072e7ad1a9 Add null checks to comptime documentation 2025-07-07 22:14:10 +02:00
Chernyavsky Andrey
8f9628e6af Fix skipping when matching word is at EOF 2025-06-15 17:19:43 +05:00
Chernyavsky Andrey
4e0bbd1a00 Fix cursor swap in QuickFind.SelectAllMatches() 2025-06-14 18:08:45 +05:00
Brian Fiete
764c454261 Base type null check fix 2025-06-12 17:10:27 +02:00
Brian Fiete
7fe6082686 Added "Editor" flag to Rename Symbols 2025-06-12 13:11:25 +02:00
Brian Fiete
e64e421feb Improved method selection for extension methods with generic 'this' 2025-06-12 06:19:41 +02:00
Brian Fiete
cc107ae341 Made AssertCurrentNode a soft error 2025-06-12 05:43:15 +02:00
Brian Fiete
61a1f077ab
Merge pull request #2272 from kallisto56/master
Reseting `mDragSelectionUnion` after using `Add Selection to Next Find Match (Ctrl+D)`
2025-06-11 13:57:53 +02:00
Chernyavsky Andrey
431776d266 Reset drag selection after AddSelectionToNextFindMatch() 2025-06-11 16:21:16 +05:00
Chernyavsky Andrey
a798819709 Reset mDragSelectionUnion when !shiftDown 2025-06-11 14:30:20 +05:00
Brian Fiete
66923e6720
Merge pull request #2270 from kallisto56/master
Fixed `FixIt` pasting in wrong place
2025-06-11 10:50:34 +02:00
Brian Fiete
a0bbd77c4c Assert range fix 2025-06-11 10:50:01 +02:00
Brian Fiete
e5eb8b38eb var fixes 2025-06-11 10:35:38 +02:00
Brian Fiete
6708399691 Fixed large-range int64 Next 2025-06-11 10:35:28 +02:00
Chernyavsky Andrey
0b5f8e77ef Fixed FixIt pasting in wrong place 2025-06-09 20:08:55 +05:00
Brian Fiete
c0a261f715
Merge pull request #2269 from kallisto56/master
Remove secondary cursors on `Goto Method`
2025-06-09 16:53:11 +02:00
Chernyavsky Andrey
cd84f5ed72 Remove secondary cursors on Goto Method 2025-06-09 16:46:01 +05:00
Brian Fiete
671b6d4c91
Merge pull request #2263 from kallisto56/master
Fixed select next match after using `QuickFind`
2025-06-09 12:05:10 +02:00
Brian Fiete
fb164597d0
Merge pull request #2268 from m910q/move-line-fix
Fix "Move line" is able to delete lines in read only source code
2025-06-09 12:04:45 +02:00
Brian Fiete
33daf12c03 Fixed double-evaluation of enum field with lambda bind 2025-06-09 07:19:55 +02:00
Brian Fiete
66d3cce6a6
Merge pull request #2267 from Rune-Magic/docs-reflection-comptime
Add Documentation Reflection for Comptime
2025-06-09 07:00:14 +02:00
ESH
9361bf59d9 Fix "Move line" is able to delete lines in read only source code 2025-06-07 20:35:37 +02:00
Rune
83ccc1662d Add documentation reflection for comptime 2025-06-07 10:07:34 +02:00
Chernyavsky Andrey
6485728b25 Fixed select next match after using QuickFind 2025-06-03 11:54:45 +05:00
Brian Fiete
b062c3d2dd Fixed late reification error with disabled runtime 2025-06-02 10:58:12 +02:00
Brian Fiete
bbf057a59c GetValueAlt 2025-06-02 10:47:53 +02:00
Brian Fiete
9e9b170548 ToCleanAttributeString now removes explicit System namespace 2025-06-02 09:46:26 +02:00
Brian Fiete
a84b06aff0 Scrollbar fix for mouseover docs 2025-06-02 09:37:33 +02:00
Brian Fiete
2ff7f208c3 Fixed incorrect test script interaction with settings load failure 2025-06-02 08:44:00 +02:00
Brian Fiete
fafd6a7550 Documentation scroll fixes 2025-06-02 07:50:31 +02:00
Brian Fiete
c53c7b4157 Fixed readonly addr handling of indexer expression 2025-06-02 06:35:33 +02:00
Brian Fiete
3291ed6966 Show error dialog on failure to load settings file 2025-06-01 18:34:00 +02:00
Brian Fiete
8a07189594 Improved handling of parser errors with attributed elements 2025-06-01 18:05:28 +02:00
Brian Fiete
01cb9bf970 Fixed const error checking 2025-06-01 09:39:21 +02:00
Brian Fiete
af096ffad3 Remove unnecessary copy in Create 2025-06-01 07:20:48 +02:00
Brian Fiete
8bd1ed02bc
Merge pull request #2252 from eveningstarinc/Fraser/ExpandedDocumentationSupport
Expanded documentation support while hovering over a function
2025-06-01 07:16:09 +02:00
Brian Fiete
cbbd99b060 Better hash, Parse and ToString support, Tests 2025-06-01 07:15:53 +02:00
Brian Fiete
6f5d3e0ca9 Fixed parsing for generic ctor 'this<X>() where X : int : base() ' 2025-05-30 17:21:20 +02:00
Brian Fiete
1014824fd0 Fixed incorrect warning for flipped CheckConstCompare 2025-05-30 15:55:40 +02:00
Brian Fiete
6fcecfdb78 Throw an error when attempting to constrain to multiple primitive types 2025-05-30 12:53:57 +02:00
Brian Fiete
5b18e380a5 Fixed generic assignment operators (ie +=) 2025-05-30 11:20:04 +02:00
Brian Fiete
c23def10f1 Fixed some method selection cases with deferred args 2025-05-30 07:09:04 +02:00
Brian Fiete
abd547a405 OOB protection 2025-05-29 07:51:56 +02:00
Brian Fiete
2d251fc2e4 Fixed crash renaming project with project folders 2025-05-29 07:23:55 +02:00