• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Oct-2021-

src/H09-Oct-2021-1,3931,198

AUTHORSH A D16-Jul-201742 21

COPYINGH A D16-Jul-201717.6 KiB341281

ChangeLogH A D16-Jul-20171.5 KiB5436

Makefile.amH A D16-Jul-201784 53

Makefile.inH A D29-Sep-202126.9 KiB865779

NEWSH A D16-Jul-201716 21

READMEH A D16-Jul-20171.2 KiB4632

README

1Insert Numbers Plugin
2=====================
3
4About
5-----
6This plugin replaces a (possibly zero-width) rectangular selection with
7integer numbers, using start/step/base etc. specified by the user.
8For practical reasons, the number of lines is limited to 250000.
9Lines shorter than the current selection are skipped.
10
11
12Requirements
13------------
14Geany 0.19 or later and the respective headers and development libraries.
15
16
17Installation
18------------
19This plugin is part of the geany-plugins project.
20See the README file of that package.
21
22
23Usage
24-----
25Select a rectangle and choose Tools -> Insert Numbers.
26
27
28Known issues
29------------
30If you reload the current file while the plugin is running (after pressing
31OK), the insertion may fail. Use Edit -> Undo to fix the file if needed.
32
33
34License
35-------
36Insert Numbers is distributed under the terms of the GNU General Public
37License as published by the Free Software Foundation; either version 2 of
38the License, or (at your option) any later version. A copy of this license
39can be found in the file COPYING included with the source code of this
40program.
41
42
43Ideas, questions, patches and bug reports
44-----------------------------------------
45Dimitar Zhekov <dimitar.zhekov@gmail.com>
46