geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

tools.h File Reference
#include "document.h"
#include <glib.h>
Include dependency graph for tools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void tools_create_insert_custom_command_menu_items (void)
 
void tools_execute_custom_command (GeanyDocument *doc, const gchar *command)
 
void tools_word_count (void)
 
void tools_color_chooser (const gchar *color)
 

Function Documentation

◆ tools_color_chooser()

◆ tools_create_insert_custom_command_menu_items()

void tools_create_insert_custom_command_menu_items ( void  )

◆ tools_execute_custom_command()

void tools_execute_custom_command ( GeanyDocument doc,
const gchar *  command 
)

◆ tools_word_count()