[geany/geany-plugins] fc7120: Fixed geany extrasel and insertnum Installation instructions
Dimitar Zhekov
git-noreply at xxxxx
Tue Jun 19 17:01:44 UTC 2012
Branch: refs/heads/master
Author: Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer: Dimitar Zhekov <dimitar.zhekov at gmail.com>
Date: Tue, 19 Jun 2012 17:01:44
Commit: fc7120bf764052f39b451ba8727fb8fba90e9c91
https://github.com/geany/geany-plugins/commit/fc7120bf764052f39b451ba8727fb8fba90e9c91
Log Message:
-----------
Fixed geany extrasel and insertnum Installation instructions
Clarified geany extrasel scintilla issues a bit
Modified Paths:
--------------
geanyextrasel/README
geanyinsertnum/README
Modified: geanyextrasel/README
25 files changed, 9 insertions(+), 16 deletions(-)
===================================================================
@@ -29,17 +29,8 @@ Geany 0.19 or later and the respective headers and development libraries.
Installation
------------
-Compiling and installing the code is done by the following three
-commands:
-
-$ ./waf configure
-$ ./waf build
-$ ./waf install
-
-For more configuration details run
-$ ./waf --help
-
-If there are any errors during compilation, check your build environment.
+This plugin is part of the geany-plugins project.
+See the README file of that package.
Usage
@@ -94,13 +85,15 @@ Alt-Shift-F12. Now:
Known issues
------------
-If the cursor is on a large line number, converting a stream selection to
-rectangular may cause a noticable delay. This is scintilla-related; with
-the newest scintilla versions (r3465+), the delay is much smaller.
+Rectangular selection of more than a few thousand lines is slow, so you
+may prefer to use stream selection and convert it to rectangular. However,
+if the cursor is on a large line number, such conversion may cause a
+noticable delay. Both issues are scintilla related and can not be fixed by
+this plugin.
If you set the anchor beyond a line end (in the "virtual space"), and edit
-the text before it, the anchor will be moved to the line end. Not a big
-issue, and tracking a virtual position is impossible in scintilla.
+the text before it, the anchor will be moved to the line end. Tracking a
+virtual (after EOLN) cursor position is impossible in scintilla.
License
Modified: geanyinsertnum/README
13 files changed, 2 insertions(+), 11 deletions(-)
===================================================================
@@ -16,17 +16,8 @@ Geany 0.19 or later and the respective headers and development libraries.
Installation
------------
-Compiling and installing the code is done by the following three
-commands:
-
-$ ./waf configure
-$ ./waf build
-$ ./waf install
-
-For more configuration details run
-$ ./waf --help
-
-If there are any errors during compilation, check your build environment.
+This plugin is part of the geany-plugins project.
+See the README file of that package.
Usage
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list