Skip to content

Latest commit

 

History

History

codenav

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>