dlangide v0.7.42 (2017-08-11T16:19:30Z)
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