This one is hard to reproduce (sorry), and I have no idea what causes this or what is happening.
Steps to reproduce *sometimes*:
0. Install and enable GeanyLaTeX (in case it is relevant: I have only the "auto-completion" activated)
1. Create and open: A latex file and a Makefile, in the same directory (I use the makefile to compile the latex document)
2. Edit the latex file over a long time, intermittently calling "make" via the shortcut "Shift+F9" (as found in the menu)
Actual behaviour: Sometimes the "Make" menu item becomes and stays disabled. This also disables the keyboard shortcut, so Shift+F9 does not do anything anymore. Switching between geany-tabs or re-opening the file does not help. The only way to work around this is to restart Geany.
Expected behaviour: Shift+F9 and the "Make" menu item stay enabled for the whole time.
Versions: Geany 1.25 "Veed" // "(compiled on 2015-07-12 or later)"
Sorry that I can't provide a more reliable way of reproducing the bug. I have already played with different things, and have, so far, only come to the conclusion that disabling the GeanyLaTeX pluging avoids this bug. However, this is not a guarantee, since I "only" tried that for a week. Otherwise I run into that bug roughly once every two weeks, so this experiment isn't conclusive.
I continue using Geany, so if anyone can give me a better "test", or instructions on what to look for via gdb while this is happening, I'd gladly do that.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/282
Currently in the python profile lint is the 3rd build command, 2nd unset. Please move lint to 2nd position. This results in lint having a keybinding (F9 by default)
---
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/1012
I want to bind the commenting to Ctrl+e. I go to Edit>Preferences>Keybinding dobble-click on **Toggle line commentation** and in the field i press Ctrl+e, nothing happens. I have also written <Primary>e inside the field, this also doesn't help. Can any one please help?
---
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/1009
Every time I create a new file (CTRL+n) and rename it, I get this error:
![geany](https://cloud.githubusercontent.com/assets/99590/14814716/7a304e0e-0be2-11e6-805e-15235046bfeb.png)
The file gets correctly renamed, though. No trouble beyond this surprising popup.
---
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/1010
I have "Detect width from file" option checked in preferences. But geany often fails to detect indentation width for some python files, for example:
```python
import unittest
class MyTestCase(unittest.TestCase):
def test_test(self):
# test
# test
# test
pass
```
For this file indentation is set to 8 spaces (should be 4).
---
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/1008
Thank you the dev-team for the great Geany!
I have set the Filetype under Documents->set Filetype->Programming language to Clojure Source file. Still when i try to run the following code:
`(print "Clojrue works!")`
`(map #(+ % 3.5) [1 2 3 4 5 66])`
it couldn't get run and i get the following in the opened terminal:
> /tmp/geany_run_script_U407FY.sh: 7: /tmp/geany_run_script_U407FY.sh: clj: not found
Am i missing something? I have the Geany version 1.25 on ubuntu 15.10.
---
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/1007
I have started to use Geany 1.25 as IDE for pygame, so i am not quit sure whether this i a geany bug or i am doing something wrong. I tested the following and the problem is that by clicking on the close button nothing happens and the pygame window dosn't close (which actually should happen!). Can anyone help me with this? I am on an ubuntu 15.10 machine and have installed geany from its software center.
import pygame
from pygame.locals import *
pygame.init()
RED=(100,0,0)
screen=pygame.display.set_mode([500,500])
screen.fill(RED)
runs=True
while runs:
for e in pygame.event.get():
if e.type==QUIT:
runs==False
pygame.display.flip()
pygame.quit()
---
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/1005
![zzz](https://cloud.githubusercontent.com/assets/7548378/14763114/2b457e0a-0984-11e6-9287-5988463dd63d.png)
Please consider using the phrase:
Shall I save this file?
instead of "The file ... is not saved".
The future subjunctive indicates that there is doubt as to how to proceed.
The current message indicates the possibility that the file might not have an afterlife once it has been deleted or that it is has never been saved: I do not think that either of these possibilities is universally true.
Also, please consider the use of "Trash" instead of "don't save". The current arrangement does not imply that anything bad will happen if you do not save the file, while the word "Trash" tells us more explicitly that the changes will be trashed and, being shorter, could then be written in a larger font to compel the user's attention to this undesirable outcome.
Finally, may I urge that the **save** and **trash** options should be placed as far apart as possible to minimize the opportunities for pressing the wrong button?
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/1004
![zzz](https://cloud.githubusercontent.com/assets/7548378/14763072/00f010ee-0983-11e6-961b-666bb410fc5e.png)
Please consider using the phrase:
"The file might have been truncated by this action"
which uses the subjunctive to imply uncertainty, the present past to indicate an action which occurred in the past but which has consequences now in the present and the passive voice to indicate uncertainty as to who performed the action.
The message as it stands indicates that some unknown agency has permission to truncate the file in the immediate future if they wish to - which is not the case.
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/1003
I'm using Geany to code in C++, when I saved a file I accidentaly put a backslash ( '\' ) at the end of the name, and that cause an error when I tried to compile my code, "Syntax error: Unterminated quoted string" because of the command code: "g++ -Wall -o "C_file\" "C_file\.cpp" -std=c++11".
---
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/1001