dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
ErrorPosition
dlangide
ui
outputpanel
Undocumented in source.
class
ErrorPosition {
dstring
filename
;
int
line
;
int
pos
;
this
(dstring fn, int l, int p);
}
Constructors
this
this
(dstring fn, int l, int p)
Undocumented in source.
Members
Variables
filename
dstring
filename
;
Undocumented in source.
line
int
line
;
Undocumented in source.
pos
int
pos
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
ui
outputpanel
classes
CompilerLogWidget
ErrorPosition
OutputPanel
interfaces
CompilerLogIssueClickHandler
manifest constants
ENABLE_INTERNAL_TERMINAL
ENABLE_INTERNAL_TERMINAL_TEST