Home
last modified time | relevance | path

Searched refs:fsForm (Results 1 – 20 of 20) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dnativeparserf.cpp184 FortranSourceForm fsForm; in IsFileFortran() local
195 FortranSourceForm fsForm; in AddFileToParser() local
196 if (IsFileFortran(filename, fsForm)) in AddFileToParser()
210 FortranSourceForm fsForm; in ParseProject() local
222 fileForms.push_back(fsForm); in ParseProject()
234 FortranSourceForm fsForm; in ReparseFile() local
235 if (IsFileFortran(filename, fsForm)) in ReparseFile()
286 FortranSourceForm fsForm; in MakeWSFileList() local
312 FortranSourceForm fsForm; in MakeADirFileList() local
665 FortranSourceForm fsForm; in CountCommasInEditor() local
[all …]
H A Dbufferparserthread.cpp39 FortranSourceForm fsForm; in ParseBuffer() local
40 if (!m_pNativeParser->GetParser()->IsFileFortran(filename, fsForm)) in ParseBuffer()
45 ParserThreadF thread(projFilename, UnixFilename(filename), pTokens, fsForm, pIncludeDB, buffer); in ParseBuffer()
H A Dtab2space.cpp110 FortranSourceForm fsForm; in MakeTab2Space() local
111 if (g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm)) in MakeTab2Space()
193 FortranSourceForm fsForm; in EditorTab2Space() local
194 if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) in EditorTab2Space()
240 if (fsForm == fsfFixed) in EditorTab2Space()
264 if ((lineNew.size() >= 6) || (fsForm == fsfFree)) in EditorTab2Space()
H A Dfortranfileext.cpp21 bool FortranFileExt::IsFileFortran(const wxString& filename, FortranSourceForm& fsForm) in IsFileFortran() argument
34 fsForm = fsfFree; in IsFileFortran()
39 fsForm = fsfFixed; in IsFileFortran()
H A Dchangecase.cpp125 FortranSourceForm fsForm; in MakeChangeCase() local
126 if (g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm)) in MakeChangeCase()
224 FortranSourceForm fsForm = fsfFree; in EditorChangeCase() local
225 if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) in EditorChangeCase()
243 TextCutter cutter(allText, fsForm); in EditorChangeCase()
H A Dtextcutter.cpp4 TextCutter::TextCutter(const wxString& allText, FortranSourceForm fsForm) in TextCutter() argument
8 m_CurSourceForm = fsForm; in TextCutter()
H A Dparserthreadf.h31 FortranSourceForm fsForm,
37 FortranSourceForm fsForm,
H A Dfortranfileext.h18 bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm);
H A Dformatindent.cpp59 FortranSourceForm fsForm; in FormatProject() local
60 bool isF = g_FortranFileExt.IsFileFortran(pf->file.GetFullPath(), fsForm); in FormatProject()
61 if (isF && fsForm == fsfFree) in FormatProject()
H A Dtextcutter.h9 TextCutter(const wxString& allText, FortranSourceForm fsForm);
H A Dparserf.h37 … bool Parse(const wxString& projectFilename, const wxString& filename, FortranSourceForm fsForm);
38 … bool Reparse(const wxString& projectFilename, const wxString& filename, FortranSourceForm fsForm);
51 bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm);
H A Dnativeparserf.h97 bool IsFileFortran(const wxString& filename, FortranSourceForm& fsForm);
H A Dconstrhighlighter.h46 void DoWork(cbEditor* editor, FortranSourceForm fsForm);
H A Dparserf.cpp90 …ParserF::Parse(const wxString& projectFilename, const wxString& filename, FortranSourceForm fsForm) in Parse() argument
101 …rserF::Reparse(const wxString& projectFilename, const wxString& filename, FortranSourceForm fsForm) in Reparse() argument
105 bool res = Parse(projectFilename, filename, fsForm); in Reparse()
877 FortranSourceForm fsForm; in FindLineScopeLN() local
878 if (!IsFileFortran(filename, fsForm)) in FindLineScopeLN()
921 ParserThreadF parsTh = ParserThreadF(wxEmptyString, strRange, pRes, fsForm, true); in FindLineScopeLN()
1331 bool ParserF::IsFileFortran(const wxString& filename, FortranSourceForm& fsForm) in IsFileFortran() argument
1333 return g_FortranFileExt.IsFileFortran(filename, fsForm); in IsFileFortran()
2162 FortranSourceForm fsForm; in FindInfoLog() local
2163 if (!IsFileFortran(token.m_Filename, fsForm)) in FindInfoLog()
[all …]
H A Dfortranproject.cpp378 FortranSourceForm fsForm; in OnEditorActivated() local
379 if (editor && m_pNativeParser->IsFileFortran(editor->GetShortName(), fsForm)) in OnEditorActivated()
383 m_ConstrHighlighter.DoWork(editor, fsForm); in OnEditorActivated()
967 FortranSourceForm fsForm; in EditorEventHook() local
968 if (!m_pNativeParser->IsFileFortran(editor->GetShortName(), fsForm)) in EditorEventHook()
1059 m_ConstrHighlighter.DoWork(editor, fsForm); in EditorEventHook()
H A Dautoinsert.cpp329 FortranSourceForm fsForm; in MakeAutoInsert() local
330 if (!g_FortranFileExt.IsFileFortran(ed->GetFilename(), fsForm)) in MakeAutoInsert()
332 if (fsForm == fsfFixed) in MakeAutoInsert()
H A Dparserthreadf.cpp20 FortranSourceForm fsForm, in ParserThreadF() argument
42 m_Tokens.Init(m_Filename, fsForm); in ParserThreadF()
49 m_Tokens.InitFromBuffer(bufferOrFilename, fsForm); in ParserThreadF()
57 FortranSourceForm fsForm, in ParserThreadF() argument
75 m_Tokens.InitFromBuffer(buffer, fsForm); in ParserThreadF()
H A Dconstrhighlighter.cpp198 void ConstrHighlighter::DoWork(cbEditor* editor, FortranSourceForm fsForm) in DoWork() argument
214 m_CurrentSForm = fsForm; in DoWork()
H A Dbindto.cpp795 FortranSourceForm fsForm; in MakeBindTo() local
796 if (g_FortranFileExt.IsFileFortran(projFiles.Item(i), fsForm)) in MakeBindTo()
988 FortranSourceForm fsForm; in FileBindTo() local
989 if (!g_FortranFileExt.IsFileFortran(filename, fsForm)) in FileBindTo()
/dports/devel/terminality/tn-2.1/dlgc/
H A Ddlgc.cpp56 form *fsForm = new form(21, 8, 36, 6); in filesave_dlg() local
59 fsForm->addstatic(new staticLabel(23, 8, " Save file ")); in filesave_dlg()
60 fsForm->addstatic(new staticLabel(23, 10, "Filename:")); in filesave_dlg()
61 fsForm->addobject(tb); in filesave_dlg()
63 fsForm->addobject(b); in filesave_dlg()
64 if(!fsForm->run()){ delete fsForm; return 0;} in filesave_dlg()
67 if(!fsForm->run()){ delete fsForm; return 0;} in filesave_dlg()
72 delete fsForm; in filesave_dlg()