Hi,
This is Manohar. I have a windows machine.
My objective here is to be able to use geany for fortran programming. This
is what I did so far.
1) I have downloaded CYGWIN (installed fortran and some recommended
libraries) and geany.
2) Created a sample test.f90 program. I can see different color fonts in
my program
3) For source compilation I went to Build (set Build commands) and tried
this which did not work
Under Compile (C:\cygwin64\bin -c "%f")
Under Build (C:\cygwin64\bin -o "%f")
Under Execute (C:\cygwin64\bin\gfortran "%e")
I tried using online manual but I am missing something.
Could you suggest me on this?
Regards,
Manohar
Hi All
Using FreeBasic with Geany 1.27 and having difficulty getting the
user1=myspecialword to work.
I have copied the filetypes.freebasic to ~/.config/geany/filedefs and
edited it there.
From my reading on the FreeBasic forum I saw that the colouring of
user1 is controlled by word3.
The filetypes.freebasic suggest editing colours in the colorscheme .conf
file.
There wasn't a file there, but copying alt.conf there made no change at all.
If I add my word to the [keywords] then it gets high lighted, but I want
separate colours for
the user1 keywords.
Can someone please suggest what the problem is.
Regards
Hi all,
The text box use to go black text on red background when text not found.
I just upgraded to Fedora 24.
Now the text goes to white on white and can not see it. If I backspace to a
substring that is found it comes back.
Is there a place to configure these colours? at least until a fix comes out on F24
Regards,
Jerry
I set up Geany on Ubuntu - nice! It uses javac to compile java programs
(not ghcc) and works very well. I have the debugger installed and the
debug window works. However, I need some help in actually being able to
debug a java program. So some questions:
1. Do I need to define any changes to the compile menu? If so, what?
2. I have used debuggers in other languages, but they all have debug
menus in the ide (Watch, Step, Step-Over, etc). Any instructions on
using the debugger?
It occurs to me that this question has been asked before, so someone may
have written something that would be helpful. If so, feel free to send
me a link.
Thanks,
Dave
--
dave boland
dboland9(a)fastmail.fm
--
http://www.fastmail.com - Choose from over 50 domains or use your own
Dear Geany users
I'm trying to Execute (= compile to html) asciidoctor files in geany.
At the command prompt, this converts test file "Oh_dear.adoc" to
html perfectly:-
$ asciidoctor Oh_dear.adoc -a icons,toc=left -o Oh_dear.html
But when I have the same file open in geany, and press Execute, I get
/tmp/geany_run_script_AKS1OY.sh: 7:
/tmp/geany_run_script_AKS1OY.sh: ./Oh_dear: not found
Relevant bits of filetypes file and template file pasted in below
With other execute commands (e.g. compile Perl script) there is no
problem
Your help much appreciated
Richard H
The file filetypes.adoc (~/.config/geany/filedefs/filetypes.adoc)
reads
... snip...
[build-menu]
FT_00_LB=Compile
FT_00_CM=asciidoctor "%d/%f" -a icons,toc=left -o "%e.html"
FT_00_WD=
EX_00_LB=_Execute
EX_00_CM=asciidoctor "%d/%f" -a icons,toc=left -o "%e.html"
EX_00_WD=
and the template file file.adoc (~/.config/geany/templates/files/file.adoc)
reads similarly, i.e.
... snip...
[build-menu]
FT_00_LB=Compile
FT_00_CM=asciidoctor "%d/%f" -a icons,toc=left -o "%e.html"
FT_00_WD=
EX_00_LB=_Execute
EX_00_CM=asciidoctor "%d/%f" -a icons,toc=left -o "%e.html"
EX_00_WD=
-------- End of Original Message --------