File: README

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,832 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,531; sed: 16
file content (45 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Insert Numbers Plugin
=====================

About
-----
This plugin replaces a (possibly zero-width) rectangular selection with
integer numbers, using start/step/base etc. specified by the user.
For practical reasons, the number of lines is limited to 250000.
Lines shorter than the current selection are skipped.


Requirements
------------
Geany 0.19 or later and the respective headers and development libraries.


Installation
------------
This plugin is part of the geany-plugins project.
See the README file of that package.


Usage
-----
Select a rectangle and choose Tools -> Insert Numbers.


Known issues
------------
If you reload the current file while the plugin is running (after pressing
OK), the insertion may fail. Use Edit -> Undo to fix the file if needed.


License
-------
Insert Numbers is distributed under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version. A copy of this license
can be found in the file COPYING included with the source code of this
program.


Ideas, questions, patches and bug reports
-----------------------------------------
Dimitar Zhekov <dimitar.zhekov@gmail.com>