www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Mono-D 0.2.9

reply "alex" <a_bothe gmx.net> writes:
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
Feb 15 2012
next sibling parent bls <bizprac orange.fr> writes:
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.
Feb 15 2012
prev sibling parent "F i L" <witte2008 gmail.com> writes:
Awesome job Alex! Use this every day ;-) 2.9 seems very stable so 
far.
Feb 16 2012