Hi All,
Geany seems to be the almost perfect text editor even for a non coder.
It is fast and well organized. Markdown + GeanyPrj + Numbered Bookmarks
and everything runs smooth.
Is there a way to center text on screen? It will still be left aligned,
but the column of text would be something like 60% and centered on
screen or in the window.
Something like this:
http://www.hogbaysoftware.com/static/writeroom/mac_os_screen.jpg
Also, is there a way to make the full screen a true full screen and make
everything disappear, including the menu bar?
Cheers,
Peter
Good morning
I'm using Geany since quite sometime, both on Windows and on Linux
I appreciate it because it's fast and I can use it remotely (export the
display from a Linux box through SSH)
However, this morning, I face a strange and annoying problem and I don't
know how to solve it.
I'm coding in TCL
In my code, I used the following line :
set n $showArray($i,"neighbor")
it looks like the first double-quote (") isn't seen by geany ! And then
after this line all the rest of my code seems to be part of a string, which
is annoying
The code work in TCL !
If I put a space after the comma, then the double-quote is taken into
account and the highlighting of the code is ok ... but it doesn't work
anymore in TCL
Please note :
I have the issue on Linux and Windows 7
Under Windows, I'm using the latest version 1.30.1
I have the same issue with Notepad++ , and MyTcl (a specialised TCL editor)
but it's ok with Ased3.0 or Komodo Edit
Can I do something to correct this ?
Thanks in advance for your help
ericc
As a long time Visual Studio C++ developer, I made heavy use of the
CString class. I am now learning to use Geany on Windows as a
development platform with the intent of then moving the source code to a
Raspberry Pi 3 and re-compiling it there under the RPi version of Geany.
So, is there a CString class available for Geany?
--
Charlie Miller
I've run into another segmentation fault again.
Here's my backtrace and gdb output:
@localhost:$ gdb geany
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from geany...(no debugging symbols found)...done.
(gdb) run -i project.geany
Starting program: /usr/bin/geany -i project.geany
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffed913700 (LWP 4060)]
[New Thread 0x7fffed112700 (LWP 4061)]
[New Thread 0x7fffec911700 (LWP 4062)]
[New Thread 0x7fffdf720700 (LWP 4063)]
[New Thread 0x7fffdef1f700 (LWP 4064)]
Thread 1 "geany" received signal SIGSEGV, Segmentation fault.
0x00007fffdcb37801 in PyModule_AddObject () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
(gdb) bt
#0 0x00007fffdcb37801 in PyModule_AddObject () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
#1 0x00007fffdcf92c20 in ?? () from
/usr/lib/x86_64-linux-gnu/geany/geanypy.so
#2 0x00007ffff79a5e2d in ?? () from
/usr/lib/x86_64-linux-gnu/libgeany.so.0
#3 0x00007ffff79a7621 in ?? () from
/usr/lib/x86_64-linux-gnu/libgeany.so.0
#4 0x00007ffff79a03d5 in main_lib () from
/usr/lib/x86_64-linux-gnu/libgeany.so.0
#5 0x00007ffff7368830 in __libc_start_main (main=0x4005a0, argc=3,
argv=0x7fffffffd9f8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffd9e8) at
../csu/libc-start.c:291
#6 0x00000000004005d9 in ?? ()
How do I fix this?
My project's primarily a Python project, and if I'm reading the backtrace
properly, it's involving Python. I don't remember enabling any
Python-specific Geany plugins, so I'm not sure why it's running Python, but
even so, why is Python causing Geany to crash upon startup? I have many
other Geany Python projects that open without issue.
My Geany version is:
geany 1.30.1 (built on 2017-03-21 with GTK 2.24.30, GLib 2.48.2)
Every time I try and launch a new instance of Geany, it immediately returns
a segmentation fault.
$ geany -i
Segmentation fault (core dumped)
I've tried with and without a *.geany file, and the result is the same. How
do I diagnose this?
Hi all,
I'd like to change the main menu font size on Geany. Long story but I have two
monitors with different DPIs and need the menus and notebook tabs to be smaller
on the larger monitor, because they're huge.
Using these instructions:
http://www.geany.org/manual/current/#defining-own-widget-styles-using-gtkrc…
I put this in my ~/.gtkrc-2.0 and in the same file in my current theme, but it
didn't work:
style "geanyStyle"
{
font_name="Sans 10"
}
widget "GeanyToolbarMenu" style "geanyStyle"
style "geanyStyle2"
{
font_name="Sans 10"
}
widget "GeanyMenubar" style "geanyStyle2"
Not sure why it doesn't work. :/
I have the GeanyVC plugin enabled and the "use external diff viewer" option
checked, and meld installed locally, but when I go to VC->directory->diff,
it shows me the generic output from diff, not meld.
How do I configure GeanyVC to use meld?