ESH
|
7d8d6296ce
|
Don't consider cursor in open space when in literal
|
2025-02-07 13:00:12 +01:00 |
|
Brian Fiete
|
60988fda8f
|
Read-from-memory fixes, render target improvements
|
2025-02-06 08:45:21 -08:00 |
|
Brian Fiete
|
818ca48759
|
Ctrl+Click for code collapsing
|
2025-02-06 08:44:16 -08:00 |
|
Brian Fiete
|
568e54821d
|
Fixes some handling of const payload enums cases
|
2025-02-04 10:23:22 -08:00 |
|
Brian Fiete
|
8b7dd19f4b
|
Allow 'ref' on case matching
|
2025-02-04 06:45:05 -08:00 |
|
Brian Fiete
|
b92b561867
|
Fixed sizing of embedded "String" view in watch panel
|
2025-02-03 11:44:44 -08:00 |
|
Brian Fiete
|
3253bb40ac
|
Fixed autocomplete doc width on multimon
|
2025-02-03 11:29:30 -08:00 |
|
Brian Fiete
|
e1292f3206
|
Use correct bfProject for formatting so we use defines properly
|
2025-02-03 10:39:27 -08:00 |
|
Brian Fiete
|
abf58fe89f
|
Fixed formatting of multi-line string that doesn't start on a new line
|
2025-02-03 10:38:46 -08:00 |
|
Brian Fiete
|
60fdfff8d7
|
Fixed indexing of const multi-dim arrays
|
2025-02-03 08:20:35 -08:00 |
|
Brian Fiete
|
e0529caee0
|
Beefy 2D updates
|
2025-02-02 18:21:15 -08:00 |
|
Brian Fiete
|
cbba8399ec
|
Removed invalid SUCCESS message on link failure
|
2025-02-02 18:13:28 -08:00 |
|
Brian Fiete
|
ff96101806
|
Right-click menu for statusbar error icon
|
2025-02-02 18:13:14 -08:00 |
|
Brian Fiete
|
dfdbe7440f
|
Fixed colorization of unqualified property access (ie: implicit 'this')
|
2025-02-02 08:44:48 -08:00 |
|
Brian Fiete
|
729ca1e8c4
|
Fixed invalid mReceivingValue usage in BfInitializerExpression
|
2025-02-02 08:28:42 -08:00 |
|
Brian Fiete
|
eecc6540a2
|
Fixed issue where "Compile failed" message caused tests to fail
|
2025-02-02 06:42:48 -08:00 |
|
Brian Fiete
|
94f02b724d
|
BeefBuild fix
|
2025-02-01 17:37:56 -08:00 |
|
Brian Fiete
|
d7d88585d2
|
Added a green "SUCCESS" message for successful builds
|
2025-02-01 17:26:44 -08:00 |
|
Brian Fiete
|
1a187de4c9
|
Fixed valueless static locals
|
2025-02-01 14:08:41 -08:00 |
|
Brian Fiete
|
7458efc67f
|
Fixed typo
|
2025-02-01 14:03:48 -08:00 |
|
Brian Fiete
|
0a1d3c8486
|
Fixed invalid entry into mTextureMap when loading by address
|
2025-02-01 14:03:34 -08:00 |
|
Brian Fiete
|
cce1611da5
|
Improved some var handling of out arguments
|
2025-02-01 13:00:20 -08:00 |
|
Brian Fiete
|
f466a2ea57
|
Properly use method generic arguments from methodrefs
|
2025-02-01 12:19:49 -08:00 |
|
Brian Fiete
|
5b0ccb6dbe
|
Added BMPData
|
2025-02-01 12:08:01 -08:00 |
|
Brian Fiete
|
05cda98c85
|
BMP loading, show workspace icon files on startup panel
|
2025-02-01 10:39:04 -08:00 |
|
Brian Fiete
|
c8394bef26
|
Fixed null ResolveSelfType error case
|
2025-02-01 08:16:28 -08:00 |
|
Brian Fiete
|
dfbb09a8ac
|
Fixed enum comparison to int when there's an int conversion operator
|
2025-02-01 07:15:49 -08:00 |
|
Brian Fiete
|
70c2131c18
|
Fixed Compiler.Emit in unspecialized comptime methods
|
2025-02-01 06:34:47 -08:00 |
|
Brian Fiete
|
03f5c418ed
|
Skip enum dup check on enum unspecialized variations
|
2025-01-31 11:50:39 -08:00 |
|
Brian Fiete
|
78f9145254
|
Fixed mMatchWholeWord issue
|
2025-01-31 11:06:45 -08:00 |
|
Brian Fiete
|
319755ca36
|
Make case expression work with nullable Result<T>
|
2025-01-31 10:15:43 -08:00 |
|
Brian Fiete
|
206023f4a6
|
LoadValue eq issue with union equals operator
|
2025-01-31 07:54:45 -08:00 |
|
Brian Fiete
|
62f2053d0f
|
Merge remote-tracking branch 'origin/master'
|
2025-01-31 07:34:45 -08:00 |
|
Brian Fiete
|
717ce118df
|
Fixed function decl params mangling issue
|
2025-01-31 07:34:39 -08:00 |
|
Brian Fiete
|
2f7616cd40
|
GetActiveTypeDef mixin issue in GetActiveTypeGenericParamInstances
|
2025-01-31 07:34:06 -08:00 |
|
Brian Fiete
|
76f3ab80e0
|
Merge pull request #2120 from MineBill/color-fixes
Make more colors configurable and use the theme text color for tooltips.
|
2025-01-31 06:59:23 -08:00 |
|
MineBill
|
02c5667d7c
|
Use theme text color in tooltips.
|
2025-01-31 00:06:11 +02:00 |
|
MineBill
|
07ca3a319d
|
Make grid and outline colors configurable.
|
2025-01-31 00:06:10 +02:00 |
|
Brian Fiete
|
e064020c06
|
Dialog Ctrl+C fix for non-simple dialogs
|
2025-01-30 06:44:28 -08:00 |
|
Brian Fiete
|
8b033f527d
|
Merge remote-tracking branch 'origin/master'
|
2025-01-30 06:32:02 -08:00 |
|
Brian Fiete
|
635cb49771
|
Opaque 'this' argument fix
|
2025-01-30 06:31:56 -08:00 |
|
Brian Fiete
|
03cafd5e09
|
Merge pull request #2117 from M0n7y5/master
fix the linux building
|
2025-01-30 06:12:20 -08:00 |
|
M0N7Y5
|
a012f8572e
|
fix the linux building
|
2025-01-30 14:46:31 +01:00 |
|
Brian Fiete
|
439ae8d3c4
|
Fixed function type collision issue with params
|
2025-01-29 18:22:59 -08:00 |
|
Brian Fiete
|
185db196e0
|
Hilite color name fix
|
2025-01-29 11:29:39 -08:00 |
|
Brian Fiete
|
852d29d770
|
Merge pull request #2114 from MineBill/expose-more-colors
Remove some hardcoded colors to make the IDE more friendly to light themes.
|
2025-01-29 11:27:47 -08:00 |
|
MineBill
|
bbedfd30c9
|
Use theme text color in Diagnostics panel.
|
2025-01-29 20:10:04 +02:00 |
|
Brian Fiete
|
da3c5c3c57
|
CheckGenericCtor fixes
|
2025-01-29 10:09:52 -08:00 |
|
MineBill
|
d33dbfa09b
|
Use theme text color in 'Generate File' dialog.
|
2025-01-29 19:50:27 +02:00 |
|
MineBill
|
56aaf1904d
|
Rename '*Highlight' to '*Hilite'.
|
2025-01-29 19:45:23 +02:00 |
|