Skip to content

sblatnick/geany-utils

Repository files navigation

Prerequisites

  sudo apt install libgtk-3-dev intltool

Building

List plugins in this repo

  make

Build specific plugin

  make doc-panel

Place all built plugins in ~/.config/geany/plugins/

  make install

Testing one plugin

  #build plugin:
    make doc-panel
  #create a plugins directory for the shared library:
    mkdir plugins
  #copy so file into plugins directory:
    cp doc-panel.so plugins/
  #start instance of geany with it's own config:
    geany -i -c ./

Quick Commands for local testing in a new instance

  clear;make doc-panel
  cp doc-panel.so plugins/;geany -i -c ./ *.c ../geany-1.37.1/src/*.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published