Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Thu, 02 Sep 2021 19:43:01 UTC
Commit: 21835b79c34e9967598bf7c862976def62698926
https://github.com/geany/geany-plugins/commit/21835b79c34e9967598bf7c862976…
Log Message:
-----------
vimode: document the newly added ex commands
Modified Paths:
--------------
vimode/README
Modified: vimode/README
12 lines changed, 12 insertions(+), 0 deletions(-)
===================================================================
@@ -550,16 +550,28 @@ a new command, please do not forget to update the table below.::
tag command action
------------------------------------------------------------------------------
:& :& repeat last ":substitute"
+ :< :< shift lines one 'shiftwidth' left
+ :> :> shift lines one 'shiftwidth' right
+ :copy :co[py] copy lines
:cquit :cq[uit] quit Vim with an error code
+ :delete :d[elete] delete lines
:exit :exi[t] same as ":xit"
+ :join :j[oin] join lines
+ :move :m[ove] move lines
+ :put :pu[t] insert contents of register in the text
:quit :q[uit] quit current window (when one window quit Vim)
:quitall :quita[ll] quit Vim
:qall :qa[ll] quit Vim
+ :redo :red[o] redo one undone change
:substitute :s[ubstitute] find and replace text
+ :t :t same as ":copy"
+ :undo :u[ndo] undo last change(s)
:update :up[date] write buffer if modified
:write :w[rite] write to a file
:wall :wa[ll] write all (changed) buffers
:wq :wq write to a file and quit window or Vim
:wqall :wqa[ll] write all changed buffers and quit Vim
:xit :x[it] write if buffer changed and quit window or Vim
:xall :xa[ll] same as ":wqall"
+ :yank :y[ank] yank lines into a register
+ :~ :~ repeat last ":substitute"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sat, 04 Sep 2021 12:00:39 UTC
Commit: d90968fc14a3aa6fb197faa9f3bc97c6f66e28ad
https://github.com/geany/geany-plugins/commit/d90968fc14a3aa6fb197faa9f3bc9…
Log Message:
-----------
SpellCheck: Add notes about maintaining personal dictionaries
Modified Paths:
--------------
spellcheck/README
Modified: spellcheck/README
18 lines changed, 18 insertions(+), 0 deletions(-)
===================================================================
@@ -83,6 +83,24 @@ Then in the plugin configuration dialog set the dictionary for
dictionary files to: `C:\\dictionaries`.
+Maintaining personal dictionaries
+---------------------------------
+When you manually add words to your personal dictionary
+(using the "Add <word> to Dictionary" menu item), those words are stored
+in a personal dictionary per language.
+If you want to add, modify or remove words from these dictionaries,
+you need to open the dictionaries with an editor like Geany and edit them.
+As far as we know, there is no graphical tool to edit those files. However,
+they are plain text files with one word per line.
+
+These files are usually located in:
+`/home/<username>/.config/enchant/<LANG>.dic`.
+The exact storage location might differ between operating systems.
+
+Additional informationcan be found on https://github.com/AbiWord/enchant,
+section "Sharing personal word lists between spell-checkers".
+
+
Known issues
------------
* Spell checking with some languages like Hindi might be incorrect, i.e. some
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 19 Sep 2021 14:06:24 UTC
Commit: 002938a6706bb2c43ddcf55bfbe496896271d671
https://github.com/geany/geany-plugins/commit/002938a6706bb2c43ddcf55bfbe49…
Log Message:
-----------
Merge pull request #1108 from eht16/spellcheck_add_personal_dict_docs
SpellCheck: Add notes about maintaining personal dictionaries
Modified Paths:
--------------
spellcheck/README
Modified: spellcheck/README
18 lines changed, 18 insertions(+), 0 deletions(-)
===================================================================
@@ -83,6 +83,24 @@ Then in the plugin configuration dialog set the dictionary for
dictionary files to: `C:\\dictionaries`.
+Maintaining personal dictionaries
+---------------------------------
+When you manually add words to your personal dictionary
+(using the "Add <word> to Dictionary" menu item), those words are stored
+in a personal dictionary per language.
+If you want to add, modify or remove words from these dictionaries,
+you need to open the dictionaries with an editor like Geany and edit them.
+As far as we know, there is no graphical tool to edit those files. However,
+they are plain text files with one word per line.
+
+These files are usually located in:
+`/home/<username>/.config/enchant/<LANG>.dic`.
+The exact storage location might differ between operating systems.
+
+Additional informationcan be found on https://github.com/AbiWord/enchant,
+section "Sharing personal word lists between spell-checkers".
+
+
Known issues
------------
* Spell checking with some languages like Hindi might be incorrect, i.e. some
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 27 Jun 2021 21:09:48 UTC
Commit: 57bc7fd62a0fd910b3e11971a9ff98ab106a1b00
https://github.com/geany/geany-plugins/commit/57bc7fd62a0fd910b3e11971a9ff9…
Log Message:
-----------
Replace Sourceforge references
Modified Paths:
--------------
geanyprj/README
latex/doc/latex.html
Modified: geanyprj/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -71,7 +71,7 @@ Example of usage
Lets see plugin work at Geany source code example:
-1) Download geany-0.15.tar.gz (http://prdownloads.sourceforge.net/geany/geany-0.15.tar.gz?download)
+1) Download geany-0.15.tar.gz (https://download.geany.org/old/geany-0.15.tar.gz)
2) Unpack it somewhere, for example in ~/src/geany-0.15
Modified: latex/doc/latex.html
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -2724,8 +2724,8 @@ <h5 class="subsubsectionHead"><span class="titlemark"><span
class="cmr-10">wished features and which are being worked on. Also you can have a look onto the feature request tracker of</span>
<span
class="cmr-10">geany-plugins project at </span><a
-href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
-class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a> <span
+href="https://github.com/geany/geany-plugins/" class="url" ><span
+class="cmtt-10">https://github.com/geany/geany-plugins/</span></a> <span
class="cmr-10">whether you find something</span>
<span
class="cmr-10">interesting. Of course we are also open for not in the sources mentioned before listed items. Just contact one of the</span>
@@ -2920,8 +2920,8 @@ <h3 class="sectionHead"><span class="titlemark"><span
<span
class="cmr-10">recent information for all reported issues bug tracking system of SF at </span><br
class="newline" /><a
-href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
-class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a>
+href="https://github.com/geany/geany-plugins/" class="url" ><span
+class="cmtt-10">https://github.com/geany/geany-plugins/</span></a>
</p><!--l. 945--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark"><span
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 19 Sep 2021 13:49:48 UTC
Commit: 62d155b2a46766d55a5e3be56eb1affeea5c454e
https://github.com/geany/geany-plugins/commit/62d155b2a46766d55a5e3be56eb1a…
Log Message:
-----------
Merge pull request #1087 from eht16/remove_sourceforge_references
Replace Sourceforge references
Modified Paths:
--------------
geanyprj/README
latex/doc/latex.html
Modified: geanyprj/README
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -71,7 +71,7 @@ Example of usage
Lets see plugin work at Geany source code example:
-1) Download geany-0.15.tar.gz (http://prdownloads.sourceforge.net/geany/geany-0.15.tar.gz?download)
+1) Download geany-0.15.tar.gz (https://download.geany.org/old/geany-0.15.tar.gz)
2) Unpack it somewhere, for example in ~/src/geany-0.15
Modified: latex/doc/latex.html
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -2724,8 +2724,8 @@ <h5 class="subsubsectionHead"><span class="titlemark"><span
class="cmr-10">wished features and which are being worked on. Also you can have a look onto the feature request tracker of</span>
<span
class="cmr-10">geany-plugins project at </span><a
-href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
-class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a> <span
+href="https://github.com/geany/geany-plugins/" class="url" ><span
+class="cmtt-10">https://github.com/geany/geany-plugins/</span></a> <span
class="cmr-10">whether you find something</span>
<span
class="cmr-10">interesting. Of course we are also open for not in the sources mentioned before listed items. Just contact one of the</span>
@@ -2920,8 +2920,8 @@ <h3 class="sectionHead"><span class="titlemark"><span
<span
class="cmr-10">recent information for all reported issues bug tracking system of SF at </span><br
class="newline" /><a
-href="https://sourceforge.net/projects/geany-plugins/" class="url" ><span
-class="cmtt-10">https://sourceforge.net/projects/geany-plugins/</span></a>
+href="https://github.com/geany/geany-plugins/" class="url" ><span
+class="cmtt-10">https://github.com/geany/geany-plugins/</span></a>
</p><!--l. 945--><p class="noindent" >
</p>
<h3 class="sectionHead"><span class="titlemark"><span
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).