Hi,
Let a Fortran source code file containing a module, this module
containing several subroutines. The symbol panel shows all subroutines
inside the module.
Now, if one subroutine contains a block construct, then all subroutine
that follow the subroutine with the block construct appears to be out of
the module in the symbol panel.
If we have some source code like that:
module AAA
contains
subroutine bbb
end subroutine bbb
subroutine ccc
end subroutine ccc
subroutine ddd
end subroutine ddd
end module AAA
In the symbol panel we see:
Module
AAA
bbb
ccc
ddd
If subroutine ccc contains a block construct, the symbol panel looks
like that:
Module
AAA
bbb
ccc
Functions / subroutines
ddd
as if ddd was outside the AAA module.
Is there something I can do to fix the problem ?
Best regards.
--
Jean-Baptiste FAURE
Institut National de Recherche pour l'Agriculture, l'Alimentation et l'Environnement
INRAE https://www.inrae.fr - Unité de Recherche RiverLY / Hydraulique
5 rue de la Doua - CS 20244 - 69625 VILLEURBANNE Cedex - FRANCE
Hello,
I have been struggling with this for a couple of hours, mostly reading
https://geany.org/manual/index.html#custom-filetypes to no avail, now
it's time to ask for your help!
I have a rather simplistic custom filetype for Xresources files:
[styling]
default=default
comment=comment
section=tag
key=attribute
assignment=operator
defval=value
[lexer_properties]
lexer.props.allow.initial.spaces=0
[settings]
extension=xres
mime_type=text/x-xres
lexer_filetype=Conf
wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234
56789#
comment_single=!
It works well enough; the only aspect where it differs from the Conf
filetype is that comments start with a '!', not with a '#'.
This works well enough, but not with #include directives that are also
valid Xresources syntax.
How can I tell geany to see _only_ lines starting with '!' as comments?
Currently it treats lines starting with '!' and '#' both as comments.
Additional bonus: customised syntax highlighting for #include
directives. Example:
#include </path/to/includes/X.xres>
Thanks for a great lightweight IDE!
o.
Hi there, As above I get two (") and (') when I enter one, and that is when [edit]-[preferences]-[editor]-[completions]-single quotes and double quotes are un-ticked.
When they are ticked I get three (") and (') each time I enter one.
I have tried to edit the "geany.conf" file to fix it but I am unable to.
Please suggest what may fix this.
Regards ripspin
While adding snippets specific to my programing environment, I would like to know the character limit of each code line.
As a possible work around, I have discovered that adding a snippet name to the end of a line does include the snippet. I have one snippet that subsequently calls two others.
Thanks,
Bob
Robert L. Miers, PE
1396 Goodwin Dr
Chino Valley, AZ 86323-5743
Bob: <mailto:rmiers@pinalinternet.net> rmiers(a)pinalinternet.net
Registered Professional Engineer
Amateur Radio Operator KØWHF
This message occurs on a Win 10 pro machine:
OS Name Microsoft Windows 10 Pro
Version 10.0.18363 Build 18363
Here are the first few lines from Help->Debug Messages
06:24:15: Geany WARNING : Failed to bind IPC socket
(127.0.0.1:49876): 10013: An attempt was made to access a socket in a
way forbidden by its access permissions.
06:24:15: Geany INFO : Geany 1.36, English_Canada.1252
06:24:15: Geany INFO : GTK 2.24.32, GLib 2.60.6
06:24:15: Geany INFO : System data dir: C:\Program Files (x86)\Geany\data
06:24:15: Geany INFO : User config dir:
C:\Users\Doug\AppData\Roaming\geany
06:24:15: Geany INFO : System plugin path: C:\Program Files
(x86)\Geany\lib\geany
06:24:15: Geany INFO : Added filetype Arduino (61).
06:24:15: Geany INFO : Added filetype Clojure (62).
The warning does not seem to affect the normal functioning of Geany,
as far as I know.
I would however like to discover further information about this
warning, and resolve it, if possible.
Thanks,
Doug
--
Doug Henderson, Calgary, Alberta, Canada - from gmail.com
Running the Autotools based build system from the current online manual
https://www.geany.org/manual/current/index.html (version 1.35), I
successfully completed the configure task:
==============================================================
$ ./configure
$ make
==============================================================
However, the installation failed as it could not find ldconfig:
==============================================================
# make install
...
/bin/bash: line 3: ldconfig: command not found
make[4]: *** [Makefile:1660: fix-ubuntu-libdir] Error 127
...
==============================================================
The library libc-bin (2.28-10) provides the ldcommand:
==============================================================
~$ whereis ldconfig
ldconfig: /sbin/ldconfig /usr/share/man/man8/ldconfig.8.gz
~$
==============================================================
I have examined the configure output and .configure --help but ldconfig
& libc-bin is not mentioned in either. If its of use, I have posted the
Makefile and the script for make install:
http://www.kaniuk.co.uk/tests/geany-debian-makefilehttp://www.kaniuk.co.uk/tests/geany-make-install-fail
Any help to resolve this much appreciated!
--
Geoff
33 Ashbury Close, Cambridge CB1 3RW 01223 710582
I am planning on building Geany 1.36 following my upgrade to Debian
buster. I have downloaded the source file tarballs fron geany.org and
plugins.geany.org.
The instruction for importing the geany-plugins key produced:
~$ gpg --recv-keys B507ACD04BA283C9
gpg: keybox '/home/geoff/.gnupg/pubring.kbx' created
gpg: key B507ACD04BA283C9: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg: w/o user IDs: 1
Importing the key for geany gave a similar result:
~$ gpg --import < colombanw-pubkey.txt
gpg: key 24CCD8550E5D1CAE: 3 signatures not checked due to missing keys
gpg: /home/geoff/.gnupg/trustdb.gpg: trustdb created
gpg: key 24CCD8550E5D1CAE: public key "Colomban Wendling
<ban(a)ban.netlib.re>" imported
gpg: Total number processed: 1
gpg: imported: 1
gpg: no ultimately trusted keys found
In the light of the above messages, I did not try the gpg --verify command.
What should I do to proceed?
Geoff
33 Ashbury Close, Cambridge CB1 3RW 01223 710582
Thanks Lee
That worked perfectly....just goes to show me that I need to study the config files more.
BTW, you must be located somewhere east of me by several time zones. Otherwise, you must have weird office hours like I do. I sent the original message @1:40 AM my time in AZ
Within 30 minutes you sent your response....GREAT.
STANDARD E-MAIL ETIQUETTE
Do not expose other’s E-mail addresses.
Use Bcc when forwarding messages.
And, ensure you DELETE The “E-mail History Chain”.
IN GOD WE TRUST
-----Original Message-----
From: Users <users-bounces(a)lists.geany.org> On Behalf Of users-request(a)lists.geany.org
Sent: Sunday, August 16, 2020 1:54 AM
To: users(a)lists.geany.org
Subject: Users Digest, Vol 176, Issue 14
Send Users mailing list submissions to
users(a)lists.geany.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.geany.org/cgi-bin/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request(a)lists.geany.org
You can reach the person managing the list at
users-owner(a)lists.geany.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..."