IDEIntf: comments

git-svn-id: trunk@42162 -
This commit is contained in:
mattias 2013-07-20 20:47:46 +00:00
parent cb53e0699e
commit 745e647229

View File

@ -387,22 +387,22 @@ type
property UseExternalDbgSyms: Boolean read FUseExternalDbgSyms write SetUseExternalDbgSyms; property UseExternalDbgSyms: Boolean read FUseExternalDbgSyms write SetUseExternalDbgSyms;
// messages: // messages:
property ShowErrors: Boolean read fShowErrors write SetShowErrors; property ShowErrors: Boolean read fShowErrors write SetShowErrors; // -ve
property ShowWarn: Boolean read fShowWarn write SetShowWarn; property ShowWarn: Boolean read fShowWarn write SetShowWarn; // -vw
property ShowNotes: Boolean read fShowNotes write SetShowNotes; property ShowNotes: Boolean read fShowNotes write SetShowNotes; // -vn
property ShowHints: Boolean read fShowHints write SetShowHints; property ShowHints: Boolean read fShowHints write SetShowHints; // -vh
property ShowGenInfo: Boolean read fShowGenInfo write SetShowGenInfo; property ShowGenInfo: Boolean read fShowGenInfo write SetShowGenInfo; // -vi
property ShowLineNum: Boolean read fShowLineNum write SetShowLineNum; property ShowLineNum: Boolean read fShowLineNum write SetShowLineNum; // -vl
property ShowAll: Boolean read fShowAll write SetShowAll;
property ShowAllProcsOnError: Boolean property ShowAllProcsOnError: Boolean
read fShowAllProcsOnError write SetShowAllProcsOnError; read fShowAllProcsOnError write SetShowAllProcsOnError; // -vb
property ShowDebugInfo: Boolean read fShowDebugInfo write SetShowDebugInfo; property ShowAll: Boolean read fShowAll write SetShowAll; // -va
property ShowUsedFiles: Boolean read fShowUsedFiles write SetShowUsedFiles; property ShowDebugInfo: Boolean read fShowDebugInfo write SetShowDebugInfo; // -vd
property ShowTriedFiles: Boolean read fShowTriedFiles write SetShowTriedFiles; property ShowUsedFiles: Boolean read fShowUsedFiles write SetShowUsedFiles; // -vu
property ShowCompProc: Boolean read fShowCompProc write SetShowCompProc; property ShowTriedFiles: Boolean read fShowTriedFiles write SetShowTriedFiles; // -vt
property ShowCond: Boolean read fShowCond write SetShowCond; property ShowCompProc: Boolean read fShowCompProc write SetShowCompProc; // -vp
property ShowExecInfo: Boolean read fShowExecInfo write SetShowExecInfo; property ShowCond: Boolean read fShowCond write SetShowCond; // -vc
property ShowNothing: Boolean read fShowNothing write SetShowNothing; property ShowExecInfo: Boolean read fShowExecInfo write SetShowExecInfo; // -vx
property ShowNothing: Boolean read fShowNothing write SetShowNothing; // -v0
property ShowSummary: Boolean read FShowSummary write SetShowSummary; property ShowSummary: Boolean read FShowSummary write SetShowSummary;
property ShowHintsForUnusedUnitsInMainSrc: Boolean property ShowHintsForUnusedUnitsInMainSrc: Boolean
read fShowHintsForUnusedUnitsInMainSrc write SetShowHintsForUnusedUnitsInMainSrc; read fShowHintsForUnusedUnitsInMainSrc write SetShowHintsForUnusedUnitsInMainSrc;