Home
last modified time | relevance | path

Searched refs:IndentEstimator (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dindentestimator.cpp119 void IndentEstimator::DelFormatIndentRegEx() in DelFormatIndentRegEx()
137 void IndentEstimator::CreateFormatIndentRegEx() in CreateFormatIndentRegEx()
195 void IndentEstimator::Initialize(int firstLineIndent) in Initialize()
530 bool IndentEstimator::BuffersDiffer( const wxString &a, const wxString &b ) in BuffersDiffer()
564 bool IndentEstimator::GetIsHasLineContinuation( const wxString & srcLine ) in GetIsHasLineContinuation()
571 void IndentEstimator::DelLineContinuation( wxString & srcLine ) in DelLineContinuation()
578 void IndentEstimator::DelComment( wxString & srcLine ) in DelComment()
584 bool IndentEstimator::GetIsHasPreprocessor(const wxString & srcLine) in GetIsHasPreprocessor()
593 void IndentEstimator::PrepareLine(const wxString& srcIn, wxArrayString& srcLines) in PrepareLine()
607 void IndentEstimator::CutStringAndComment(wxString& src) in CutStringAndComment()
[all …]
H A Dindentestimator.h77 class IndentEstimator
82 IndentEstimator( ) in IndentEstimator() function
88 ~IndentEstimator( ) in ~IndentEstimator()
H A Dformatindent.h60 IndentEstimator m_IndentEstimator;