File: README

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,836 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,532; sed: 16
file content (46 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download | duplicates (3)
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
46
Code navigation
=================

.. contents::

About
-----

This plugin adds some facilities for navigating in code files.

Features
--------

* Switch between header and implementation
* Go to a file by typing its name
 
Usage
-----

Install the plugin (https://plugins.geany.org/install.html) then
load it in Geany's plugin manager. A new menu item in the Edit menu
will appear. You can change the keyboard shortcuts in Geany's
preferences dialog.


*Switch header/implementation*
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This feature allows you to switch between implementation and header code 
(e.g. between 'c' and 'h' files) using defined shortcut or by click on 
menu item. You can edit the extensions association via preferences in 
Geany's plugin manager. 

*Go to File*
^^^^^^^^^^^^
You can open a file in current document directory typing its name. You
can also enter an absolute or relative path to a file.


Requirements
------------

* GTK >= 2.8.0
 
Contact developers
------------------
Federico Reghenzani <federico(dot)dev(at)reghe(dot)net>