Scintilla’s Python lexer has a property `lexer.python.keywords2.no.sub.identifiers` which, when set to 1, prevents it from highlighting attributes as builtins.
In other words, with this property set to 1, a bare `file` is highlighted, because it’s a Python builtin, but the word `file` in `obj.file` is not highlighted, because it’s an unknown attribute of `obj`.
This is almost always the desired behavior and it should be the default. If someone has a peculiar codebase where `obj.file` is the same as the builtin `file`, they can flip the switch back in their `filetypes.python`.
--
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/1542
```
$ geany -V
geany 1.24.1 ((собрано Apr 19 2014 или позднее)GTK 2.24.23, GLib 2.40.0)
$ uname -a
Linux 207-dev 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) i686 GNU/Linux
$ cat test.txt
It is text.
Просто текст.
$ cat .config/geany/geany.conf | grep inv
highlighting_invert_all=true
fif_invert_results=false
$ geany test.txt
```
1) Ctrl+P
2) print in file:
[test.pdf](https://github.com/geany/geany/files/1161171/test.pdf)
--
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/1551
Many PHP keywords are missing from the definition. Some of the missing keywords are new for PHP 7.x, but others are old.
--
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/1546
Geany version 1.24 on Windows allowed linux-style select and middle-click to paste. This seems to have been broken with version 1.25, however even 1.31 still does this in the dialogs (eg open the search and replace > select something in the search field > middle click in the paste field). I suspect it has to do with automatically deselecting a selection on click, which should only happen with a left click. Please reenable it (or make an option to) in the main editor. As someone who moves between linux and windows all day this was an extremely helpful feature.
Thanks, and keep up the good work!
--
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/1548
When executing a command wildcard in a snippet is it possible to find the current source of the file being editted, the current line and the current cursor position in that line at the invocation of the snippet?
--
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/1543
![selection_145](https://cloud.githubusercontent.com/assets/3821217/22738305/f05ea8ce-ee17-11e6-816c-ba29a0b56ae5.jpg)
What's wrong here? I expected the file to be auto reloaded now.
--
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/1388
There is now an option to autoreload files which change on disk if they have no changes in the buffer, #1246 should close this unless I misunderstand.
--
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/301#issuecomment-315705431