|
1 | 1 | Ddoc |
2 | 2 |
|
| 3 | +2013-11-02 Version 0.3.37 |
| 4 | + $(UL |
| 5 | + $(LI installer: |
| 6 | + $(UL |
| 7 | + $(LI fixed regression: VS 2010/2012 extension pkgdef files almost empty) |
| 8 | + $(LI now has workaround for x64 debugger of Visual Studio 2012 Shell ) |
| 9 | + $(LI installs cv2pdb 0.27 which fixes a crash when converting DWARF from GDC 4.8) |
| 10 | + $(LI installs mago 0.8 with pdb and embedded breakpoints support ) |
| 11 | + $(LI installer now picks up dmd2 folder from DMD installation) |
| 12 | + $(LI added support for VS 2013 to installer, removed VS.NET 2003) |
| 13 | + )) |
| 14 | + $(LI "Compile and Run": |
| 15 | + $(UL |
| 16 | + $(LI no longer adds "--main" automatically) |
| 17 | + $(LI removed some other implicite command line options that confused rdmd) |
| 18 | + $(LI fixed quotes in --eval arguments) |
| 19 | + $(LI didn't save file if it is not part of a project in the solution) |
| 20 | + )) |
| 21 | + $(LI syntax/coverage highlighting |
| 22 | + $(UL |
| 23 | + $(LI editor always started with coverage highlighting enabled) |
| 24 | + $(LI Colorize coverage: |
| 25 | + $(UL |
| 26 | + $(LI disabled if lst file older than source file or deleted) |
| 27 | + $(LI tweaked line number translation) |
| 28 | + $(LI now searches for coverage generated files in last execution folders) |
| 29 | + $(LI added new command "Delete Coverage Files") |
| 30 | + )) |
| 31 | + $(LI after changing the "Colored types" the current editor did not update immediately) |
| 32 | + $(LI user type colorizer settings were forgotten after editing options) |
| 33 | + $(LI keywords can now also be colored by adding them to the "Colored types") |
| 34 | + )) |
| 35 | + $(LI DParser |
| 36 | + $(UL |
| 37 | + $(LI updated to $(LINK2 https://github.com/aBothe/D_Parser/commit/72f1bc54f2426954f463f03b215e044174fc1468, recent version)) |
| 38 | + $(LI enabled mixin analysis) |
| 39 | + $(LI pass deprecation flag to engine) |
| 40 | + $(LI DParser engine now used by default if installed) |
| 41 | + )) |
| 42 | + $(LI vdserver |
| 43 | + $(UL |
| 44 | + $(LI add __FUNCTION__, __PRETTY_FUNCTION__ and __MODULE__ as keywords and primary expression) |
| 45 | + $(LI add __parameters as specification in is-expression) |
| 46 | + )) |
| 47 | + $(LI build system |
| 48 | + $(UL |
| 49 | + $(LI fixed building with -op and source files on different drive than project) |
| 50 | + $(LI added file options per configuration) |
| 51 | + $(LI fixed invoking bad command when no files to compile, but additional arguments set) |
| 52 | + $(LI added global option to display the reason for building a target) |
| 53 | + $(LI fixed custom build rules executed twice sometimes) |
| 54 | + $(LI fixed sc.ini evaluation, added support for sections [Environment32] and [Environment64] ) |
| 55 | + $(LI link dependencies can now also be monitored for the 32-bit MS linker) |
| 56 | + $(LI added VCINSTALLDIR to the list of available macros) |
| 57 | + $(LI added different options for executable and library search paths to be used for Win32/x64) |
| 58 | + $(LI x64: linker settings from sc.ini can be overwritten ) |
| 59 | + $(LI x64: linker no longer invoked through dmd) |
| 60 | + )) |
| 61 | + $(LI miscellaneous |
| 62 | + $(UL |
| 63 | + $(LI added command "Open Folder in Windows Explorer" to project and folder context menu) |
| 64 | + $(LI goto definition now falls back to JSON information if semantic analysis yields no result) |
| 65 | + $(LI improved indentation after opening parenthesis to follow next token) |
| 66 | + $(LI added commands "Collapse unittests" and "Collapse disabled" to the outlining menu) |
| 67 | + $(LI dviewhelper.dll from cv2pdb now avoids being unloaded after debugger expression evaluation using visualizers) |
| 68 | + )) |
| 69 | + $(LI changed license to Boost) |
| 70 | + ) |
| 71 | + |
3 | 72 | 2013-05-10 $(DDLINK News36,Version 0.3.36) |
4 | 73 | $(UL |
5 | 74 | $(LI added debug settings to new DMD/GDC project template ) |
|
0 commit comments