Re: [Github-comments] [geany/geany] Feature request: copy full file path and file name. (#2110)

2019-03-23 Thread 9527KGG
Closed #2110.

-- 
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/2110#event-2224683429

Re: [Github-comments] [geany/geany] Feature request: copy full file path and file name. (#2110)

2019-03-23 Thread 9527KGG
Found one. 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/2110#issuecomment-475929387

Re: [Github-comments] [geany/geany] Feature request: copy full file path and file name. (#2110)

2019-03-23 Thread 9527KGG
https://plugins.geany.org/addons.html

-- 
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/2110#issuecomment-475929408

Re: [Github-comments] [geany/geany] Set default 'search not found' dialog to 'Find' (#2109)

2019-03-23 Thread elextr
@crazyBaboon you are aware of 
`Edit->Preferences->General->Miscellaneous->Always wrap search`?

-- 
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/pull/2109#issuecomment-475916873

Re: [Github-comments] [geany/geany-plugins] auto-close doesn't work for backquotes ` in the Spanish keyboard (#835)

2019-03-23 Thread elextr
Ingenious, but sadly not nesccessarily right since GTK also does keyboard 
handling and your program doesn't account for that :disappointed: 

Probably best is to create files in Geany, one with English keyboard and one 
with Spanish and look at them with a hexdump program (GHex or similar) to see 
if they are the same.

I'm pushing this because we have had a problem where GTK translates a c to a 
Cyrrilic c but v stays as Ascii v (making ctrl-c not work, and ctrl-v still 
work) and we need to rule it out.

..

-- 
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/835#issuecomment-475916593

Re: [Github-comments] [geany/geany] Feature request: copy full file path and file name. (#2110)

2019-03-23 Thread elextr
Have a look at the addons plugin.

-- 
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/2110#issuecomment-475915685

Re: [Github-comments] [geany/geany-plugins] auto-close doesn't work for backquotes ` in the Spanish keyboard (#835)

2019-03-23 Thread Abel Serrano Juste
I have written a small program in pascal which tells me the ascii code of the 
keys I press and I get that same ascii code in both english keyboard and in 
spanish keyboard with second press (first press on \` returns 
nothing).

-- 
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/835#issuecomment-475907530

[Github-comments] [geany/geany] Feature request: copy full file path and file name. (#2110)

2019-03-23 Thread 9527KGG
Feature request: when right clicking the tab bar, please add these 2 item:

1. Copy full file path
2. Copy file name.

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

Re: [Github-comments] [geany/geany] Set default 'search not found' dialog to 'Find' (#2109)

2019-03-23 Thread crazyBaboon
done!

-- 
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/pull/2109#issuecomment-475862067

Re: [Github-comments] [geany/geany] Set default 'search not found' dialog to 'Find' (#2109)

2019-03-23 Thread crazyBaboon
@crazyBaboon pushed 1 commit.

f78a20c06039336f78df2b45a7ee51616e3da6af  Delete dialogs.c~


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/geany/geany/pull/2109/files/771e951c9e775483140b69fd7cc300e2115a2de6..f78a20c06039336f78df2b45a7ee51616e3da6af


Re: [Github-comments] [geany/geany] Set default 'search not found' dialog to 'Find' (#2109)

2019-03-23 Thread elextr
please remove dialogs.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/pull/2109#issuecomment-475859846

[Github-comments] [geany/geany] Set default 'search not found' dialog to 'Find' (#2109)

2019-03-23 Thread crazyBaboon
this way the user only has to press enter in the 'search not found' dialog to 
wrap search
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2109

-- Commit Summary --

  * Set default 'search not found' dialog to 'Find'

-- File Changes --

M src/dialogs.c (5)
A src/dialogs.c~ (1437)

-- Patch Links --

https://github.com/geany/geany/pull/2109.patch
https://github.com/geany/geany/pull/2109.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/pull/2109