Changes in .2965 since .2959
Core
- E27055: C# Error parsing one line C#11 Raw String literals
- E26036: C#11: raw string literals -- parse raw interpolated strings
- E26036: C#11: raw string literals: interpolated strings
- E30047: Internal Error with invalid/too-large Int64 literal
- E27053: Oxygene: Hint in uses clause causes subsequent namespaces to be ignored
- E27054: Refactor/rename didn’t allow to rename const
- Compiler on .NET Core: let AssemblyKeyFile take precendence oder AssemblyKeyName
- Debugger: CLR: resolve breakpoints when loading debug symbols on demand
- Debugger: Show locals for global Main (CLR, Mono, Cooper, Island)
- Merged CodeGen4
- Merged EBuild
- Merged ROCodeGen
- NRE fix in compiler
- Templates: converted Oxygene/Cocoa Window template to unified syntax
Fire & Water
- E27049: Auto-fix in shared/multi-target project got applied mukltiple times
- E26973: Cannot edit startup arguments for a multi-target project
- E26957: Fire: settings shows selected row in black
- E26956: Project Settings: Per-target settings don't show available deployment targets in dropdown
- E26957: Project Settings: selected row draws in black on blue
- E27012: Water: Context menu to modify Watch evaluation (add F2 shortcut text)
- Build script fix for getting compiler version info
- CodeBot: access to solution info and file content
- Editor: if CC inserts
()
, swallow (
and insert any other characters after the ()
- Editor: new
rne
code snippet
- Editor: Right after CC inserts, typing space, semicolon, etc should go behind the closing
)
- Editor: right after CC inserts, typing space, semicolon, etc should go behind the closing
)
– logic tweaks
- Editor: Separatesyntax highligting color for punctuation vs. plain text
- Fire: dragging file paths from Arguments manager to other apps did not work as expected
- Merged CodeGen4
- Merged ROCodeGen
- PlatformSupport for targets read some settings from project, not target
- Project Settings: “Binary Type” setting was not a dropdown for multi-target projects
- Remoting SDK: use new CG4-based code RODL generators
- Water: Get list of processes to attach to, in Water/.NET Core
- Water: Show Solution Settings sheet/menu (wip)
EBuild
- E26983: Replace
$(ApplicationManifest)
with app.manifest
when converting .csproj to .elements
- Merged CodeGen4
- Merged ROCodeGen