Hi all,
I'm looking for some API calls within the plugin API. I would like to write a plugin which reads emacs mode-lines. I have some sources where C++ headers uses the extension .h! In this cases I've added a
// -*- Mode: C++ -*-
to the header.
(1) Is it possible to change the document type?
(2) Can I get the some informations of the current line? It would be easier to know if a line is within a comment or not. Geany already knows this.
Thanks...