I'm on Geany 1.33 on Debian Buster and I was looking for a way to save these files in `/var/tmp` so that they are preserved between reboots or system crashes. Defining `TMPDIR` really works, but setting it to anything other than '/tmp' for all applications is generally undesirable. The user would normally want to configure it only for Geany. This requires modifying the files that are managed by the system's package manager (the desktop shortcut or the executable, which must be replaced by a script that defines the variable and then calls the executable), which makes updating Geany and the entire system complicated and prone to errors. I would like to ask for these options in the Instant Save plug-in configuration panel:
- Default system temporary directory
- Custom directory: `[input field]`
--
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/640#issuecomment-803561008
-Most other fonts render underscores appropriately
-Changing font size/zoom will cause fonts to appear depending on the setting, even with Monospace Regular font
--
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/2386
Hello,
When you type on Geany with onboard you get suggestions but when you click on one the caret just jump ahead some number of characters sometime it erase some.
onboard/focal,now 1.4.1-2ubuntu7 amd64 [installed]
I am attaching my onboard configuration files.
OS:
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.8.0-45-generic
OS Type: 64-bit
Processors: 6 × AMD FX(tm)-6120 Six-Core Processor
Memory: 9.7 GiB of RAM
--
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/2766
Followed instruction to install plugins which appeared to run smoothly.
However the menu option under edit - plugin preferences is greyed out.
geany version 1.36.
geany.conf attached renamed geany.txt to enable upload
[geany.txt](https://github.com/geany/geany/files/6136831/geany.txt)
Please advise steps to correct position
Thanks in advance
--
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/2762
Hi,
I have a problem with Geany 1.37.1 (on Windows 10 Pro 64 bits). I have a file that I can open but trying to save it gets me an error message:
"Error saving file. Error renaming temporary file: Permission denied
The file on disk may now be truncated!"
This occurs after years of using Geany seamlessly. Can this be related to the fact that I have tried to input Unicode characters like "É" just before (unsuccessfully, by the way...), which I think I had never done before? The "Alt-144" method I use in other Windows applications did not work, so I tried the Ctrl-Shift-u method described in the Geany Help, to no success. The file name does not contain any accented character (not even those that are directly on my French keyboard like é,à... that have never caused me any trouble in Geany).
At each attempt of file saving, I get a new file named .goutputstream-XXXXXX instead, with the content of the file I am trying to save.
Saving "file.txt" is not possible but saving as a new version like "file_v2.txt" works. However, after opening again "file_v2.txt", trying to save it fails again (only works if I save it as "file_v3.txt" and so on).
Creating, saving, reopening... new files works as expected. Opening, editing and saving the file in another editor works, but reopening it with Geany leads to the same problem.
Yours,
Maxime
--
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/2758
Hi, Im using geany 1.37.1 on Windows 10 Pro 64-bit. I did some searches for this issue and haven't found anything related. I have noticed that geany doesn't detect certain function symbols depending on what kind of macro is before it.
For Example:
detected - WINAPI AllocConsole(void);
not detected- WINAPI_(ULONG) GetCurrentProcessId(void);
i have included the screenshot of where GetCurrentProcessId() should be but isn't.
Thanks.
![image](https://user-images.githubusercontent.com/80648916/111091765-670cee80-850a-11eb-8a6e-f23d80c5eeea.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/issues/2763
1.37.1 in Windows 10, (using Chinese Simplified Microsoft Pinyin IME).
**Reproduce:**
0. (Be in Chinese character pinyin input mode)
1. Type "p" (see the floating input dialogue)
2. Press "ctrl+space" to escape the pinyin input mode for English. (ctrl+space is set as my IME switch, some people use ctrl+shift or other key combos, I haven't tried changing all these shortcuts to test the behavior across all conditions.)
**Expected**: the letter "p" is typed as the buffer is cleared
**Result**: the print dialogue is opened ("ctrl+p")
**Background --**
When using an IME with Geany, often a floating input selection box pops up on the screen where it offers character options, none of which are inserted into the document as you type. The IME also lets you switch between, say, Chinese, and Latin input with a shortcut, something like ctrl+space.
(Geany's behavior is slightly different than most IME input boxes I see. Others insert characters as you type, while also giving you a floating set of options to overwrite what you typed. I would guess Geany's is probably inherited from somewhere, but not sure why it doesn't rely on the generic Windows interface for this process, which seems to work fine and consistently in random input boxes across other applications.)
E.g., from within this browser input box, the options float just below the cursor, while still inserting keystrokes as you type:
* * * * * * *
> ![image](https://user-images.githubusercontent.com/26754/110676661-32afd000-81a2-11eb-864b-c6800fcbe1ad.png)
* * * * * * *
E.g., Geany, the input box moves the input to the upper left:
* * * * * * *
> ![image](https://user-images.githubusercontent.com/26754/110676841-70145d80-81a2-11eb-955d-26f914646885.png)
* * * * * * *
I discovered this when halfway through the word "request"... the "q" triggered a surprising "crash." But it looks like all keystrokes behave this way. If you are in the input method window, it holds all the keystrokes in a buffer. If you hit ctrl+space, you'd expect them to all simply be typed as Latin letters at the cursor, but instead they are all sequentially pressed as a "ctrl+" combination.
**Workarounds**:
If you hit "ESC" to escape that IME box, then no characters are not inserted and the input box closes. If you hit space or punctuation, then it enters the recommended option, usually Chinese characters in my case. If you hit the "Enter" key, it enters the Latin letters you typed and ignores the suggestions in the window. These three other ways of escaping an IME box may make for reasonable workarounds. The only thing is, muscle memory is stubborn, it would be preferable if the IME didn't have a path to invoke a bunch of ctrl+commands seemingly at random from any of its states, even though that state could technically be avoided with careful typing.
Not sure what the worst random string of commands would be. "axq" is probably up there.
**Other possibly related issues?:**
I didn't find any clear examples. Closest thing I found was #795, where he talks about some crashes while inputting text, and some Japanese language files. But my issue seems to be on inputting characters, that one reads like it happens more intermittently and in other conditions, so I don't think they're actually the same issue.
Good luck with this one, and thanks for your work on Geany.
--
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/2760
while pressing . key it doesn't get typed. Have to press it twice and . gets typed twice like this ..
I am facing the problem in my windows 10 pro OS.
--
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/1902
so i recently installed geany since visual studio was too long to install but
after i finished setup, i clicked on the shortcut but it would not open,
i tried to run geany from the start menu, even from e: (the drive i installed geany on) but nothing would work
i have the gtk+ runtime thing installed. i tried it from wsl, but still nothing.
can someone help me? thanks
--
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/2639
Hi, I encounter problems with printing underscores on my screen (a 32" with 2560x1440 pixels). At normal zoom factor, they do not appear, I need to zoom in 3 times to see them at last (see the 2 pics joined). I'm using Geany on Ubuntu 20.04 (fully up to date). My version of Geany is 1.36, and it is indicated "construit le Mar 22 2020 ou ultérieurement" and "Utilisant les bibliothèques GTK v3.24.20 et GLib v2.64.6". Maybe the bug is not present any more in the latest version, but I'm not sure I will be able to install and try it... Thanks for reading.
![Bug zoom underscores Geany - Default zoom - Capture d’écran de 2021-03-08 16-12-04](https://user-images.githubusercontent.com/1187586/110341188-5f40d…
![Bug zoom underscores Geany - Zoomed in 3 times - Capture d’écran de 2021-03-08 16-12-20](https://user-images.githubusercontent.com/1187586/110341439-a038f…
--
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/2759