Skip to content

Commit

Permalink
Fixed geany extrasel and insertnum Installation instructions
Browse files Browse the repository at this point in the history
Clarified geany extrasel scintilla issues a bit
  • Loading branch information
zhekov committed Jun 19, 2012
1 parent f1c630f commit fc7120b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
25 changes: 9 additions & 16 deletions geanyextrasel/README
Expand Up @@ -29,17 +29,8 @@ Geany 0.19 or later and the respective headers and development libraries.


Installation Installation
------------ ------------
Compiling and installing the code is done by the following three This plugin is part of the geany-plugins project.
commands: See the README file of that package.

$ ./waf configure
$ ./waf build
$ ./waf install

For more configuration details run
$ ./waf --help

If there are any errors during compilation, check your build environment.




Usage Usage
Expand Down Expand Up @@ -94,13 +85,15 @@ Alt-Shift-F12. Now:


Known issues Known issues
------------ ------------
If the cursor is on a large line number, converting a stream selection to Rectangular selection of more than a few thousand lines is slow, so you
rectangular may cause a noticable delay. This is scintilla-related; with may prefer to use stream selection and convert it to rectangular. However,
the newest scintilla versions (r3465+), the delay is much smaller. 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 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 the text before it, the anchor will be moved to the line end. Tracking a
issue, and tracking a virtual position is impossible in scintilla. virtual (after EOLN) cursor position is impossible in scintilla.




License License
Expand Down
13 changes: 2 additions & 11 deletions geanyinsertnum/README
Expand Up @@ -16,17 +16,8 @@ Geany 0.19 or later and the respective headers and development libraries.


Installation Installation
------------ ------------
Compiling and installing the code is done by the following three This plugin is part of the geany-plugins project.
commands: See the README file of that package.

$ ./waf configure
$ ./waf build
$ ./waf install

For more configuration details run
$ ./waf --help

If there are any errors during compilation, check your build environment.




Usage Usage
Expand Down

0 comments on commit fc7120b

Please sign in to comment.