[Github-comments] [geany/geany-plugins] SpellCheck: Remember 'Check while typing' setting between sessions (#680)

2018-01-21 Thread Enrico Tröger
To do so, we need to always save the config file on plugin
cleanup/shutdown and move the configuration save logic to
its own function.

Closes #667.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * SpellCheck: Remember 'Check while typing' setting between sessions

-- File Changes --

M spellcheck/src/scplugin.c (77)

-- Patch Links --

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


[Github-comments] [geany/geany-plugins] workbench: added "Create file here..."/"Create directory here..." (#681)

2018-01-21 Thread LarsGit223
The user can now select from two new context menu items to either create a new 
file or a new directory on the current selected position in the file tree. See 
#660.

This PR also includes a new function for the utils lib which is required for 
the new functionality in the workbench plugin.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * utils lib: added new function 'gp_filelist_scan_directory_full()'
  * workbench: added "Create file here..."/"Create directory here..."

-- File Changes --

M utils/src/filelist.c (83)
M utils/src/filelist.h (7)
M workbench/README (8)
M workbench/src/dialogs.c (71)
M workbench/src/dialogs.h (2)
M workbench/src/plugin_main.c (2)
M workbench/src/popup_menu.c (114)
M workbench/src/sidebar.c (44)
M workbench/src/wb_project.c (5)

-- Patch Links --

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


Re: [Github-comments] [geany/geany] Size symbols and fold margins proportional to line height (#1738)

2018-01-21 Thread Thomas Martitz
Can we increase the margin width? Arguably, when someone zooms in source code 
text he probably also wants the line numbers and icons to be bigger.

-- 
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/1738#issuecomment-359343024

Re: [Github-comments] [geany/geany] Size symbols and fold margins proportional to line height (#1738)

2018-01-21 Thread elextr
@kugel- not quite sure what you mean, this sets the margin width to 0.88 times 
the line height already.

-- 
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/1738#issuecomment-359346402