~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to plugins/language-support-python/plugin.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-17 23:48:26 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20120817234826-fvk3rfp6nmfaqi9p
Tags: 2:3.5.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump vala dependency to 0.18 series
  - Drop graphviz from build-depends
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <libanjuta/anjuta-plugin.h>
29
29
#include <libanjuta/interfaces/ianjuta-editor.h>
30
30
#include <libanjuta/interfaces/ianjuta-symbol-manager.h>
31
 
#include <libanjuta/interfaces/ianjuta-file-manager.h>
32
31
#include <libanjuta/interfaces/ianjuta-project-manager.h>
33
 
#include <libanjuta/interfaces/ianjuta-file.h>
34
32
#include <libanjuta/anjuta-shell.h>
35
33
 
36
34
#include "python-assist.h"
58
56
        const gchar *current_language;
59
57
 
60
58
        gchar *project_root_directory;
61
 
        gchar *current_editor_filename;
62
 
        gchar *current_fm_filename;
63
59
 
64
60
        /* Watches */
65
61
        gint project_root_watch_id;