Rilasci di RemObjects Elements
Released: May 9, 2025
Aggiornamenti in v12.0.0.2991
Funzionalità
Core
- C#: Introduced a better error when using -> instead of => for lambda.
- CC: Now allows users to insert all enum values for case.
- Misc:
- Added an option to enforce license requirement to use assemblies.
- Now stores source files checksum into .pdb.
- Merged EBuild.
- Merged Everwood5.
- Merged RTL2.
Fire & Water
- Water:
- Added a shortcut for Find and Replace All In Selection.
- Added a shortcut for Replace.
- CodeBot:
- Improved scrolling logic.
- Water/RO: Now allows connecting to servers...
Released: Mar 7, 2025
Aggiornamenti in v12.0.0.2981
Funzionalità
Core
- .NET Core: NRE when symbolic BP is set.
- Island: AV comparing string to char.
- Debugger:
- Island: Now shows global members as locals for Main only.
Fire & Water
- CodeBot: CodeBot now always knows the name and language of the current file.
- Fire:
- Added a menu/ shortcut to ”Save current location” (to navigation stack), ^B.
- Added forward/ backward buttons (wip).
- Regression: Reverted back to macOS/legacy .cache format.
EBuild
- Toffee: Check for provisioning profiles in ~/Library...
Released: Feb 14, 2025
Aggiornamenti in v12.0.0.2975
Funzionalità
Fire & Water
- Debugger: Added an option for stackframe to select on exception (regression; this logic should not be used when stopping on regular breakpoints).
- Fire: Ctrl+L to clear CodeBot.
- Water:
- Now allows attachment from Water/Core.
- Now allows attachment to .NET Core processes.
- CodeBot:
- Added support for Claude.
- Added support for Gemini.
EBuild
- CrossBox: Use findNetCoreDebugShim when attaching to .NET Core.
Correzioni
Core
- Water (Swift): Had the wrong autofix for inout...
Released: Dec 27, 2024
Aggiornamenti in v12.0.0.2965
Funzionalità
- Core
- Fire & Water
- Water: Context menu added to modify Watch evaluation (add F2 shortcut text).
- CodeBot: added access to solution info and file content.
- Merged CodeGen4.
- Merged ROCodeGen.
- Remoting SDK: uses new CG4-based code RODL generators.
- Water: Show Solution Settings sheet/menu (wip).
- EBuild
- Merged CodeGen4.
- Merged ROCodeGen.
Correzioni
- Core
- Oxygene: Hint in uses clause causes subsequent namespaces to be ignored.
- Compiler on .NET Core: let AssemblyKeyFile take...
Released: Dec 6, 2024
Aggiornamenti in v12.0.0.2959
Funzionalità
- Core
- C#11: raw string literals (not w/ interpolation, yet).
- Include values in CC for enum type.
- Merged CodeGen4.
- Merged EBuild.
- Merged ROCodeGen.
- Fire & Water
- CC: Include values in CC for enum type.
- Cooper: added two more exceptions that happen on Android launch to the default ignore list.
- Editor: syntax highlighting for raw string literals in C# 11.
- Editor: syntax highlighting for “Delphi-style” multi-line string literals (’’’).
- Fire: "disable fullscreen" option.
- Fire: Added...
Released: Nov 22, 2024
Aggiornamenti in v12.0.0.2955
Correzioni
- Core
- C#: constants not considered for "did you mean" case fix suggestion.
- Default value not honored on .NET, when block parameters were involved.
- Oxygene: allow decaying abstract property w/o specifying read write.
- Oxygene: unterminated { not detected -- additional fix.
- Toffee: Bad .h file generated for property of block type.
- Toffee: debugger exception evaluating static properties.
- Type mismatch, cannot assign InstanceType to PlanHelpers.
- Debugger: CLR: catch potential exceptions...
Released: Oct 25, 2024
Aggiornamenti in v12.0.0.2951
Correzioni
- Core
- C#: Unspecified error message/location using inline arrays.
- Cannot call method if it has default params.
- CC for pretty hidden in scope should add self.
- Oxygene: new with implied type (like C#).
- Merged RTL2.
- Fire and Water
- Debugger: option which stack frame to select on exception.
- Fire: left-align popups in Build/Debug Preferences.
- Elements RTL
- Allow cast from String to Guid.
- Char.LowercaseLatinLetters/UppercaseLatinLetters/Numbers const arrays.
- Cleanup: Splitting up HTTP into...
Released: Oct 12, 2024
Aggiornamenti in v12.0.0.2949
Funzionalità
- Core
- Added WebUserControl and WebService item templates.
- Added WebUserControl item template.
- Merged EBuild.
- Merged RTL2.
- Elements RTL
- VariableProcessor: new
EBuildCurly
style.
Correzioni
- Core
- Toffee: NRE compiling method with bound array parameter.
- Echoes:
method
block type not treated same as block.
- Island/Delphi: error importing Delphi 12.2 .dcps.
- Oxidizer: issue with converting Delphi type.
- C#: Confusing error with ! and missing () on method call.
- Debugger: CLR: implement...
Released: Sep 23, 2024
Aggiornamenti in v12.0.0.2947
Correzioni
- Core
- Cooper: NRE for compiler with missing base reference.
- Debugger: Show obfuscated members as normal (methods).
- Debugger: Catch "due to optimization" exceptions and show all the variables.
- Debugger: CLR: try to get debug position even for bad mapping result.
- Debugger: CLR: unable to evaluate bp condition with method call.
- Debugger: CLR: XmlException in .NET Core apps doesn't show Message.
- Debugger: Fixes for evaluation method call for strings and with generic params.
- Echoes: IE with...
Released: Aug 30, 2024
Aggiornamenti in v12.0.0.2943
Funzionalità
- Core
- Debugger: You can now show obfuscated members as normal.
- You can now allow nullable cast operators for value types.
- Merged EBuild.
- Merged RTL2.
- Merged CodeGen4.
- Merged ROCodeGen.
- Visual Studio
- Matched logic for filling TargetFrameworkVersion to Water's.
- EBuild
- .NET Core: Improved support for handling framework platform and version.
- Elements RTL
- DateTime and Guid: Improved support for casting to/from with nullable platform value types.
- Added a new HttpFormRequestContent class...