This also enables the popup menu in the terminal widget, so I get two popup menus.
![grafik](https://user-images.githubusercontent.com/564520/34869576-9f6e2f5a-f787-11e7-9940-0cf02858523a.png)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/1f71ccd40ac4e6754d7609bec7f81773fa181…
OS: Xubuntu 16.04
Geany version: geany 1.32 (built on Dec 24 2017 with GTK 2.24.30, GLib 2.48.2)
Crash output:
The program 'geany' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 51873 error_code 3 request_code 18 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
How to reproduce.
1. Open any big text file. You can make one with the following bash script:
`for i in {1..1000000}; do echo 1234567890 >> big.txt; done`
2. Copy content of this file to clipboard (ctrl+a, ctrl+c).
3. Create a new file. Do not paste copied data.
4. Open save dialog (ctrl+s).
5. Start typing name (you can hold 1) or select target file several times (for me it always crashes before I select files 10 times). Geany crashes.
I built geany from github with `CFLAGS=-g` and tried to debug it with gdb. `bt` did not show anything.
I will give additional info if you need it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736
If the item "Context Action" is selected from the context menu then nothing happens if no action is configured for the current filetype.
It would be more user friendly if a little message window pops up, pointing to the corresponding section in the geany manual.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1641
gtk 2.24.30 geany 1.32 ubuntu 16.04 .config/geany/geany.conf 3 lines modified:
from to
editor_font=Monospace 10 14
tagbar_font=Sans 9 12
msgwin_font=Monospace 9 12 , No other changes
input text error are indicated , but suggested do not appear in the message window.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/673
Hi , I am trying to get Scope to use the cross-gdb.
It seems that with the flexibility of the program set-up dlg, workingdir, environment, arguments .... it should be possible to use the cross debugger without altering geany-scope source code.
I have used scope.conf to call the cross-gdb:
`gdb_executable=/bin/arm-none-eabi-gdb
`
I have my embedded target running and listening:
```
2018-01-09T22:49:58 INFO gdbserver/gdb-server.c: Target voltage is 3245 mV.
2018-01-09T22:49:58 INFO gdbserver/gdb-server.c: Listening at *:4242...
```
I use Debug|Setup Program to select my target's .elf and have a start-up file with the following content:
```
br main
target remote :4242
c
```
This enables me to do remote debugging on my ARM target using the IDE, which is great. That is the main thing I wanted from geany-scope. I may finally be able to dump using the mastodon eclipse.
The terminate button kills the target process but does not seem to get geany to shut the cross-gdb session. I have to manually do a quit command.
There may be grounds for doing a few simple mods to tidy things up a little and take account of differences of using a remote connection. I anyone else using scope for remote? I have not been able to find anything.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/672
Leaving some files open in a past session and then re-opening Geany, the open files will not trigger the file list loading, making necessary to have to open another file to trigger it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/668