Re: [Github-comments] [geany/geany] Geany on Opensuse Tumbleweed (Gnome) suffers from typing lag (#1787)

2018-02-26 Thread elextr
@bentref also what filetype is the file you are editing and how big is it?  
Also does the slow behaviour still happen if you set 
`Edit->preferences->editor->completions->symbol update frequency` to 0.

> but it could potentially show where the slow code lies.

ctags [educated guess :)]

-- 
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/1787#issuecomment-368750127

Re: [Github-comments] [geany/geany] Geany on Opensuse Tumbleweed (Gnome) suffers from typing lag (#1787)

2018-02-26 Thread elextr
@bentref please post versions of GTK and Glib Geany is using (Menu->help->debug 
messages, near the top)

-- 
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/1787#issuecomment-368746276

Re: [Github-comments] [geany/geany] Geany on Opensuse Tumbleweed (Gnome) suffers from typing lag (#1787)

2018-02-26 Thread Colomban Wendling
Intriguing, I never saw this kind of problem…

Could you check whether it's CPU bound, e.g. does Geany use a lot of CPU when 
the letters appear? Also, does e.g. scrolling in a file, or open one, show the 
same kind of lags?
If so, maybe you could try and get a backtrace during the lag, by running Geany 
inside GDB and hitting Ctrl+C while it's lagging, and getting a 
backtrace there?  it might need a few tries to get a meaningful backtrace, but 
it could potentially show where the slow code lies.

Also, could you post the debugging info from *Help → Debug Messages*?

-- 
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/1787#issuecomment-368745988

Re: [Github-comments] [geany/geany] POT file might be missing from po folder (#1786)

2018-02-26 Thread Matthew Brush
You can run `make geany.pot` in the `po` directory to generate one.

-- 
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/1786#issuecomment-368734009

[Github-comments] [geany/geany] Geany on Opensuse Tumbleweed (Gnome) suffers from typing lag (#1787)

2018-02-26 Thread bentref
When I type in Geany, the letters often take time to appear. For instance, 
let's say I type 6 characters in 2 seconds. Those 6 characters will appear one 
at a time, perhaps taking 2.5 or even 4 seconds to appear. This is a serious 
usability issue, and I have used Geany for a long time but never experienced it 
before.

This happens at varying degrees of severity on most files I work with. Will 
update if I discover anything new about the problem.

## Some info:
- OS: Opensuse Tumbleweed
- Geany: 0.32
- CPU: Intel Core i3-7100, Intel HD Graphics
- Desktop Environment: GNOME 3.26
- GTK theme: Adwaita

Let me know if you need anything more or have any suggestions! Even if you 
don't have suggestions or solutions, comment if you are having the same problem.

-- 
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/1787

Re: [Github-comments] [geany/geany] I would like Hangul code CP949 supports. (#1782)

2018-02-26 Thread iyagicom
Hangul can read almost all documents with JOHAB and CP949.
Can not you add it to Geany?
All documents created with the latest Micro Windows are CP949.
CP949 is a required encoding.
I hope you will solve this problem in 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/1782#issuecomment-368732460

[Github-comments] [geany/geany] POT file might be missing from po folder (#1786)

2018-02-26 Thread scootergrisen
The instructions on https://www.geany.org/Contribute/Translators says to run 
"msginit -l ll_CC -o ll.po -i geany.pot" but there is no geany.pot file in the 
po folder.

Is this an error?

I see a link to the pot file at the bottom of:
https://i18n.geany.org/

So i guess i just take it from there but perhaps the page should be corrected.

-- 
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/1786

Re: [Github-comments] [geany/geany-plugins] Question: how to query if a keybinding exists? (#619)

2018-02-26 Thread LarsGit223
I think my question is answered and so I close this 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/619#issuecomment-368661570

Re: [Github-comments] [geany/geany-plugins] Question: how to query if a keybinding exists? (#619)

2018-02-26 Thread LarsGit223
Closed #619.

-- 
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/619#event-1493060955

Re: [Github-comments] [geany/geany-plugins] workbench: support live update. Closes #659. (#695)

2018-02-26 Thread LarsGit223
@frlan: yes, it depends on PR #694 which adds the missing function to the utils 
lib. I placed it in a different PR because it's a different "sub-project" and 
not the workbench plugin itself.

-- 
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/pull/695#issuecomment-368647779

[Github-comments] [geany/geany-plugins] workbench: import base path on "Add project..." (#710)

2018-02-26 Thread LarsGit223
Import the base path on adding a project by calling "wb_project_load()".
This prevents the user from having to close and re-open the workbench
once to have the base path imported. Fixes #709.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany-plugins/pull/710

-- Commit Summary --

  * workbench: import base path on "Add project..."

-- File Changes --

M workbench/src/wb_project.c (2)
M workbench/src/wb_project.h (2)
M workbench/src/workbench.c (3)

-- Patch Links --

https://github.com/geany/geany-plugins/pull/710.patch
https://github.com/geany/geany-plugins/pull/710.diff

-- 
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/pull/710


Re: [Github-comments] [geany/geany-plugins] workbench: support live update. Closes #659. (#695)

2018-02-26 Thread Frank Lanitz
During running make check I'm getting:
```
.libs/workbench_la-wb_project.o: In function `wb_project_dir_remove_file':
/home/frlan/quellen/geany-plugins/workbench/src/wb_project.c:701: undefined 
reference to `gp_filelist_filepath_matches_patterns'
.libs/workbench_la-wb_project.o: In function `wb_project_dir_add_file_int':
/home/frlan/quellen/geany-plugins/workbench/src/wb_project.c:584: undefined 
reference to `gp_filelist_filepath_matches_patterns'
```

Also a file is missing inside POTFILES.in

```
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d88d8a5d..3609b322 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -320,6 +320,7 @@ workbench/src/popup_menu.c
 workbench/src/sidebar.c
 workbench/src/utils.c
 workbench/src/wb_globals.c
+workbench/src/wb_monitor.c
 workbench/src/wb_project.c
 workbench/src/workbench.c

```


-- 
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/pull/695#issuecomment-368644514

Re: [Github-comments] [geany/geany-plugins] workbench: project base path is only imported after close/re-open (#709)

2018-02-26 Thread LarsGit223
I rate this a bug.

-- 
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/709#issuecomment-368639206

Re: [Github-comments] [geany/geany-plugins] scope: port to GTK3. (#697)

2018-02-26 Thread LarsGit223
@frlan: please don't merge this yet as there is still an open discussion how to 
proceed regarding GTK2 and GTK3 support.

-- 
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/pull/697#issuecomment-368638847

Re: [Github-comments] [geany/geany] Installed geany on a windows 7 machine with English US set, but all text I type is in Japanese (#1785)

2018-02-26 Thread Colomban Wendling
It could be interesting to check if other GTK applications suffer from the same 
issue (Gimp, Pidgin, etc.).
Also, I guess it's a silly question, but as you can choose a different keyboard 
layout/input method per window, did you double check the Geany window is not 
using something else than English for some reason?

Last silly idea, what about the font? Can you open existing files and they 
display correctly, or do they display as katakana?

-- 
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/1785#issuecomment-368638261

[Github-comments] [geany/geany-plugins] workbench: project base path is only imported after close/re-open (#709)

2018-02-26 Thread LarsGit223
The workbench plugin imports the base path from a geany project and 
automatically adds it to the list of directories of a workbench project (as the 
Base dir). This right now only happens on opening of the workbench file. So the 
user has to close the workbench once and re-open it to execute the import.

The base path should be imported on adding the project to the workbench.

-- 
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/709

Re: [Github-comments] [geany/geany] Installed geany on a windows 7 machine with English US set, but all text I type is in Japanese (#1785)

2018-02-26 Thread Enrico Tröger
Unfortunately, no idea.
In the search field in the toolbar you can try to change the input method by 
right-clicking into the text field and use the "Input methods" sub menu, just 
to try if it makes any difference.

What interface language does Geany use?
Maybe it helps to change it to English (if not already set) with the .bat file 
as described in https://www.geany.org/Documentation/FAQ#QQuestions11. I don't 
know if there is a direct relation between the interface language and the input 
methods but it might be worth a try.

-- 
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/1785#issuecomment-368631044

Re: [Github-comments] [geany/plugins.geany.org] Added section "Images" to suggest providing images via a pull-request. See #4. (#10)

2018-02-26 Thread LarsGit223
See issue #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/plugins.geany.org/pull/10#issuecomment-368610298

[Github-comments] [geany/plugins.geany.org] Added section "Images" to suggest providing images via a pull-request. See #4. (#10)

2018-02-26 Thread LarsGit223
First draft. Any suggestions for improvements are welcome.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/plugins.geany.org/pull/10

-- Commit Summary --

  * Added section "Images" to suggest providing images via a pull-request. See 
#4.

-- File Changes --

M content/README (16)

-- Patch Links --

https://github.com/geany/plugins.geany.org/pull/10.patch
https://github.com/geany/plugins.geany.org/pull/10.diff

-- 
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/plugins.geany.org/pull/10


Re: [Github-comments] [geany/geany-plugins] Debugger fails with "Error loading file" (#309)

2018-02-26 Thread John Bester
Thanks for looking into the problem. I can't however remember exactly why I 
logged this bug and whether or not I used a different editor (such as GEdit) 
for some time. I am currently using Geany 1.27 on Ubuntu 16.04 and I am not 
aware of any pressing issues at this time. At the time of this bug I was still 
using Ubuntu 14.04. 

-- 
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/309#issuecomment-368477820