In addition the GeanyVC plugin Dominic mentioned, if you use Git, there
is also the Git-Changebar plugin[0] that will show which parts of the
code have changed, and allow navigate between them and to undo.
Regards,
Matthew Brush
=============
thanks Matthew,
I didn't realize plugins need to be installed before i can activate them in geany.
first of all I will try GeanyVC
thank you
Angelo
hi,
I
am not sure...., but I think that Geany can implement a plugin to take
trace of the history of modification made inside the code..
On Internet I didn't be able to find easily a clear answer to my question...
Could I have it from this mailing list ?
regards
thank you
Angelo
I have now managed to get 1.37 to compile and install.
Yesterday
I had a configure message about missing gtk+-3.0 but could not find that
in apt-cache.
I had therefore set GTK_FLAGS and GTK_LIBS as suggested on the
assumption that it would work-around that error.
It obviously did not.
Today
I installed _everything_ that included "gtk" using synaptic and that
enabled a successful compile.
Thanks for your interest and all the good work that you and the team
have done on this great tool.
Cheers
Ken
On 14/12/2020 08:26, Frank Lanitz wrote:
> Am 2020-12-13 14:21, schrieb ken(a)shail.co.uk:
>> I can't build on Debian 10 amd64.
>> The Debian repository version works fine but I need to add some
>> modifications that I made to an earlier 32 bit version.
>> Using unmodified source, configure runs fine whichever version (1.34
>> to 1.37) I try, but in make I get
>> CC main/args.lo
>> gcc: error: 1: No such file or directory
>> make: *** [makefile:875: main/args.lo] Error 1
>> Leaving directory '<my path>/Downloads/geany-1-37.1'
>
>
> Can you provide your changeset? The 32bit-64bit thing makes me curious.
>
> Cheers,
> Frank
See my reply to Frank. Now working. See P.S. below
Cheers
On 14/12/2020 10:20, Lex Trotman wrote:
> On Mon, 14 Dec 2020 at 20:05, ken(a)shail.co.uk <ken(a)shail.co.uk> wrote:
>> I have used the Git repository source for all versions 1.34 thro 1.37
> Ok, its best to be sure.
>
>> I have also tried the 1.34 tarball that had installed OK before on 32
>> bit Debian 8.
>> Same result on all.
> Did you do `make clean` or similar each time you checked out a
> different version and also ran at least configure, or preferably
> autogen.sh again each time?
>
> I am pretty sure some of the Geany devs use Debian (version unknown)
> and so it should work fine, but remnants from previous builds will
> definitely confuse the world.
>
> Cheers
> Lex
>
>> The Debian repository .deb version works OK.
>> Once I can build I want to re-apply the changes that I made in my copy
>> of 1.34 search.c to save having to close and re-open the search dialog
>> for every new search.
> PS Why do you need to close the dialog each search?
Without modification:
First search can be established by highlighting text then clicking
Search-Find.
A new search has to be entered in the dialog (either by hand or
copy-paste), or by closing and starting a new search.
With my mod:
The following search(es) can be done the same way as the first, the
highlighted text appearing in the Dialog without copy-paste or closing
the Dialog .
To me it is more consistent and what I have got used to in other editors
such as Textpad. It does seem to flow better when doing lots of searches.
We discussed this a couple of years ago on this list.
>> Cheers and thanks for your reply.
>> Ken
>>
>> On 13/12/2020 22:47, Lex Trotman wrote:
>>> On Sun, 13 Dec 2020 at 23:21, ken(a)shail.co.uk <ken(a)shail.co.uk> wrote:
>>>> I can't build on Debian 10 amd64.
>>>> The Debian repository version works fine but I need to add some
>>>> modifications that I made to an earlier 32 bit version.
>>>> Using unmodified source, configure runs fine whichever version (1.34 to
>>>> 1.37) I try, but in make I get
>>>> CC main/args.lo
>>>> gcc: error: 1: No such file or directory
>>>> make: *** [makefile:875: main/args.lo] Error 1
>>>> Leaving directory '<my path>/Downloads/geany-1-37.1'
>>> Which source from where? Tarball from Debian? Tarball from Geany.org?
>>> Git repository source?
>>>
>>> Cheers
>>> Lex
>>>
>>>> Thanks in advance for any suggestions
>>>> Ken
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users(a)lists.geany.org
>>>> https://lists.geany.org/cgi-bin/mailman/listinfo/users
> _______________________________________________
> Users mailing list
> Users(a)lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
I can't build on Debian 10 amd64.
The Debian repository version works fine but I need to add some
modifications that I made to an earlier 32 bit version.
Using unmodified source, configure runs fine whichever version (1.34 to
1.37) I try, but in make I get
CC main/args.lo
gcc: error: 1: No such file or directory
make: *** [makefile:875: main/args.lo] Error 1
Leaving directory '<my path>/Downloads/geany-1-37.1'
Thanks in advance for any suggestions
Ken
Hi,
I want to set the color of the perl function 'open' to another color
compared to the other functions.
I have tried setting [keywords] in filetypes.perl
[keywords]
primary=......
secondary=open
in the colorscheme file I have
[named_styles]
keyword_2=#ff00000;;false;false
but it does not work
Also do keywords_1, keywords_2 etc correspond to the line number under
[keywords] ? I cannot find this in the documentation.
Thanks
Rob
I develop software in java. I have been using geany on a ubuntu linux
system. Due to conditions beyond my control I have had to go to Windows
10. I have installed geany on my Windows 10 system but I am unable to get
geany to find my java source code. I don't think java is included with my
installation of geany.
How do I install geany on my Windows 10 system so I can edit java code,
compile it, and execute it?
Thanks, Dan H