Code::Blocks
SVN r11506
|
#include "sdk_precomp.h"
#include "projectfileoptionsdlg.h"
#include <wx/slider.h>
#include <wx/notebook.h>
#include <wx/textfile.h>
Go to the source code of this file.
Functions | |
void | AnalyseLine (const CommentToken &language, wxString line, bool &comment, bool &code, bool &multi_line_comment) |
void | CountLines (wxFileName filename, const CommentToken &language, long int &code_lines, long int &codecomments_lines, long int &comment_lines, long int &empty_lines, long int &total_lines) |
|
inline |
Definition at line 51 of file projectfileoptionsdlg.cpp.
Referenced by CountLines().
|
inline |
Definition at line 112 of file projectfileoptionsdlg.cpp.
References AnalyseLine(), wxFileName::GetFullPath(), wxTextFile::GetLineCount(), wxString::IsEmpty(), wxTextFile::Open(), and wxString::Trim().
Referenced by ProjectFileOptionsDlg::FillGeneralProperties().