you can't type anything while in normal mode, but you do can put numbers which makes command like "3d", or "5G" impossible to use, not sure if it's just a bug on my end, but it's happening to me right 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-plugins/issues/899
find -L . -not -path '*/\.*' | ctags --totals --fields=fKsSt --extra=-fq --c-kinds=+p --sort=foldcase --excmd=number -L - -f /home/v/compile/2048 NG/2048 NG.tags (в каталоге: /home/v/compile/2048 NG/)
ctags: Warning: cannot open source file "NG/2048" : No such file or directory
ctags: Warning: cannot open source file "NG.tags" : No such file or directory
ctags: Warning: ignoring null tag in ./cocos2d/templates/js-template-default/res/loading.js
ctags: Warning: ignoring null tag in ./cocos2d/tests/js-tests/src/Presentation/Presentation.js
ctags: Warning: ignoring null tag in ./cocos2d/web/template/res/loading.js
ctags: Warning: ignoring null tag in ./cocos2d/web/CCBoot.js
ctags: Warning: ignoring null tag in ./cocos2d/web/cocos2d/labels/CCLabelAtlasCanvasRenderCmd.js
ctags: Warning: ignoring null tag in ./cocos2d/web/cocos2d/core/utils/BinaryLoader.js
ctags: Warning: ignoring null tag in ./cocos2d/cocos/scripting/js-bindings/script/ccui/jsb_ccui_deprecated.js
ctags: Warning: ignoring null tag in ./cocos2d/cocos/scripting/js-bindings/script/debugger/actors/webconsole.js
ctags: Warning: ignoring null tag in ./cocos2d/cocos/scripting/js-bindings/script/jsb_boot.js
ctags: Warning: ignoring null tag in ./cocos2d
So we have to single-quote `/home/v/compile/2048 NG/2048 NG.tags`.
--
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/738
On Mac OS X , i can't use input chinese with the default chinese input method. When i input chinese in the editor, the editor still display english chars.
--
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-osx/issues/16
When I reboot the system - geany loses the list of open files, how to fix it?
System Kubuntu 12, and 14, and 16 - The same behavior.
--
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/1826
If in the build settings a compiler error regular expression is defined, both that expression as well as the default behaviour is used to identify error file name and line number in compiler output lines. This lead for e. g. the following output from a gcc
In file included from /home/torsten/projects/bar/bar/common/configvalues.c:33:0:
/home/torsten/projects/bar/bar/common/configvalues.h:676:2: warning: #warning obsolete [-Wcpp]
to 2 errors resp. warnings in the message window, but only the second line is a warning.
I identified the problem is probably in the function
msgwindow.c: msgwin_parse_compiler_error_line()
where filetypes_parse_error_message() is called. If it returns FALSE the default way to identifier compiler error/warning messages without the regular expression is called. This is even the case when the user regular expression is valid, but does not match to a particular line.
Short: the function
filetypes_parse_error_message()
should return TRUE, too if the regular expression does not match resp. the called function g_regex_match() return FALSE.
--
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/2817
When shutting down the OS while geany is open, geany closes but does not remember the open tabs like it does when the user closes geany normally.
--
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/1416
@elextr pointed out to me that this is related to #2068 and "on my list".
You can assign it to me.
--
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/2209
mistake 1
geany is opened; a document is opened; spellcheck-symbol is deactivated;
click spellcheck-symbol; some words are marked;
now close geany; reopen the document; document appears in geany; spellcheck-symbol is still activated;
problem:
words are not marked although spellcheck-symbol is activated; the spellcheck-symbol need to be clicked 2x to let appear the markings;
possible solution:
if spellcheck-symbol is activated, then the markings should be visible
mistake 2
geany is opened; a document is opened; spellcheck-symbol is deactivated;
now use the shortcut "execute spellcheck" (or something like that; I don't use the English version);
problem:
he shortcut works but the spellcheck-symbol stays deactivated;
possible solution:
spellcheck-symbol should also be activated
mistake 3
geany is opened; a document is opened; spellcheck-symbol is deactivated
press 2x the shortcut "spellcheck on/off" (or something like that; I don't use the English version);
problem:
shortcut works, but only for words which will be used after the shortcut; current markings do not go away;
possible solution:
the text of the spellcheck-symbol is exactly the same like the shortcut, so they
should have the same behavior: on/off of ALL markings
geany version 1.36
--
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/1035
Hello, I have a very simple request for Geany which I use heavily.
On my system I frequently view the output of commands the following way:
$ ls -l | nano -
here, nano reads standard input as a new unsaved file, making it easy to quickly access ls command output.
I would love to be able to do the same with geany:
$ ls -l | geany -
In other words, instead of a file, having standard input read as a new unsaved file (which would open either as new window or new tab depending on user's settings, but this is of no concern to me).
Thank you
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/780
After activating the Auto-mark plugin, Find → Find All → Mark no longer marks all matches. Deactivating the plugin restores normal behaviour.
My system is a Debian 9.5 (Stretch Stable) with XFCE. Both Geany and the Auto-mark plugin have been installed from the Debian stable repository. The output of `geany -V is`:
`geany 1.29 (built on 2016-11-16 with GTK 2.24.31, GLib 2.50.2)`
--
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/774