File: README

package info (click to toggle)
geany-plugins 1.37%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,548 kB
  • sloc: ansic: 112,728; sh: 4,283; makefile: 1,630; python: 947
file content (45 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (4)
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
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
-----

After installed successfully, load the plugin in Geany's plugin manager
and new menu items 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>