[IronPython] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages

Ben Hall ben2004uk at googlemail.com
Tue Jul 22 10:05:52 CEST 2008


Hi Douglas,

I didn't include a makefile - is that required for building under Mono?

If you download the prebuilt assemblies from CodePlex (compiled under
Windows), they will run under the Mono environment.

If you have any other questions, please let me know.

Thanks
Ben

On Tue, Jul 22, 2008 at 2:39 AM, Douglas Blank <dblank at brynmawr.edu> wrote:
> Matt,
>
> Did you build it under Mono, or under Windows, and then run under Mono?
>
> If you built it using gmcs, could you post the makefile?
>
> Thanks,
>
> -Doug
>
> ----- Original Message -----
> From: "Matthew McDonald" <mail.matt.mcdonald at gmail.com>
> To: "Discussion of IronPython" <users at lists.ironpython.com>
> Sent: Monday, July 21, 2008 8:58:15 PM GMT -05:00 US/Canada Eastern
> Subject: Re: [IronPython] Announcing IronEditor - An Editor for IronRuby, IronPython and other DLR languages
>
>
>
> Very nice program. There are a few things lacking (auto indentation being the biggest one), but I overall very much like the look and feel of this app. It probably just became my editor of choice for IronPython work.
>
> Could you please change the behavior of the tab key in the text editor to add a new tab rather than rotate through the tab order on the controls.
>
> Also, you may be happy to know that it seems to work well under mono.
>
> Thanks a lot for making this,
> -Matt
>
>
> On Mon, Jul 21, 2008 at 5:09 PM, Ben Hall < ben2004uk at googlemail.com > wrote:
>
>
> Hi David,
>
> I saw that crash once while I was developing the app, I'll have
> another investigate and see if I can be a bit more careful about the
> location of the syntax files (I think I will use an embedded version
> of the current Ruby syntax if it fails). Was you using the binaries
> available to download or from your own build?
>
> Thanks for letting me know it builds, actually reminds me I need to
> setup a local TeamCity project for the CodePlex repository.
>
> Ben
>
>
>
>
>
> On Mon, Jul 21, 2008 at 8:51 PM, < David.Lawler at franke.com > wrote:
>>
>> This looks interesting. However I blew up the program the moment I tried
>> it. I think the problem is that you use a relative path to open your syntax
>> files but when you go to File Open the source file, the current directory
>> gets changed to where ever, and then the program blows up at line 24 or 25
>> in CodeEditorIDETextBox.cs because it can no longer find the syntax files
>> directory. BTW you can compile the project fine with the C# Express IDE and
>> also with Sharpdevelop 3.
>>
>> Good luck with this!
>>
>> David
>>
>
>
>
>> _______________________________________________
>> Users mailing list
>> Users at lists.ironpython.com
>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>>
>>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
>
> --
> Matt McDonald
> Mail.Matt.McDonald at Gmail.com
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



More information about the Ironpython-users mailing list