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)  

Sci Namespace Reference

A Position is a position within a document between two characters or at the beginning or end. More...

Typedefs

typedef ptrdiff_t Position
 
typedef ptrdiff_t Line
 

Variables

const Position invalidPosition = -1
 

Detailed Description

A Position is a position within a document between two characters or at the beginning or end.

Sometimes used as a character index where it identifies the character after the position. A Line is a document or screen line.

Typedef Documentation

◆ Line

typedef ptrdiff_t Sci::Line

Definition at line 20 of file Position.h.

◆ Position

typedef ptrdiff_t Sci::Position

Definition at line 19 of file Position.h.

Variable Documentation

◆ invalidPosition