Visual D 0.48-beta1

Rainer Schuetze r.sagitario at gmx.de
Sat Nov 24 13:54:57 UTC 2018


rc1 is now available:

https://github.com/dlang/visuald/releases/tag/v0.48.0-rc1

Changes from beta3:
  * build system
    - fixed linking privatephobos.lib if intermediate dir
      different from output dir
  * mago
    - add option to disable strings to be expandable
    - support showing closure and capture variables as locals for
      dmd 2.084/nightly
  * editor
    - added outlining for case statements
    - implemented commands View.PopBrowsContext and ForwardBrowseContext
    - reindent if multiple lines added by completion
    - tweaked formatting for enumerators, struct and array initializers
    - added option to not indent case statements

Please report issues and regressions here or for component visuald at
https://issues.dlang.org/

Rainer

On 10/11/2018 09:50, Rainer Schuetze wrote:
> I have just released a new beta:
> 
> https://github.com/dlang/visuald/releases/tag/v0.48.0-beta3
> 
> Changes:
> 
> - VDServer refactoring
> - experimental: option to enable semantic identifier highlighting (see
> Tools->Options->Text Editor->D->Editor page)
> - mago:
>   - fix crash in VS if a value is marked expandable, but doesn't yield
> any children
>   - fix .ptr property of static array if it is a struct/class member
>   - add option to disable strings to be expandable
>   - support showing closure and capture variables as locals for dmd
> 2.084 (nightlies)
> 
> 
> 
> On 05/10/2018 14:41, Rainer Schuetze wrote:
>> Hi,
>>
>> I have prepared a beta for the next release of Visual D. Here are some
>> highlights:
>>
>> - fixed installation/uninstallation issues in VS2017
>> - new VC project: allow adding C++ skeleton, fix some default settings
>> - settings: removed some legacy settings and made scope clearer
>> - dparser: support for "static foreach", fixed "find references",
>> experimental "show value of constants in tooltip"
>> - mago: fix crash in VS2017, shows return values of functions stepped over
>> - fixed "Compile and Run" on selection
>> - fixed help via F1
>>
>> You can find the installer and more details here:
>> https://github.com/dlang/visuald/releases/tag/v0.48.0-beta1
>>
>> Rainer


More information about the Digitalmars-d-ide mailing list