Hello everybody,
I've been happily using Geany for a little while now, coding mostly in
Python. I have a couple questions:
1. For a dark color scheme, eg Vibrant Ink, how do i get the active
line to not be highlighted. White text + white highlighting =
invisible text on the line I'm trying to edit. Arrgh!
2. Any debugger advice for python? I am finding winpdb is pretty slow
and actually crashes on my machine a fair amount.
I'm on a windows 7 64 bit installation.
Thanks!
--
A musician must make music, an artist must paint, a poet must write,
if he is to be ultimately at peace with himself.
- Abraham Maslow
Hello Geany users,
I have just installed Geany on Ubuntu and when I open the preferences I
have tab General, Interface, ..., Various but after Various* I do not have
the Terminal tab (see image below)*, which is what I wanted to access to
paste and copy commands to the terminal to execute small pieces of code.
Have I made a mistake in installing geany (i used on the command line: sudo
apt-get install geany)
Thank you very much for help.
Best regards,
marco
[image: Inline image 1]
Hi folks,
I want to upgrade/extend the current poster we are using at German booth
with a version including lesser text. Kind of a tag cloud maybe. But I
need some input here. So.... dear crowd: Please provide "tags" you're
connecting with Geany. To do so, I've created a pad at
https://pad.freifunk-jena.de/p/geany-tag-cloud
for it. Thanks in advance ;)
Cheers
Frank
Hallo,
I would like to configure geany portable (PortableApps) to work with
different Assemblers (x86, avr and two different 6502
crossassemblers).
I wanted to create a first filetype '*.s'.
One of the problems I have is that there are 6 locations for the file
'filetype_extensions.conf':
GeanyPortable\App\DefaultData\Settings\filedefs
GeanyPortable\App\DefaultData\Settings\tags
GeanyPortable\App\Geany\data
GeanyPortable\Data\Data\Settings
GeanyPortable\Data\Data\Settings\filedefs
GeanyPortable\Data\Data\Settings\tags
I don't know what they are for.
I have edited the 4. and 5. of them and included a line: S=*.s;
I also have created a file
GeanyPortable\Data\settings\filedefs\filetypes.s
and copyed this to
GeanyPortable\Data\settings\filedefs\filetypes.s.conf
but neither the syntax highlighter nor the build command is
recogniced.
If I try to use the menu to configure the build commands, these
commands get saved in the file
GeanyPortable\Data\settings\filedefs\filetypes.common
not in
filetypes.s.conf
I have tried these try and error game for two hours now. Can anybody
please explain what the six directorys are for and what exactly is to
do to configure geany for a new extension.
Wolfgang
> What about posting the solution for others?
Nothing special - a console command should be set under
Build -> Set Build Commands -> "Execute commands"section in the bottom of the dialog.
Now I have a console window with STDOUT output there.
Br,
Vitali
Lex Trotman [elextr(a)gmail.com] kirjoitti:
> On 27 September 2013 19:39, Vitali Samurov <vitali.s(a)elisanet.fi> wrote:
>
> > It seems to work now. Please correct me but there is a difference,
> > whether command is inserted in 'Execute commands' section or not of Build
> > Settings.
> >
>
> Yes there is, geany does not collect and parse the output of execute
> commands but does for the other commands.
>
> What about posting the solution for others?
>
> Cheers
> Lex
>
> _______________________________________________
> Users mailing list
> Users(a)lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
--
--- Sent from the web-mail ---
It seems to work now. Please correct me but there is a difference, whether command is inserted in 'Execute commands' section or not of Build Settings.
Sent from Nokia Lumia 920
-----Original Message-----
From: "Vitali Samurov" <vitali.s(a)elisanet.fi>
Sent: 24.9.2013 9:08
To: "Geany general discussion list" <users(a)lists.geany.org>
Subject: Re: [Geany-Users] calling a console application?
Hi,
any ideas about my case? :)
Br,
Vitali
Vitali Samurov [vitali.s(a)elisanet.fi] kirjoitti:
> Hi,
>
> I was trying to run not GUI but console windows applications. Here are my steps:
>
> 1). Compilation. Build -> Set Build Commands:
> %HOMEPATH%\GITworks\diygeiger_mk161\Tools\mkl2mkp_en -i "%f"
>
> It works - when I press F8, an empty (black) Win console appears, but I can see the output of mkl2mkp_en.exe in Geany Compiler output window.
>
> 1). Upload to device:
> %HOMEPATH%\GITworks\diygeiger_mk161\Tools\pmkcom-0.18.i386.win32.exe %d\%e.mkp --p 3 -s 19200 -wp 0 6
>
> Also works, with the same empty Win console.
>
> 3). Run compiled binary in a Win emulator:
> %HOMEPATH%\GITworks\diygeiger_mk161\Tools\vk6.exe -i %d\%e.mkp
>
> This is what I would like to be running not in an empty win console.
>
> Br,
> Vitali
>
>
>
>
> Matthew Brush [mbrush(a)codebrainz.ca] kirjoitti:
> > On 13-09-19 10:12 PM, Vitali Samurov wrote:
> > > Hello Community,
> > >
> > > is it possible to call an external console application from Geany in
> > > such a way that it will start a Windows console with fully functional
> > > input / output?
> > > I have assigned compiler and flash-tool in 'Set Build Command'
> > > settings, they start in a clean console, but it is Ok since I can see
> > > STDOUT in Geany window. But it is not Ok when I want to start an emulator.
> > >
> >
> > Hi,
> >
> > Can you please elaborate a bit more on what tools you are using
> > specifically, what build commands you have set, what you are expecting
> > and what you are getting, in a little more detail?
> >
> > If I had to guess from your description, it sounds like you are trying
> > to run a Windows GUI program (google for WinMain) which doesn't get any
> > stdio streams to write to, rather than a console application that's
> > hooked up to stdio streams. This is kind of a quirk of Windows where GUI
> > apps can't (by default) output to stdout and stderr. Maybe your
> > particular GUI tool has a command-line option to attach a console to it.
> >
> > Cheers,
> > Matthew Brush
> >
> > _______________________________________________
> > Users mailing list
> > Users(a)lists.geany.org
> > https://lists.geany.org/cgi-bin/mailman/listinfo/users
> >
>
>
> --
>
> --- Sent from the web-mail ---
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
--
--- Sent from the web-mail ---
_______________________________________________
Users mailing list
Users(a)lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users
New version of defineformat plugin available.
This plugin will keep your multi-line defines pretty: it aligns
backslashes on the fly while you typing.
Completely re-written implementation.
Changes:
- fix formatting when search/replace, copy/paste
- fix indent/unindent bug
- fix newline/indent bug
- fix undo actions
- keep position when formatting define
- now using only "right" Scintilla API
--
Best regards
Pavel Roschin
Hi,
I have installed Geany in Windows 7 64b.
When I run a Python program cmd window appears only for a little while.
Any idea what is happening ?
Thanks in advance.
Exactly the same problem with my attempts to run emulator from Geany in a command line window.
Sent from Nokia Lumia 920
-----Original Message-----
From: "JPM" <jpmelian(a)gmail.com>
Sent: 25.9.2013 11:42
To: "Geany general discussion list" <users(a)lists.geany.org>
Subject: Re: [Geany-Users] cmd window problem
Yes I did. A cmd window appears and it does not disappear.
-------------------------------------------------------------------------
C:\python_scripts>python "Hello_world.py"
Hello World
C:\python_scripts>pause
Presione una tecla para continuar . . .
-------------------------------------------------------------------------
The bat file works properly outside Geany.
Regards.
2013/9/25 Johannes Lange <johannes.lange(a)rwth-aachen.de>
Did you try executing the batch file manually?
Cheers,
Johannes
------------ Original Message ------------
Subject: Re: [Geany-Users] cmd window problem
From: JPM <jpmelian(a)gmail.com>
To: Geany general discussion list <users(a)lists.geany.org>
Date: Wed, 25 Sep 2013 09:56:00 +0200
Hi,
The script Hello_world.py is located in C:\python_scripts. In this directory there are three files : Hello_world.py , Hello_world.pyc and geany_run_script.bat.
The bat file content is :
---------------------------------------------------
python "Hello_world.py"
pause
del "%0"
pause
---------------------------------------------------
I think everything seem to be ok but the error persists.
Best regards.
2013/9/24 Matthew Brush <mbrush(a)codebrainz.ca>
On 13-09-24 06:15 AM, JPM wrote:
Hi,
With the execution command <pathTo>/python.exe "%f" the error persists.
As you say it is very weird.
Where is your script located? I think Geany writes the runner script to the same directory as the script, which may not work as expected if the file is in some weird place like a directory you don't have proper permissions in (ex. outside of your home folder), a shared drive, a mounted FTP drive, etc. When I try to Execute such a script with Geany it places an error message in the Status tab and the status bar.
Just an idea.
Cheers,
Matthew Brush
_______________________________________________
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
_______________________________________________
Users mailing list
Users(a)lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users
Hi,
any ideas about my case? :)
Br,
Vitali
Vitali Samurov [vitali.s(a)elisanet.fi] kirjoitti:
> Hi,
>
> I was trying to run not GUI but console windows applications. Here are my steps:
>
> 1). Compilation. Build -> Set Build Commands:
> %HOMEPATH%\GITworks\diygeiger_mk161\Tools\mkl2mkp_en -i "%f"
>
> It works - when I press F8, an empty (black) Win console appears, but I can see the output of mkl2mkp_en.exe in Geany Compiler output window.
>
> 1). Upload to device:
> %HOMEPATH%\GITworks\diygeiger_mk161\Tools\pmkcom-0.18.i386.win32.exe %d\%e.mkp --p 3 -s 19200 -wp 0 6
>
> Also works, with the same empty Win console.
>
> 3). Run compiled binary in a Win emulator:
> %HOMEPATH%\GITworks\diygeiger_mk161\Tools\vk6.exe -i %d\%e.mkp
>
> This is what I would like to be running not in an empty win console.
>
> Br,
> Vitali
>
>
>
>
> Matthew Brush [mbrush(a)codebrainz.ca] kirjoitti:
> > On 13-09-19 10:12 PM, Vitali Samurov wrote:
> > > Hello Community,
> > >
> > > is it possible to call an external console application from Geany in
> > > such a way that it will start a Windows console with fully functional
> > > input / output?
> > > I have assigned compiler and flash-tool in 'Set Build Command'
> > > settings, they start in a clean console, but it is Ok since I can see
> > > STDOUT in Geany window. But it is not Ok when I want to start an emulator.
> > >
> >
> > Hi,
> >
> > Can you please elaborate a bit more on what tools you are using
> > specifically, what build commands you have set, what you are expecting
> > and what you are getting, in a little more detail?
> >
> > If I had to guess from your description, it sounds like you are trying
> > to run a Windows GUI program (google for WinMain) which doesn't get any
> > stdio streams to write to, rather than a console application that's
> > hooked up to stdio streams. This is kind of a quirk of Windows where GUI
> > apps can't (by default) output to stdout and stderr. Maybe your
> > particular GUI tool has a command-line option to attach a console to it.
> >
> > Cheers,
> > Matthew Brush
> >
> > _______________________________________________
> > Users mailing list
> > Users(a)lists.geany.org
> > https://lists.geany.org/cgi-bin/mailman/listinfo/users
> >
>
>
> --
>
> --- Sent from the web-mail ---
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
--
--- Sent from the web-mail ---