Re: [Github-comments] [geany/geany-plugins] vimode: When wrapping is on, "k" should go to the first line of wrapping (#754)

2018-08-10 Thread pcworld
Sorry I don't have time to test currently. Feel free to merge without my 
feedback, users can still complain afterwards. ;)

The behavior is kind of weird anyway, with or without this (always jumping to 
first or last line). In original vim j or k go to the same position in the line 
regardless of wrapping. I.e. it doesn't reset the column counter at line wraps.

Btw the original arrow up / arrow down behavior from Geany is `gk` and `gj` in 
vim, respectively. It goes up/down display lines.

-- 
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/754#issuecomment-412251326

Re: [Github-comments] [geany/geany] Geany on Windows: Mixture between German and English (#1919)

2018-08-10 Thread Matthew Brush
I'm pretty sure the `LANG` variable is the way to do it for both Geany and GTK+ 
(gettext) on Windows. It can be [set for a particular 
shortcut](https://netlicensing.io/blog/2012/06/15/set-environment-variables-in-windows-shortcut/)
 which avoids the need to switch all programs using gettext into the same 
language system-wide.

-- 
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/1919#issuecomment-412225092

Re: [Github-comments] [geany/geany-plugins] Add file operations to Project Organizer. (#766)

2018-08-10 Thread Matthew Brush
No need to keep closing and opening additional pull requests, you can just push 
changes to an existing 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-plugins/pull/766#issuecomment-412223545

Re: [Github-comments] [geany/geany] Geany on Windows: Mixture between German and English (#1919)

2018-08-10 Thread elextr
> What translation file do I need to have Geany display all menus in English?

None, Geany is written in English.  What you need to find is a way of stopping 
GTK from translating stuff when you don't want it.

-- 
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/1919#issuecomment-412184847

[Github-comments] [geany/geany-plugins] Add file operations to Project Organizer. (#767)

2018-08-10 Thread Daniel Guerrero
Add file and directory creation, renaming and removal operations to the Project 
Organizer sidebar.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Add file operations to Project Organizer.

-- File Changes --

M projectorganizer/src/prjorg-project.c (1)
M projectorganizer/src/prjorg-project.h (2)
M projectorganizer/src/prjorg-sidebar.c (253)
M projectorganizer/src/prjorg-utils.c (78)
M projectorganizer/src/prjorg-utils.h (7)

-- Patch Links --

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


Re: [Github-comments] [geany/geany-plugins] Add file operations to Project Organizer. (#766)

2018-08-10 Thread Daniel Guerrero
Closed #766.

-- 
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/766#event-1782717458

Re: [Github-comments] [geany/geany-plugins] Add file operations to Project Organizer. (#766)

2018-08-10 Thread Daniel Guerrero
Will resubmit after fixes.

-- 
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/766#issuecomment-412110311

[Github-comments] [geany/geany-plugins] Add file operations to Project Organizer. (#766)

2018-08-10 Thread Daniel Guerrero
Add file and directory creation, renaming and removal operations to the Project 
Organizer sidebar.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Add file operations to Project Organizer.

-- File Changes --

M projectorganizer/src/prjorg-project.c (1)
M projectorganizer/src/prjorg-project.h (2)
M projectorganizer/src/prjorg-sidebar.c (246)
M projectorganizer/src/prjorg-utils.c (78)
M projectorganizer/src/prjorg-utils.h (7)

-- Patch Links --

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


Re: [Github-comments] [geany/geany-plugins] projorg: add file operations to the side bar. (#765)

2018-08-10 Thread Daniel Guerrero
Closed #765.

-- 
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/765#event-1782637488

Re: [Github-comments] [geany/geany-plugins] projorg: add file operations to the side bar. (#765)

2018-08-10 Thread Daniel Guerrero
Will post again after fixes.

-- 
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/765#issuecomment-412099616

[Github-comments] [geany/geany-plugins] projorg: add file operations to the side bar. (#765)

2018-08-10 Thread Daniel Guerrero
Add operations to quickly add, delete and rename files and directories from the 
project. These operations appear as operations in the side bar context menu.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Squashed commit of the following:

-- File Changes --

M projectorganizer/src/prjorg-project.c (1)
M projectorganizer/src/prjorg-project.h (2)
M projectorganizer/src/prjorg-sidebar.c (247)
M projectorganizer/src/prjorg-utils.c (41)
M projectorganizer/src/prjorg-utils.h (3)

-- Patch Links --

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


Re: [Github-comments] [geany/geany] Geany on Windows: Mixture between German and English (#1919)

2018-08-10 Thread rovf
On Wed, Aug 8, 2018, at 15:25, Colomban Wendling wrote:
> @rovf oh, OK :)
> 
> Reading in more details what you see, is it possible that you actually 
> don't have Geany's translation files, but GTK is installed with its own?  
> That might explain it, with you seeing strings from GTK translated, and 
> strings from Geany untranslated (because you e.g. didn't install the 
> translations).

I do use gtk2_prefs.exe to set the appearance of all my GTK applications. 
However, this program allows only to configure colouring schema and font 
properties. There is nothing which looks like a language set up.

What translation file do I need to have Geany display all menus in English?

Ronald


-- 
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/1919#issuecomment-412038519