Skip to content

Releases: dlang/visuald

Visual D v0.3.39 beta 2

05 Aug 20:25
Compare
Choose a tag to compare
Pre-release

Some mago fixes:

  • fix section offset/length being limited to 16-bit
  • fix reference counting for some DIA objects
  • support CV_ALLREG_VFRAME as a register (EBP/RBP)
  • Locals: only display data symbols (e.g. no typedefs)
  • 2014/8/6: fix support for VS versions 2012 and earlier
  • 2014/8/8: improve performance of binding line numbers to code location

Visual D v0.3.39 beta 1

02 Aug 13:09
Compare
Choose a tag to compare
Pre-release

Changes in this version:

  • new mago version 1.0
    • now supports debugging x64 executables
    • displays static members of classes and structs
    • fixed not closing executable file causing linker to fail when rebuilding
    • fixed breakpoints not set in all instances of a template
  • added editor margin to display coverage counters and percentage
  • support tab/indentation settings set by .editorconfig plugin
  • optlink now always called with /DELEXE to avoid keeping broken binary
  • added workaround for bad import library being passed by C/C++ projects
  • tweaked "Compile & Run" to distinguish between compile and execution errors
  • added "Compile & Debug" command
  • new dparser version: 78a007c9aaee915e2824f30c5c7293e8853343c4

Visual D v0.3.38-1

15 Apr 05:19
Compare
Choose a tag to compare

Hotfix release with mago rebuilt with the MS runtime linked statically (https://issues.dlang.org/show_bug.cgi?id=12565).

Visual D v0.3.38

12 Apr 08:40
Compare
Choose a tag to compare

No code changes from rc3.

Visual D v0.3.38 rc 3

12 Apr 08:14
Compare
Choose a tag to compare
Visual D v0.3.38 rc 3 Pre-release
Pre-release

Changes from rc2:

  • bugzilla 11898: cv2pdb: modified visualizer for void[] to also show bytes
  • bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
  • completion: combine identically named functions
  • improved DParser interfacing, updated to dparser to aBothe/D_Parser@1bb6dc6

Visual D v0.3.38 rc 2

16 Mar 17:41
Compare
Choose a tag to compare
Visual D v0.3.38 rc 2 Pre-release
Pre-release

changes from rc1:

  • fixed selective import completion without space
  • parameter tool tips now use prototype from dparser and shows documentation
  • bugzilla 12353: option "Show Type In Tooltip" not saved and restored across restart
  • updated dparser to aBothe/D_Parser@f23d33f

Visual D v0.3.38 rc 1

02 Mar 21:45
Compare
Choose a tag to compare
Visual D v0.3.38 rc 1 Pre-release
Pre-release

Changes from beta 1:

  • completion on import statements no longer showed folder icons
  • completion on selective import now lists identifiers from imported module
  • dparser: updated to aBothe/D_Parser@744f444
  • dparser: fixed completion for symbols without description
  • dparser: added support for multi line completions (including override completion)

Visual D v0.3.38 beta 4

27 Feb 07:20
Compare
Choose a tag to compare
Pre-release

Changes from beta 3:

  • add source control support for git in VS2013 (and maybe others)
  • fix DnD of project items in VS2013
  • disguise functionality of pipedmd.exe and filemonitor.dll to let it pass
    most anti-virus checks
  • added option to select the C runtime library when compiling for x64

Visual D v0.3.38 beta 3

09 Feb 20:25
Compare
Choose a tag to compare
Pre-release

Due to a hardware failure with complete data loss I had to rebuild my development environment from scratch, including some of the compiler/druntime patches for the precise GC that are needed by Visual D. So please be warned that there might be some regressions introduced by not reproducing exactly the same code as in earlier releases-

Changes from 0.3.38beta2:

  • updated SDK conversion for VS2013 and Windws SDK 8.1
  • changed some default colors when using dark theme in VS 2012+ (restart required)
  • added Windows SDK 8.0/8.1 detection
  • fixed bad "\n" in default x64 library search path
  • x64 executable and library search path were not correctly saved for next VS start
  • improve project automation to mute NuGet (still empty project pretended)
  • DParser updated to aBothe/D_Parser@901b47d

Visual D 0.3.38beta2

18 Dec 14:01
Compare
Choose a tag to compare
Visual D 0.3.38beta2 Pre-release
Pre-release
  • mago fixes
    • bugzilla 11030: set breakpoint in all template instances
    • bugzilla 11031: Simple member function being skipped over
  • updated dparser to 841f7259e9db72310e92d99507628ae610b098d7
  • completion box now displays appropriate icons and tooltip with dparser
  • tool tips now expand some Ddoc macros for better readability
  • semantic engine started only when prsing D source file