Jump to page: 1 2
Thread overview
Mmrnmhrm 0.2.1 released
Oct 23, 2007
Bruno Medeiros
Oct 23, 2007
Carlos Santander
Oct 23, 2007
Bruno Medeiros
Oct 23, 2007
Bruno Medeiros
Oct 23, 2007
torhu
Oct 24, 2007
Bruno Medeiros
Oct 27, 2007
torhu
Oct 27, 2007
torhu
Oct 27, 2007
torhu
Oct 27, 2007
Bruno Medeiros
Oct 27, 2007
torhu
Nov 03, 2007
Bruno Medeiros
Nov 03, 2007
torhu
Nov 04, 2007
Bruno Medeiros
October 23, 2007
Mmrnmhrm 0.2.1 has been released.
Changelog:

== Mmrnmhrm 0.2.1 (2007-10-23) ==
 * Fixed major bug with document syntax highlighting and partitions.
 * Improved name lookup: statement blocks and enum bodies are now supported correctly (they don't see forward definitions anymore).
 * Improved Code completion: duplicates or occluded names are no longer presented.
 * Can now set, view, and remove Descent-compatible breakpoints in Mmrnmhrm's editor (these will work with Descent's debugger).
 * DDoc text and code completion hovers are now processed and presented as HTML instead of raw characters, thanks to Ary Mazana's Descent DDoc parser. (http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_html_ddoc_hover2.png pic)
 * Fixed some Neo AST bugs.
 * Minor builder changes (builder still work in progress).

More info at:
http://www.dsource.org/projects/descent/wiki/Mmrnmhrm

-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
October 23, 2007
Bruno Medeiros escribió:
> Mmrnmhrm 0.2.1 has been released.
> Changelog:
>
> == Mmrnmhrm 0.2.1 (2007-10-23) ==
>  * Fixed major bug with document syntax highlighting and partitions.
>  * Improved name lookup: statement blocks and enum bodies are now supported correctly (they don't see forward definitions anymore).
>  * Improved Code completion: duplicates or occluded names are no longer presented.
>  * Can now set, view, and remove Descent-compatible breakpoints in Mmrnmhrm's editor (these will work with Descent's debugger).
>  * DDoc text and code completion hovers are now processed and presented as HTML instead of raw characters, thanks to Ary Mazana's Descent DDoc parser. (http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_html_ddoc_hover2.png pic)
>  * Fixed some Neo AST bugs.
>  * Minor builder changes (builder still work in progress).
>
> More info at:
> http://www.dsource.org/projects/descent/wiki/Mmrnmhrm
>

Before I decide to give it a try, does it update automatically or does it have to be removed and then re-installed as Descent did some versions ago?

-- 
Carlos Santander Bernal

October 23, 2007
Carlos Santander wrote:
> Bruno Medeiros escribió:
>  > Mmrnmhrm 0.2.1 has been released.
>  > Changelog:
>  >
>  > == Mmrnmhrm 0.2.1 (2007-10-23) ==
>  >  * Fixed major bug with document syntax highlighting and partitions.
>  >  * Improved name lookup: statement blocks and enum bodies are now supported correctly (they don't see forward definitions anymore).
>  >  * Improved Code completion: duplicates or occluded names are no longer presented.
>  >  * Can now set, view, and remove Descent-compatible breakpoints in Mmrnmhrm's editor (these will work with Descent's debugger).
>  >  * DDoc text and code completion hovers are now processed and presented as HTML instead of raw characters, thanks to Ary Mazana's Descent DDoc parser. (http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_html_ddoc_hover2.png pic)
>  >  * Fixed some Neo AST bugs.
>  >  * Minor builder changes (builder still work in progress).
>  >
>  > More info at:
>  > http://www.dsource.org/projects/descent/wiki/Mmrnmhrm
>  >
> 
> Before I decide to give it a try, does it update automatically or does it have to be removed and then re-installed as Descent did some versions ago?
> 

For the moment yes, you must delete the old jar files, and put the new ones when updating.

-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
October 23, 2007
Bruno Medeiros wrote:

> Mmrnmhrm 0.2.1 has been released.
> Changelog:
> 
> == Mmrnmhrm 0.2.1 (2007-10-23) ==
>   * Fixed major bug with document syntax highlighting and partitions.
>   * Improved name lookup: statement blocks and enum bodies are now
> supported correctly (they don't see forward definitions anymore).
>   * Improved Code completion: duplicates or occluded names are no longer
> presented.
>   * Can now set, view, and remove Descent-compatible breakpoints in
> Mmrnmhrm's editor (these will work with Descent's debugger).
>   * DDoc text and code completion hovers are now processed and presented
> as HTML instead of raw characters, thanks to Ary Mazana's Descent DDoc
> parser.
>
(http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_html_ddoc_hover2.png
> pic)
>   * Fixed some Neo AST bugs.
>   * Minor builder changes (builder still work in progress).
> 
> More info at: http://www.dsource.org/projects/descent/wiki/Mmrnmhrm
> 

Any ideas why I cannot get this working? I think the installation phase went fine since both Preferences and File->new show Mmrnmhrm (Dee project). Also the project explorer shows a red D on the project (descent projects show a blue d).

Pressing F3 gives "The resource is not on the build path of a D project". I also don't get tooltips with ddoc text. Syntax highlighting works, however. I think the build tool paths are fine too, though I use gdc, tango and rebuild so they're probably not supported. The project only has one file, example.d, in src/. I thought the path is included automatically.

The Eclipse version is 3.4M2 on Linux/x86-64, Sun Java 6.
October 23, 2007
Jari-Matti Mäkelä wrote:
> Bruno Medeiros wrote:
> 
>> Mmrnmhrm 0.2.1 has been released.
>> Changelog:
>>
>> == Mmrnmhrm 0.2.1 (2007-10-23) ==
>>   * Fixed major bug with document syntax highlighting and partitions.
>>   * Improved name lookup: statement blocks and enum bodies are now
>> supported correctly (they don't see forward definitions anymore).
>>   * Improved Code completion: duplicates or occluded names are no longer
>> presented.
>>   * Can now set, view, and remove Descent-compatible breakpoints in
>> Mmrnmhrm's editor (these will work with Descent's debugger).
>>   * DDoc text and code completion hovers are now processed and presented
>> as HTML instead of raw characters, thanks to Ary Mazana's Descent DDoc
>> parser.
>>
> (http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_html_ddoc_hover2.png
>> pic)
>>   * Fixed some Neo AST bugs.
>>   * Minor builder changes (builder still work in progress).
>>
>> More info at:
>> http://www.dsource.org/projects/descent/wiki/Mmrnmhrm
>>
> 
> Any ideas why I cannot get this working? I think the installation phase went
> fine since both Preferences and File->new show Mmrnmhrm (Dee project). Also
> the project explorer shows a red D on the project (descent projects show a
> blue d).
> 
> Pressing F3 gives "The resource is not on the build path of a D project". I
> also don't get tooltips with ddoc text. Syntax highlighting works, however.
> I think the build tool paths are fine too, though I use gdc, tango and
> rebuild so they're probably not supported. The project only has one file,
> example.d, in src/. I thought the path is included automatically.
> 
> The Eclipse version is 3.4M2 on Linux/x86-64, Sun Java 6.

That sounds like D files are being opened with Descent's editor. Is the editor icon a blue "d"? If so that's Descent. Mmrnmhrm's is a red "D" with an M on it. See both: http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_codecompletion2.png

You can configure the default .d editor in Eclipse Preferences, General, Editors, File Associations. Add a .d file type, and the list of associated editors will show up below. Select Mmrnmhrm as the default.

I'm gonna put this in the project wiki.


-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
October 23, 2007
Bruno Medeiros wrote:

> That sounds like D files are being opened with Descent's editor. Is the editor icon a blue "d"? If so that's Descent. Mmrnmhrm's is a red "D" with an M on it. See both:
>
http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_codecompletion2.png
> 
> You can configure the default .d editor in Eclipse Preferences, General, Editors, File Associations. Add a .d file type, and the list of associated editors will show up below. Select Mmrnmhrm as the default.
> 
> I'm gonna put this in the project wiki.

Thanks, this fixed it.
October 23, 2007
Bruno Medeiros wrote:
> Mmrnmhrm 0.2.1 has been released.
> Changelog:
> 
> == Mmrnmhrm 0.2.1 (2007-10-23) ==
>   * Fixed major bug with document syntax highlighting and partitions.
>   * Improved name lookup: statement blocks and enum bodies are now supported correctly (they don't see forward definitions anymore).
>   * Improved Code completion: duplicates or occluded names are no longer presented.
>   * Can now set, view, and remove Descent-compatible breakpoints in Mmrnmhrm's editor (these will work with Descent's debugger).
>   * DDoc text and code completion hovers are now processed and presented as HTML instead of raw characters, thanks to Ary Mazana's Descent DDoc parser. (http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_html_ddoc_hover2.png pic)
>   * Fixed some Neo AST bugs.
>   * Minor builder changes (builder still work in progress).
> 
> More info at:
> http://www.dsource.org/projects/descent/wiki/Mmrnmhrm
> 

Mmrnmhrm doesn't show up in eclipse for me.  I've got descent working. I've tried both using an external extension location, and just copying the files into the plugins dir.  But no mention of Mmrnmhrm in the Platform Configuration dialog.  I've followed the installation instructions on dsource.  Any ideas?
October 24, 2007
torhu wrote:
> Bruno Medeiros wrote:
>> Mmrnmhrm 0.2.1 has been released.
>> Changelog:
>>
>> == Mmrnmhrm 0.2.1 (2007-10-23) ==
>>   * Fixed major bug with document syntax highlighting and partitions.
>>   * Improved name lookup: statement blocks and enum bodies are now supported correctly (they don't see forward definitions anymore).
>>   * Improved Code completion: duplicates or occluded names are no longer presented.
>>   * Can now set, view, and remove Descent-compatible breakpoints in Mmrnmhrm's editor (these will work with Descent's debugger).
>>   * DDoc text and code completion hovers are now processed and presented as HTML instead of raw characters, thanks to Ary Mazana's Descent DDoc parser. (http://svn.dsource.org/projects/descent/downloads/images/mmrnmhrm_html_ddoc_hover2.png pic)
>>   * Fixed some Neo AST bugs.
>>   * Minor builder changes (builder still work in progress).
>>
>> More info at:
>> http://www.dsource.org/projects/descent/wiki/Mmrnmhrm
>>
> 
> Mmrnmhrm doesn't show up in eclipse for me.  I've got descent working. I've tried both using an external extension location, and just copying the files into the plugins dir.  But no mention of Mmrnmhrm in the Platform Configuration dialog.  I've followed the installation instructions on dsource.  Any ideas?

Are you sure you got all the deps right? Such as Eclipse 3.3 or superior, Java VM 1.5 or superior, and DLTK 0.9 (but no 1.0).
If the problem persists, post the configuration log in Help, About Eclipse SDK, Configuration Details. Also post the Error log, in case there is anything there.

-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
October 27, 2007
Bruno Medeiros wrote:
> torhu wrote:
>> Mmrnmhrm doesn't show up in eclipse for me.  I've got descent working. I've tried both using an external extension location, and just copying the files into the plugins dir.  But no mention of Mmrnmhrm in the Platform Configuration dialog.  I've followed the installation instructions on dsource.  Any ideas?
> 
> Are you sure you got all the deps right? Such as Eclipse 3.3 or superior, Java VM 1.5 or superior, and DLTK 0.9 (but no 1.0).
> If the problem persists, post the configuration log in Help, About Eclipse SDK, Configuration Details. Also post the Error log, in case there is anything there.
> 
I think I've got the deps right.  I've got the CDT download, so I don't have the JDT.  But I guess that's not needed?  I'll try reinstalling eclipse and the plugins, maybe that'll help.
October 27, 2007
torhu wrote:
> Bruno Medeiros wrote:
>> torhu wrote:
>>> Mmrnmhrm doesn't show up in eclipse for me.  I've got descent working. I've tried both using an external extension location, and just copying the files into the plugins dir.  But no mention of Mmrnmhrm in the Platform Configuration dialog.  I've followed the installation instructions on dsource.  Any ideas?
>> 
>> Are you sure you got all the deps right? Such as Eclipse 3.3 or
>> superior, Java VM 1.5 or superior, and DLTK 0.9 (but no 1.0).
>> If the problem persists, post the configuration log in Help, About
>> Eclipse SDK, Configuration Details. Also post the Error log, in case
>> there is anything there.
>> 
> I think I've got the deps right.  I've got the CDT download, so I don't have the JDT.  But I guess that's not needed?  I'll try reinstalling eclipse and the plugins, maybe that'll help.

I tried reinstalling everything, but still no luck.  I've attached the config and error logs from eclipse.  I had to zip up the logs to avoid the news server's attachment size limit.


« First   ‹ Prev
1 2