Thread overview |
---|
February 15, 2012 Mono-D 0.2.9 | ||||
---|---|---|---|---|
| ||||
Changelog: - New policy option which toggles insertion of a * or + if <Return> in a comment block was pressed. - New policy option which toggles treating files' standard headers as raw text / code which shall be commented out - Internal parser refactoring - Made parser dmd v2.058 ready - Completion of version/extern/pragma/__traits/scope attributes added. - If caret is behind a dot '.', and Ctrl+Space is being pressed, the completion for the respective item is shown, not the completion for the global code environment -- hopefully it'll make completion more intuitive - Corrected parsing of declaration conditions. - Conditional completion will follow soon - Added *.a filter to import library choice dialog Further info: http://mono-d.sourceforge.net Issues/Bugs/Feature requests: https://github.com/aBothe/Mono-D/issues |
February 16, 2012 Re: Mono-D 0.2.9 | ||||
---|---|---|---|---|
| ||||
Posted in reply to alex | On 02/15/2012 09:02 AM, alex wrote: > Changelog: > > - New policy option which toggles insertion of a * or + if <Return> in a > comment block was pressed. > - New policy option which toggles treating files' standard headers as > raw text / code which shall be commented out > - Internal parser refactoring > - Made parser dmd v2.058 ready > - Completion of version/extern/pragma/__traits/scope attributes added. > - If caret is behind a dot '.', and Ctrl+Space is being pressed, the > completion for the respective item is shown, not the completion for the > global code environment -- hopefully it'll make completion more > intuitive - Corrected parsing of declaration conditions. > - Conditional completion will follow soon - Added *.a filter to import > library choice dialog > > Further info: http://mono-d.sourceforge.net > Issues/Bugs/Feature requests: https://github.com/aBothe/Mono-D/issues Great Job Alex. Almost everything is perfect. Speed, Intellisense,Class hierarchy viewing , Project hierarchy viewing, etc. Pretty cool. Since I am not sure if it is an issue or not I am posting it here.. Under 2.058 try to import std.net.curl; or something from a third party library . Error is similar to : (linker error) C:\Users\DEVELOPER\Documents\Projects\d\d\main.d: Error: Linker error 42 - Symbol Undefined _D3std3net4curl12__ModuleInfoZ (d) Tools/ options default libraries settings are correct. What seems to be strange is that the file extension for library import is ignored. so tango instead of tango.lib. |
Copyright © 1999-2021 by the D Language Foundation