Mono-D D Support for MonoDevelop

28Jan/120

Compiler options remake [v0.2.8]

+ the usual huge amount of fixed bugs
-- Works For Me™
Tagged as: No Comments
24Jan/122

Minor improvements [v0.2.7.1]

Ok, exams are over - and there are updates:

  • Incremental build fixes -- Object file names are generated on every rebuild now, which is needed especially for sharing project files on different platforms as well as changing the active build configuration often. So there is less obj-file confusion after this patch :)
  • a Unittest configuration is added now by default -- Newly created projects will have a special test configuration which adds a "-unittest" to the extra compiler arguments - so switching e.g. between Debug and Unittest builds isn't that difficult anymore.
  • Code completion fix -- There is no completion list shown when typing characters inside a comment or string literal. I know it was there some time ago already - but somehow this filter was removed so I had to add it again.
  • Formatting fixes -- again this uncomfortable topic, but it had to be improved another once.
  • The default objects-dictionary is "obj" now, not "objs" anymore.
Tagged as: 2 Comments
14Jan/124

If you wonder

why there seem to be no new Mono-D versions - just reinstall it - I upload small fixes very often but don't increase the version number - because they're small ones only :)

So e.g. I fixed formatting, again, and added task list support - so the codes' TODOs, HACKs and FIXMEs will become enlisted in the task list panel now.

As an idea, you could add "BUG" to the task key tokens - so bug notes like they exist in phobos sources will be parsed, too.

Task notes in the code (HACK/TODO/FIXME/UNDONE by default) will be listed in MonoDevelop's task panel

Tagged as: 4 Comments
9Jan/122

A small development break (or just slow-down, dunno)

There are a couple of exams coming up for me the next weeks - so I guess there won't be that huge development progresses right now.

Filed under: Uncategorized 2 Comments
7Jan/120

Issue reports

are indeed better than posting single problems into the feedback page. A non-ironically meant "Thanks" for the huge amount of reports coming in (quite) every day!

Filed under: Uncategorized No Comments
3Jan/123

Fixes [v0.2.5]

  • Curly brackets indentation fixes - now indentation should be even better, and of course, less annoying
  • Verbatim string highlighting fix - wysiwyg strings become highlighted correctly now - fantastic to see what one line of xml code is able to change ;)
  • Identifier typing fix - for less disturbing completion list popups
  • Parser fixes. The new lambda syntax was mixing some other elements up :)
Tagged as: 3 Comments
1Jan/120

Good news concerning tool tips!

Our pull request has been applied to the MonoDevelop master branch - so in the next MD versions, code tooltips will be available by default!

https://github.com/mono/monodevelop/pull/122

Tagged as: No Comments
31Dec/110

Bin path option + Symbol resolution fixes [v0.2.3]

Furthermore, another small improvement which doesn't let mono-d highlight all Foo-symbols anymore. (Renaming and completion features are also affected.)

 

Tagged as: No Comments
28Dec/112

Language/Library reference browsing [v0.2.2]

As an other small feature, I put in the possibility to press F1 to gain "Help & Support" - by interpreting the current code context and redirecting the user to the respective page on d-programming-language.org

Tagged as: 2 Comments
26Dec/112

Build fixes [v0.2.1]

Happy Christmas to each of you! :)

Tagged as: 2 Comments