From jim at yorba.org Fri Apr 5 19:44:01 2013 From: jim at yorba.org (Jim Nelson) Date: Fri, 05 Apr 2013 19:37:01 -0007 Subject: [Valencia] Announcing Valencia 0.4 Message-ID: <515f297e.e4ca440a.68a2.4665@mx.google.com> We?re pleased to announce the release of Valencia 0.4, Yorba?s gedit plugin for Vala programmers. It?s difficult to believe that it?s been nearly three years since the last Valencia release, but it?s true. Although it?s been a long time coming, 0.4 is worth the wait. What?s changed: * Improved parsing * Updated to GTK+3 and gedit 3 * Updated to compile on newer versions of Vala (0.17.1 to 0.18.1 required) * Many, many bug fixes Download Valencia 0.4 at http://yorba.org/download/valencia/0.4/valencia-0.4.0.tar.xz And for more information, visit the Valencia home page: http://redmine.yorba.org/projects/valencia/wiki -- Jim From nacho.resa at gmail.com Sat Apr 6 07:19:49 2013 From: nacho.resa at gmail.com (Ignacio Casal Quinteiro) Date: Sat, 6 Apr 2013 09:19:49 +0200 Subject: [Valencia] Merging valencia into gedit-code-assitance Message-ID: Hey guys, I've just seen that you have released a new version of Valencia, this is really awesome. Although as suggested to other people who want to have some extra features for the specific language they like, we already have a plugin which tries to fit with per language integration and I think it would be awesome to have valencia as a backend of it to not duplicate code and have a single plugin for everything. See that we would be more than happy to provide you access to the repository and to make direct changes to it. See: http://git.gnome.org/browse/gedit-code-assistance Currently it supports C, C++, Obj-C (CLang), Python and XML. This plugin is also written in vala so it should be quite easy to get Valencia integrated on it. Although I have to admit that it is still quite unstable. Also I would like to thanks Adam for all the good QA he has done lately for gedit, it is really appreciated. Regards. -- Ignacio Casal Quinteiro From jim at yorba.org Sat Apr 20 00:07:57 2013 From: jim at yorba.org (Jim Nelson) Date: Sat, 20 Apr 2013 00:00:57 -0007 Subject: [Valencia] Merging valencia into gedit-code-assitance In-Reply-To: References: Message-ID: <5171dc64.4a01450a.3c03.ffffb76e@mx.google.com> Ignacio, Apologies for delay in response, I've been busy with the Geary crowdfunding campaign (http://igg.me/at/geary/x/2613386) and other things and haven't had a chance to look over gedit code assistance. This might be a good marriage. ?Valencia's code is designed fairly modularly and could potentially be dropped into a plugin without too much work. ?I would need to look at the plugin architecture a little closer to be sure. Does gedit-code-assistance have a home page or documentation? ?I can't find a list of features. ?Note that Valencia does more than parse Vala code (i.e. jump to symbol, etc.), it also has build features so your project and be compiled and launched from gedit. ?Does gedit-code-assistance offer anything like that? -- Jim On Sat, Apr 6, 2013 at 12:19 AM, Ignacio Casal Quinteiro wrote: > Hey guys, > > I've just seen that you have released a new version of Valencia, > this is really awesome. Although as suggested to other people > who want to have some extra features for the specific language > they like, we already have a plugin which tries to fit with per > language > integration > and I think it would be awesome to have valencia as a backend of it > to not duplicate code and have a single plugin for everything. > > See that we would be more than happy to provide you access to the > repository and to make direct changes to it. See: > http://git.gnome.org/browse/gedit-code-assistance > > Currently it supports C, C++, Obj-C (CLang), Python and XML. > > This plugin is also written in vala so it should be quite easy to get > Valencia integrated on it. Although I have to admit that it is still > quite unstable. > > Also I would like to thanks Adam for all the good QA he has done > lately > for gedit, it is really appreciated. > > Regards. > > -- > Ignacio Casal Quinteiro > _______________________________________________ > Valencia mailing list > Valencia at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/valencia > From nacho.resa at gmail.com Sat Apr 20 07:49:38 2013 From: nacho.resa at gmail.com (Ignacio Casal Quinteiro) Date: Sat, 20 Apr 2013 09:49:38 +0200 Subject: [Valencia] Merging valencia into gedit-code-assitance In-Reply-To: <5171dc64.4a01450a.3c03.ffffb76e@mx.google.com> References: <5171dc64.4a01450a.3c03.ffffb76e@mx.google.com> Message-ID: Hi Jim, On Sat, Apr 20, 2013 at 2:07 AM, Jim Nelson wrote: > Ignacio, > > Apologies for delay in response, I've been busy with the Geary > crowdfunding campaign (http://igg.me/at/geary/x/2613386) and other things > and haven't had a chance to look over gedit code assistance. > > This might be a good marriage. Valencia's code is designed fairly > modularly and could potentially be dropped into a plugin without too much > work. I would need to look at the plugin architecture a little closer to > be sure. > > Does gedit-code-assistance have a home page or documentation? I can't > find a list of features. Note that Valencia does more than parse Vala code > (i.e. jump to symbol, etc.), it also has build features so your project and > be compiled and launched from gedit. Does gedit-code-assistance offer > anything like that? > Unfortunately there is really few documentation. The idea of the code-assistance is to provide something like what Valencia does but for all languages. The infrastructure is already there for more of the stuff but clearly it is still in an initial point of development and some of it is still missing: * highlighting system: already there as it can be seen here: http://blogs.gnome.org/jessevdk/2011/09/10/gedit-clang-plugin-progress/ * symbols, there is something already written * about build features, why not using the external tools plugin? is there any reason to make it from scratch? If needed we can add something to for external tool in the message bus... As said I think this could be a great idea, and I am not saying to drop Valencia but to start merging it, and if at some point it gets as good as Valencia... you can see what to do with it. If you need any help to understand the plugin or if you have any specific question you can find us as usual in Gimpnet in the #gedit channel. Regards. > > -- Jim > > > On Sat, Apr 6, 2013 at 12:19 AM, Ignacio Casal Quinteiro < > nacho.resa at gmail.com> wrote: > > Hey guys, I've just seen that you have released a new version of Valencia, > this is really awesome. Although as suggested to other people who want to > have some extra features for the specific language they like, we already > have a plugin which tries to fit with per language integration and I think > it would be awesome to have valencia as a backend of it to not duplicate > code and have a single plugin for everything. See that we would be more > than happy to provide you access to the repository and to make direct > changes to it. See: http://git.gnome.org/browse/gedit-code-assistanceCurrently it supports C, C++, Obj-C (CLang), Python and XML. This plugin is > also written in vala so it should be quite easy to get Valencia integrated > on it. Although I have to admit that it is still quite unstable. Also I > would like to thanks Adam for all the good QA he has done lately for gedit, > it is really appreciated. Regards. > -- > Ignacio Casal Quinteiro _______________________________________________ > Valencia mailing list Valencia at lists.yorba.org > http://lists.yorba.org/cgi-bin/mailman/listinfo/valencia > > -- Ignacio Casal Quinteiro From nacho.resa at gmail.com Sat Apr 20 08:07:29 2013 From: nacho.resa at gmail.com (Ignacio Casal Quinteiro) Date: Sat, 20 Apr 2013 10:07:29 +0200 Subject: [Valencia] Merging valencia into gedit-code-assitance In-Reply-To: References: <5171dc64.4a01450a.3c03.ffffb76e@mx.google.com> Message-ID: A quick inside on how it is made the magic here: - It provides an abstraction layer which can be used by the backends. - To load the backends we use as well libpeas (a plugin which loads plugins) - Each backend provides in the plugin data, information of which kind of files will use using the keyboard X-Languages: https://git.gnome.org/browse/gedit-code-assistance/tree/backends/python/gcpbackendpython.plugin.in#n13 - The abstraction layer provides several extension points to be loaded by each backend. You can decide which ones to implement. Cheers. On Sat, Apr 20, 2013 at 9:49 AM, Ignacio Casal Quinteiro < nacho.resa at gmail.com> wrote: > Hi Jim, > > > On Sat, Apr 20, 2013 at 2:07 AM, Jim Nelson wrote: > >> Ignacio, >> >> Apologies for delay in response, I've been busy with the Geary >> crowdfunding campaign (http://igg.me/at/geary/x/2613386) and other >> things and haven't had a chance to look over gedit code assistance. >> >> This might be a good marriage. Valencia's code is designed fairly >> modularly and could potentially be dropped into a plugin without too much >> work. I would need to look at the plugin architecture a little closer to >> be sure. >> >> Does gedit-code-assistance have a home page or documentation? I can't >> find a list of features. Note that Valencia does more than parse Vala code >> (i.e. jump to symbol, etc.), it also has build features so your project and >> be compiled and launched from gedit. Does gedit-code-assistance offer >> anything like that? >> > > Unfortunately there is really few documentation. The idea of the > code-assistance is to provide something like what Valencia does but for all > languages. The infrastructure is already there for more of the stuff but > clearly it is still in an initial point of development and some of it is > still missing: > * highlighting system: already there as it can be seen here: > http://blogs.gnome.org/jessevdk/2011/09/10/gedit-clang-plugin-progress/ > * symbols, there is something already written > * about build features, why not using the external tools plugin? is there > any reason to make it from scratch? If needed we can add something to for > external tool in the message bus... > > As said I think this could be a great idea, and I am not saying to drop > Valencia but to start merging it, and if at some point it gets as good as > Valencia... you can see what to do with it. > > If you need any help to understand the plugin or if you have any specific > question you can find us as usual in Gimpnet in the #gedit channel. > > Regards. > > >> >> -- Jim >> >> >> On Sat, Apr 6, 2013 at 12:19 AM, Ignacio Casal Quinteiro < >> nacho.resa at gmail.com> wrote: >> >> Hey guys, I've just seen that you have released a new version of >> Valencia, this is really awesome. Although as suggested to other people who >> want to have some extra features for the specific language they like, we >> already have a plugin which tries to fit with per language integration and >> I think it would be awesome to have valencia as a backend of it to not >> duplicate code and have a single plugin for everything. See that we would >> be more than happy to provide you access to the repository and to make >> direct changes to it. See: >> http://git.gnome.org/browse/gedit-code-assistance Currently it supports >> C, C++, Obj-C (CLang), Python and XML. This plugin is also written in vala >> so it should be quite easy to get Valencia integrated on it. Although I >> have to admit that it is still quite unstable. Also I would like to thanks >> Adam for all the good QA he has done lately for gedit, it is really >> appreciated. Regards. >> -- >> Ignacio Casal Quinteiro _______________________________________________ >> Valencia mailing list Valencia at lists.yorba.org >> http://lists.yorba.org/cgi-bin/mailman/listinfo/valencia >> >> > > > -- > Ignacio Casal Quinteiro > -- Ignacio Casal Quinteiro From jim at yorba.org Fri Apr 26 21:16:42 2013 From: jim at yorba.org (Jim Nelson) Date: Fri, 26 Apr 2013 14:16:42 -0700 Subject: [Valencia] Merging valencia into gedit-code-assitance In-Reply-To: References: <5171dc64.4a01450a.3c03.ffffb76e@mx.google.com> Message-ID: This sounds promising, and I think the Valencia backend could be used for your purposes. However, we're not actively developing Valencia right now. It's more in maintenance mode at this point, making sure it compliles and works with the latest gedit. Is it possible you, or someone in the community, could pick up this project and run with it? There are issues with the Valencia parser ( http://redmine.yorba.org/projects/valencia/issues) but it's stable and fast and architected in such a way that I don't think the coder would need to refactor it much to get it working. -- Jim On Sat, Apr 20, 2013 at 1:07 AM, Ignacio Casal Quinteiro < nacho.resa at gmail.com> wrote: > A quick inside on how it is made the magic here: > > - It provides an abstraction layer which can be used by the backends. > - To load the backends we use as well libpeas (a plugin which loads > plugins) > - Each backend provides in the plugin data, information of which kind of > files will use using the keyboard X-Languages: > https://git.gnome.org/browse/gedit-code-assistance/tree/backends/python/gcpbackendpython.plugin.in#n13 > - The abstraction layer provides several extension points to be loaded by > each backend. You can decide which ones to implement. > > Cheers. > > > On Sat, Apr 20, 2013 at 9:49 AM, Ignacio Casal Quinteiro < > nacho.resa at gmail.com> wrote: > >> Hi Jim, >> >> >> On Sat, Apr 20, 2013 at 2:07 AM, Jim Nelson wrote: >> >>> Ignacio, >>> >>> Apologies for delay in response, I've been busy with the Geary >>> crowdfunding campaign (http://igg.me/at/geary/x/2613386) and other >>> things and haven't had a chance to look over gedit code assistance. >>> >>> This might be a good marriage. Valencia's code is designed fairly >>> modularly and could potentially be dropped into a plugin without too much >>> work. I would need to look at the plugin architecture a little closer to >>> be sure. >>> >>> Does gedit-code-assistance have a home page or documentation? I can't >>> find a list of features. Note that Valencia does more than parse Vala code >>> (i.e. jump to symbol, etc.), it also has build features so your project and >>> be compiled and launched from gedit. Does gedit-code-assistance offer >>> anything like that? >>> >> >> Unfortunately there is really few documentation. The idea of the >> code-assistance is to provide something like what Valencia does but for all >> languages. The infrastructure is already there for more of the stuff but >> clearly it is still in an initial point of development and some of it is >> still missing: >> * highlighting system: already there as it can be seen here: >> http://blogs.gnome.org/jessevdk/2011/09/10/gedit-clang-plugin-progress/ >> * symbols, there is something already written >> * about build features, why not using the external tools plugin? is >> there any reason to make it from scratch? If needed we can add something to >> for external tool in the message bus... >> >> As said I think this could be a great idea, and I am not saying to drop >> Valencia but to start merging it, and if at some point it gets as good as >> Valencia... you can see what to do with it. >> >> If you need any help to understand the plugin or if you have any specific >> question you can find us as usual in Gimpnet in the #gedit channel. >> >> Regards. >> >> >>> >>> -- Jim >>> >>> >>> On Sat, Apr 6, 2013 at 12:19 AM, Ignacio Casal Quinteiro < >>> nacho.resa at gmail.com> wrote: >>> >>> Hey guys, I've just seen that you have released a new version of >>> Valencia, this is really awesome. Although as suggested to other people who >>> want to have some extra features for the specific language they like, we >>> already have a plugin which tries to fit with per language integration and >>> I think it would be awesome to have valencia as a backend of it to not >>> duplicate code and have a single plugin for everything. See that we would >>> be more than happy to provide you access to the repository and to make >>> direct changes to it. See: >>> http://git.gnome.org/browse/gedit-code-assistance Currently it supports >>> C, C++, Obj-C (CLang), Python and XML. This plugin is also written in vala >>> so it should be quite easy to get Valencia integrated on it. Although I >>> have to admit that it is still quite unstable. Also I would like to thanks >>> Adam for all the good QA he has done lately for gedit, it is really >>> appreciated. Regards. >>> -- >>> Ignacio Casal Quinteiro _______________________________________________ >>> Valencia mailing list Valencia at lists.yorba.org >>> http://lists.yorba.org/cgi-bin/mailman/listinfo/valencia >>> >>> >> >> >> -- >> Ignacio Casal Quinteiro >> > > > > -- > Ignacio Casal Quinteiro > From nacho.resa at gmail.com Sat Apr 27 09:38:11 2013 From: nacho.resa at gmail.com (Ignacio Casal Quinteiro) Date: Sat, 27 Apr 2013 11:38:11 +0200 Subject: [Valencia] Merging valencia into gedit-code-assitance In-Reply-To: References: <5171dc64.4a01450a.3c03.ffffb76e@mx.google.com> Message-ID: Hi Jim, unfortunately I spend all my free time fixing Adam's bugs :P Also I'll be mentoring one or two students this year, so it will be a bit difficult to do the work. Anyway the idea is there in case somebody wants to do it. Regards. On Fri, Apr 26, 2013 at 11:16 PM, Jim Nelson wrote: > This sounds promising, and I think the Valencia backend could be used for > your purposes. However, we're not actively developing Valencia right now. > It's more in maintenance mode at this point, making sure it compliles and > works with the latest gedit. > > Is it possible you, or someone in the community, could pick up this > project and run with it? There are issues with the Valencia parser ( > http://redmine.yorba.org/projects/valencia/issues) but it's stable and > fast and architected in such a way that I don't think the coder would need > to refactor it much to get it working. > > -- Jim > > > On Sat, Apr 20, 2013 at 1:07 AM, Ignacio Casal Quinteiro < > nacho.resa at gmail.com> wrote: > >> A quick inside on how it is made the magic here: >> >> - It provides an abstraction layer which can be used by the backends. >> - To load the backends we use as well libpeas (a plugin which loads >> plugins) >> - Each backend provides in the plugin data, information of which kind of >> files will use using the keyboard X-Languages: >> https://git.gnome.org/browse/gedit-code-assistance/tree/backends/python/gcpbackendpython.plugin.in#n13 >> - The abstraction layer provides several extension points to be loaded >> by each backend. You can decide which ones to implement. >> >> Cheers. >> >> >> On Sat, Apr 20, 2013 at 9:49 AM, Ignacio Casal Quinteiro < >> nacho.resa at gmail.com> wrote: >> >>> Hi Jim, >>> >>> >>> On Sat, Apr 20, 2013 at 2:07 AM, Jim Nelson wrote: >>> >>>> Ignacio, >>>> >>>> Apologies for delay in response, I've been busy with the Geary >>>> crowdfunding campaign (http://igg.me/at/geary/x/2613386) and other >>>> things and haven't had a chance to look over gedit code assistance. >>>> >>>> This might be a good marriage. Valencia's code is designed fairly >>>> modularly and could potentially be dropped into a plugin without too much >>>> work. I would need to look at the plugin architecture a little closer to >>>> be sure. >>>> >>>> Does gedit-code-assistance have a home page or documentation? I can't >>>> find a list of features. Note that Valencia does more than parse Vala code >>>> (i.e. jump to symbol, etc.), it also has build features so your project and >>>> be compiled and launched from gedit. Does gedit-code-assistance offer >>>> anything like that? >>>> >>> >>> Unfortunately there is really few documentation. The idea of the >>> code-assistance is to provide something like what Valencia does but for all >>> languages. The infrastructure is already there for more of the stuff but >>> clearly it is still in an initial point of development and some of it is >>> still missing: >>> * highlighting system: already there as it can be seen here: >>> http://blogs.gnome.org/jessevdk/2011/09/10/gedit-clang-plugin-progress/ >>> * symbols, there is something already written >>> * about build features, why not using the external tools plugin? is >>> there any reason to make it from scratch? If needed we can add something to >>> for external tool in the message bus... >>> >>> As said I think this could be a great idea, and I am not saying to drop >>> Valencia but to start merging it, and if at some point it gets as good as >>> Valencia... you can see what to do with it. >>> >>> If you need any help to understand the plugin or if you have any >>> specific question you can find us as usual in Gimpnet in the #gedit channel. >>> >>> Regards. >>> >>> >>>> >>>> -- Jim >>>> >>>> >>>> On Sat, Apr 6, 2013 at 12:19 AM, Ignacio Casal Quinteiro < >>>> nacho.resa at gmail.com> wrote: >>>> >>>> Hey guys, I've just seen that you have released a new version of >>>> Valencia, this is really awesome. Although as suggested to other people who >>>> want to have some extra features for the specific language they like, we >>>> already have a plugin which tries to fit with per language integration and >>>> I think it would be awesome to have valencia as a backend of it to not >>>> duplicate code and have a single plugin for everything. See that we would >>>> be more than happy to provide you access to the repository and to make >>>> direct changes to it. See: >>>> http://git.gnome.org/browse/gedit-code-assistance Currently it >>>> supports C, C++, Obj-C (CLang), Python and XML. This plugin is also written >>>> in vala so it should be quite easy to get Valencia integrated on it. >>>> Although I have to admit that it is still quite unstable. Also I would like >>>> to thanks Adam for all the good QA he has done lately for gedit, it is >>>> really appreciated. Regards. >>>> -- >>>> Ignacio Casal Quinteiro _______________________________________________ >>>> Valencia mailing list Valencia at lists.yorba.org >>>> http://lists.yorba.org/cgi-bin/mailman/listinfo/valencia >>>> >>>> >>> >>> >>> -- >>> Ignacio Casal Quinteiro >>> >> >> >> >> -- >> Ignacio Casal Quinteiro >> > > -- Ignacio Casal Quinteiro From jim at yorba.org Mon Apr 29 20:55:18 2013 From: jim at yorba.org (Jim Nelson) Date: Mon, 29 Apr 2013 20:48:18 -0007 Subject: [Valencia] Merging valencia into gedit-code-assitance In-Reply-To: References: <5171dc64.4a01450a.3c03.ffffb76e@mx.google.com> Message-ID: <517ede30.0794420a.2394.ffffe19c@mx.google.com> If anyone wants to pick this up, I've filed a ticket: http://redmine.yorba.org/issues/6880 -- Jim On Sat, Apr 27, 2013 at 2:38 AM, Ignacio Casal Quinteiro wrote: > Hi Jim, > > unfortunately I spend all my free time fixing Adam's bugs :P Also > I'll be mentoring one or two students this year, so it will be a bit > difficult to do the work. Anyway the idea is there in case somebody > wants to do it. > > Regards. > > > On Fri, Apr 26, 2013 at 11:16 PM, Jim Nelson wrote: >> This sounds promising, and I think the Valencia backend could be >> used for your purposes.? However, we're not actively developing >> Valencia right now.? It's more in maintenance mode at this point, >> making sure it compliles and works with the latest gedit. >> >> Is it possible you, or someone in the community, could pick up this >> project and run with it?? There are issues with the Valencia parser >> (http://redmine.yorba.org/projects/valencia/issues) but it's stable >> and fast and architected in such a way that I don't think the coder >> would need to refactor it much to get it working. >> >> -- Jim >> >> >> On Sat, Apr 20, 2013 at 1:07 AM, Ignacio Casal Quinteiro >> wrote: >>> A quick inside on how it is made the magic here: >>> >>> ?- It provides an abstraction layer which can be used by the >>> backends. >>> ?- To load the backends we use as well libpeas (a plugin which >>> loads plugins) >>> ?- Each backend provides in the plugin data, information of which >>> kind of files will use using the keyboard X-Languages: >>> https://git.gnome.org/browse/gedit-code-assistance/tree/backends/python/gcpbackendpython.plugin.in#n13 >>> ?- The abstraction layer provides several extension points to be >>> loaded by each backend. You can decide which ones to implement. >>> >>> Cheers. >>> >>> >>> On Sat, Apr 20, 2013 at 9:49 AM, Ignacio Casal Quinteiro >>> wrote: >>>> Hi Jim, >>>> >>>> >>>> On Sat, Apr 20, 2013 at 2:07 AM, Jim Nelson wrote: >>>>> Ignacio, >>>>> >>>>> Apologies for delay in response, I've been busy with the Geary >>>>> crowdfunding campaign (http://igg.me/at/geary/x/2613386) and >>>>> other things and haven't had a chance to look over gedit code >>>>> assistance. >>>>> >>>>> This might be a good marriage. ?Valencia's code is designed >>>>> fairly modularly and could potentially be dropped into a plugin >>>>> without too much work. ?I would need to look at the plugin >>>>> architecture a little closer to be sure. >>>>> >>>>> Does gedit-code-assistance have a home page or documentation? ?I >>>>> can't find a list of features. ?Note that Valencia does more >>>>> than parse Vala code (i.e. jump to symbol, etc.), it also has >>>>> build features so your project and be compiled and launched from >>>>> gedit. ?Does gedit-code-assistance offer anything like that? >>>>> >>>> >>>> Unfortunately there is really few documentation. The idea of the >>>> code-assistance is to provide something like what Valencia does >>>> but for all languages. The infrastructure is already there for >>>> more of the stuff but clearly it is still in an initial point of >>>> development and some of it is still missing: >>>> ?* highlighting system: already there as it can be seen here: >>>> http://blogs.gnome.org/jessevdk/2011/09/10/gedit-clang-plugin-progress/ >>>> ?* symbols, there is something already written >>>> ?* about build features, why not using the external tools plugin? >>>> is there any reason to make it from scratch? If needed we can add >>>> something to for external tool in the message bus... >>>> >>>> As said I think this could be a great idea, and I am not saying to >>>> drop Valencia but to start merging it, and if at some point it >>>> gets as good as Valencia... you can see what to do with it. >>>> >>>> If you need any help to understand the plugin or if you have any >>>> specific question you can find us as usual in Gimpnet in the >>>> #gedit channel. >>>> >>>> Regards. >>>> ? >>>>> >>>>> -- Jim >>>>> >>>>> >>>>> On Sat, Apr 6, 2013 at 12:19 AM, Ignacio Casal Quinteiro >>>>> wrote: >>>>>> Hey guys, >>>>>> >>>>>> I've just seen that you have released a new version of Valencia, >>>>>> this is really awesome. Although as suggested to other people >>>>>> who want to have some extra features for the specific language >>>>>> they like, we already have a plugin which tries to fit with per >>>>>> language >>>>>> integration >>>>>> and I think it would be awesome to have valencia as a backend of >>>>>> it >>>>>> to not duplicate code and have a single plugin for everything. >>>>>> >>>>>> See that we would be more than happy to provide you access to the >>>>>> repository and to make direct changes to it. See: >>>>>> http://git.gnome.org/browse/gedit-code-assistance >>>>>> >>>>>> Currently it supports C, C++, Obj-C (CLang), Python and XML. >>>>>> >>>>>> This plugin is also written in vala so it should be quite easy >>>>>> to get >>>>>> Valencia integrated on it. Although I have to admit that it is >>>>>> still >>>>>> quite unstable. >>>>>> >>>>>> Also I would like to thanks Adam for all the good QA he has done >>>>>> lately >>>>>> for gedit, it is really appreciated. >>>>>> >>>>>> Regards. >>>>>> >>>>>> -- >>>>>> Ignacio Casal Quinteiro >>>>>> _______________________________________________ >>>>>> Valencia mailing list >>>>>> Valencia at lists.yorba.org >>>>>> http://lists.yorba.org/cgi-bin/mailman/listinfo/valencia >>>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Ignacio Casal Quinteiro >>>> >>> >>> >>> >>> -- >>> Ignacio Casal Quinteiro >>> >> >> > > > > -- > Ignacio Casal Quinteiro