Author Topic: does slickedit support gtk#/mono ????  (Read 4990 times)

zlly20

  • New Community Member
  • Posts: 1
  • Hero Points: 0
does slickedit support gtk#/mono ????
« on: September 21, 2006, 09:43:57 AM »
I am just wondering that if there is a way to config slickedit to support mono/gtk# ???? gtk# is actually c# but using mono library instead of Microsoft .Net library....

and I am writing software under linux using gtk#. therefore, I am looking for a good IDE like slickedit to make my programming life easier....

thanks

Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: does slickedit support gtk#/mono ????
« Reply #1 on: September 22, 2006, 02:25:53 PM »
From the top level, SlickEdit supports C# well and we have some support for tagging the Mono libraries if we detect that they are installed on your Linux system.

We don't specifically have support for gtk#.  If it is just a C# library, then I'd suggest creating an extension specific C# tag file for (Tool > Tag Files..., Add Tag File...)  Then add the source for the library to this tag file.

As far as tool support for your gtk# project, again, no specific support, however, you can go to Project > Properties, Tools tab and configure your build and compile commands.  Hopefully, this should get you off the ground.