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

418 commits

Author SHA1 Message Date
Simon Lübeß
a360ab4668 Fixed DateTimeFormat.FormatCustomized 2020-11-02 23:22:49 +01:00
Brian Fiete
72d48c7cfa
Merge pull request #644 from thibmo/uint_string_format_fix
Fix formatting issue for UInt32, UInt16, UInt8 and UInt
2020-10-30 13:10:57 -07:00
M0N7Y5
09dc6fde3a
Fixed old macros for x86 compilation 2020-10-30 20:58:33 +01:00
Thimo
49d436b6cd Fix small int/uint typo in NumberFormatter.bf 2020-10-28 23:24:59 +01:00
Thimo
73ec76540e Fix ToString formatting for uint32 (cascading to uint16, uint8 and uint) 2020-10-28 23:17:51 +01:00
Brian Fiete
9a857cceb3 Fixed reification issues, mut-vs-imut method mangling 2020-10-22 17:25:19 -07:00
Brian Fiete
b6db69d2b0 Fixed extension initializers and dtors. [NoExtension]. Extension warning 2020-10-22 11:33:13 -07:00
Brian Fiete
743a8da08b Reworked IDE paren pair support 2020-10-17 12:59:10 -07:00
Brian Fiete
2a57d9d447 Fixed line paste indent issues 2020-10-17 06:46:16 -07:00
Brian Fiete
72411118c2 Added safe mode 2020-10-15 10:44:29 -07:00
Brian Fiete
72242aa31c Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
Brian Fiete
c3b697c0a4 Fixed ctrl+click Go To Definition timing issue 2020-10-13 07:27:25 -07:00
Brian Fiete
14609dc636 Fix for WantX after deleting selection 2020-10-12 17:49:22 -07:00
Brian Fiete
06f6c41679 Debug Break,SafeBreak,IsDebuggerPresent. [NoDebug] 2020-10-10 07:08:30 -07:00
Brian Fiete
291d176e8f Spelling fix 2020-10-09 08:42:32 -07:00
Brian Fiete
d7de0f19ca Rot fix 2020-10-09 08:42:24 -07:00
Brian Fiete
30ae7eef61 Ambiguous call fix 2020-10-08 12:48:24 -07:00
Brian Fiete
808a4438d7 Address-of immutable is now a warning instead of error, added [NoSplat] 2020-10-07 11:07:10 -07:00
Brian Fiete
557b13070c Wrap-around menu selection 2020-10-07 11:05:35 -07:00
Brian Fiete
2ac478509e Fixed operator precedence issues 2020-10-07 07:47:08 -07:00
Brian Fiete
1523000e80 Theme update 2020-10-05 14:25:55 -07:00
Brian Fiete
c5b48a1dc1 Fixed ToString/Parse for unknown codes 2020-09-28 17:08:12 -07:00
Brian Fiete
ee71c8c97b Fixed dynamic boxability of wrappable types (such as pointers) 2020-09-26 09:25:38 -07:00
Brian Fiete
befcbf3ddc Made GetBoxed work for pointers to value types 2020-09-26 09:16:29 -07:00
Brian Fiete
2341e08179 Added IsValueType 2020-09-26 08:41:03 -07:00
Brian Fiete
0e10eba8f5 Added ReflectAttribute.ReflectImplementer 2020-09-26 08:26:42 -07:00
Brian Fiete
4116d1e831 Interop typealiases 2020-09-24 07:22:30 -07:00
Brian Fiete
8b8d7fd782 Fixed some int types, added int overload for GL_SetAttribute 2020-09-22 11:26:04 -07:00
Brian Fiete
fd3265445d Fixes for new out-var rules, unassigned variable detection 2020-09-22 07:44:47 -07:00
Brian Fiete
5b8d2ffee2 Improvements to unassigned variable detection 2020-09-21 13:58:00 -07:00
Brian Fiete
9fabf0f7ee Some StringViewification 2020-09-18 05:12:35 -07:00
Brian Fiete
a215bac755 Added Relaunch option on crash dialog 2020-09-17 14:15:38 -07:00
Brian Fiete
980132c3cc Made workspace user file try to use workspace-relative paths 2020-09-17 07:12:46 -07:00
Brian Fiete
8fe9843441 Renamed argument 2020-09-16 15:57:12 -07:00
Brian Fiete
ada1aceef1 Fixed line paste in normal text boxes 2020-09-16 15:57:03 -07:00
Brian Fiete
7e111329c7 Trimmed reflected iface method table 2020-09-16 07:17:06 -07:00
Brian Fiete
7e0c25ef8f Added GetRange 2020-09-14 17:26:16 -07:00
Brian Fiete
f6132267dd Made .AllMembers default 2020-09-14 15:15:56 -07:00
Brian Fiete
82fed8ea6f Win32 interface abi fix 2020-09-14 12:56:52 -07:00
Brian Fiete
ecc4fe1ce5 Made .All not include dynamic boxing 2020-09-14 11:55:04 -07:00
Brian Fiete
da5b81f419 Dynamic boxing 2020-09-14 11:18:24 -07:00
Brian Fiete
186462e0ac Added interface dispatch for structs 2020-09-14 11:00:34 -07:00
Brian Fiete
8def1d4522 Reflection changes - interface info, boxed type 2020-09-14 06:54:49 -07:00
Brian Fiete
5640e6b074 Added ctor options to some method attributes 2020-09-14 06:52:51 -07:00
Brian Fiete
c04778ec5a Right-click close options for tabs 2020-09-11 23:26:59 -07:00
Brian Fiete
8d934192c0 IDE - Close All Except / Close Tabs 2020-09-11 17:47:38 -07:00
Brian Fiete
7f3ab3878f File size querying 2020-09-11 16:39:17 -07:00
Brian Fiete
d11b09dd07 Removed System.Tuple type 2020-09-06 05:27:37 -07:00
Brian Fiete
e37e1ac687 FieldInfo SetValue/GetValue with Variant support 2020-09-05 06:02:13 -07:00
Brian Fiete
8591172bb2 Removed obsolete System.Collections.Generic 2020-09-05 05:40:20 -07:00