Home
last modified time | relevance | path

Searched refs:GetSpellcheckComments (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/ide/
H A Didefile.cpp685 int sc = editor.GetSpellcheckComments(); in EditAsHex()
713 int sc = editor.GetSpellcheckComments(); in EditAsText()
726 int sc = editor.GetSpellcheckComments(); in EditUsingDesigner()
888 EditFile0(fn, editor.GetCharset(), editor.GetSpellcheckComments()); in ReloadFile()
985 editor2.SpellcheckComments(editor.GetSpellcheckComments()); in PassEditor()
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DCodeEditor.h487 int GetSpellcheckComments() const { return spellcheck_comments; } in GetSpellcheckComments() function