I have tried to build geany on both my linux and Windows Xp boxes.
In both cases I cloned http://git.geany.org/git/geany
I then cd:/ into geany and used ./configure. However I keep receiving
this error. I checked the install doc in the downloaded file and it
appears its supposed to be a simple ./configure, make, make install
process.
Its just not working for me though.
# This is from my mingw shell.
renshaw@RenshawResidence ~
$ cd c:/geany
renshaw@RenshawResidence /c/geany
$ ./configure
sh: ./configure: No such file or directory
renshaw@RenshawResidence /c/geany
$ cd src
renshaw@RenshawResidence /c/geany/src
$ ./configure
sh: ./configure: No such file or directory
Thanks
Sayth
Hi,
After several experiments, I uploaded a new various preferences editor
to Geany patch tracker. If you have any questions why something is
implemented one way or another, feel free to ask.
RFC: Should I add a local menu with a single "Reset" item, which resets
the selected preference to it's default value?
--
E-gards: Jimmy
Hi, all,
This is certainly not the proper place to post this, but i'm guessing that
the author(s) of the VC plugin are on this list...
in the Commit dialog, both "Commit" and "Cancel" have the same accelerator
key (Alt-C), so the hotkey cannot be used to activate/close the dialog.
(Instead, pressing Alt-C multiple times toggles between both buttons.)
Happy Hacking!
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
Hi,
On Sun, 5 Jun 2011 19:26:16 +0200
Frank Lanitz <frank(a)frank.uvena.de> wrote:
> On Wed, 01 Jun 2011 10:54:18 +0200
> Frank Lanitz <frank(a)frank.uvena.de> wrote:
>
> > Based on that list I will create a poll upcoming weekend (around
> > June, 4th) - I will announce tis inside another mail with some
> > basic rules.
>
> I've just started the poll with all options given inside the wiki at
> http://wiki.geany.org/newsletter/markuplanguages
>
> You can join the poll at
> http://doodle.com/nnrmb2bakye8m4sz
>
> Please be so fair and do only do participate, if you really want to
> contribute or have any other connection to the newsletter.
>
> I will close the poll upcoming weekend (11. June)
Well, still early in the morning CEST, but I guess the outcome was
clear: Currently we do have 6 participants. 5 votes for ReST, 2 for
AsciiDoc and one for LaTeX. Beside one which voted for ReST all of the
participants don't care much about in addition to its favorite choice.
So we do have a decision: issue 3+ will be done in ReST.
Next steps (just a few points):
Colomban did some nice work on creating the pdf from ReST a couple of
days ago. I will merge his changes into master and will start to
convert issue 1 and 2 to latest version so newsletter looks the same.
Also Russell did start to write some cool content for issue 3 as well as
there have been some discussion on linking and putting which content to
newsletter/wiki during last days on mailing list.
I did not yet set a release date but I guess sometime mid July would be
a good idea.
Cheers,
Frank
--
http://frank.uvena.de/en/
Hello
I have Geany and GeanvyVC working nicely on my Linux machine.
ON LINUX:
I installed 'git'
I created a clone from my local server.
>From Geany I make a change to the file, test, and then right mouse on the
file and select "VC Commit" - enter some comments and click 'Commit'
ON WINDOWS (Vista)
I installed 'git bash'
I created a clone from the same local server.
>From Geany I make a change to the file, test, and then right mouse on the
file and select "VC Commit" - nothing happens.
I try Tools | VC and the Status, Update and Commit options are all grayed
out.
>From 'git bash' I can change to the directory where the files and repository
exist and run 'git status' - it shows me a status but indicates the updates
are not ready for commit. So I ran 'git add {filename}' (which btw I didn't
think should be necessary as I didn't do this on Linux). 'git status' now
shows the file ready for commit. Back in Geany there is still no action
when I select 'VC Commit'. 'Status' is still grayed out. Back in 'git
bash' I can run 'git commit -a' which commits the change.
I clearly have two problems:
1) Why isn't GeanyVC recognising the git repository.
2) Why didn't the clone add these files to the index? (This is probably
better directed at the 'git' forum, I just thought it best to at least
mention it here so you know the full picture)
Cheers
Murray
--
Murray Collingwood
Focus Computing
p +61 415 24 26 24
http://www.focus-computing.com.au
Hi,
what do you wiki and newsletter guys think of the following idea:
we move most of the current content of http://newsletter.geany.org/
into the wiki, for testing purpose, I already did it (please note this
is just for testing and to get your feedback).
In the wiki the latest volumes are linked, the newsletter files
themselves remain on newsletter.g.o.
On newsletter.geany.org we would simply show the latest volume's HTML
page directly and maybe a link on the bottom to the wiki page.
What do you think?
Regards,
Enrico
--
Get my GPG key from http://www.uvena.de/pub.asc
here it is my configuration:
Build->Set Includes and Arguments
compile: ifort -c "%f"
built: ifort "%f" -o "%f"
these are the same commands I use in the command terminal for compiling my .f file
error messege:
fortcom: no file or diectory
ifort: error #10273: Fatal error in fortcom, terminated by 0x64
I use Geany 0.18
Sometimes I have found in Geany that after opening a file I can't
scroll down. After a few milliseconds I realise that the content pane
doesn't have focus so I click on it with the mouse cursor and can then
navigate via the keyboard. After this happening once or twice I have
realised that the most common occurrence is that the toolbar is
focused, so using the up and down arrow keys is navigating through the
buttons on the toolbar.
Is this how Geany is supposed to behave? If not, has anyone else seen
this behaviour?
--
Russell Dickenson
Hi,
usually I use Geany (OS-UBUNTU) for compiling gfortran, but now I must use Intel Fortran and I would like setting Geany also for this compiler.
Is there anyone who give me an help for doing this, giving me some exemple of configuration?
I think I have to change the setting in the dialog window:
Build->Set Includes and Arguments
but what I have to write there?