Re: Recommendations on Coding programs

2015-10-18 Thread Christian Stimming (mobil)
I like QtCreator a lot. For gnucash this requires to create a list of all files 
that belong to the project, such as
  find . -name *.[hc] > .files
I'm not completely sure about the file name for the list, though.

Regards, Christian

Am 18. Oktober 2015 09:44:27 MESZ, schrieb Colin Law :
>On 18 October 2015 at 00:06, Matt Graham 
>wrote:
>> G’day all,
>>
>> Now that I finally have myself set up to be able to view, edit and
>test the gnucash sources, I have come across the limitation of using
>text editors (using nano at the moment...) to code. Can anyone
>recommend a good program for doing coding for Gnucash? I’m mainly
>looking at the C side of things rather than guile, but a program that
>can do multiple types of code would be useful. Preferably ones that are
>supported on both windows and linux.
>
>I like jEdit which is available on Win and Linux.
>
>Colin
>
>___
>gnucash-devel mailing list
>gnucash-devel@gnucash.org
>https://lists.gnucash.org/mailman/listinfo/gnucash-devel
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Recommendations on Coding programs

2015-10-18 Thread Colin Law
On 18 October 2015 at 00:06, Matt Graham  wrote:
> G’day all,
>
> Now that I finally have myself set up to be able to view, edit and test the 
> gnucash sources, I have come across the limitation of using text editors 
> (using nano at the moment...) to code. Can anyone recommend a good program 
> for doing coding for Gnucash? I’m mainly looking at the C side of things 
> rather than guile, but a program that can do multiple types of code would be 
> useful. Preferably ones that are supported on both windows and linux.

I like jEdit which is available on Win and Linux.

Colin

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel