/dports/devel/upp/upp/uppsrc/ide/ |
H A D | Organizer.cpp | 130 actual.spellcheck_comments = ~spellcheck_comments; in SaveOptions() 158 spellcheck_comments.Disable(); in Empty() 218 spellcheck_comments <<= actual.spellcheck_comments; in PackageCursor() 233 spellcheck_comments.Enable(); in PackageCursor() 636 spellcheck_comments.Add(Null, "Default"); in PackageEditor() 637 DlSpellerLangs(spellcheck_comments); in PackageEditor() 641 spellcheck_comments.Disable(); in PackageEditor() 643 accepts ^= spellcheck_comments ^= charset ^= tabsize ^= THISFN(SaveOptions); in PackageEditor()
|
H A D | idefile.cpp | 114 Nvl(f.spellcheck_comments, actual.spellcheck_comments, spellcheck_comments), in FileCursor() 181 d.spellcheck_comments.Add(Null, "Default"); in FileProperties() 182 DlSpellerLangs(d.spellcheck_comments); in FileProperties() 183 d.spellcheck_comments <<= f.spellcheck_comments; in FileProperties() 197 f.spellcheck_comments = ~d.spellcheck_comments; in FileProperties() 451 void Ide::EditFile0(const String& path, byte charset, int spellcheck_comments, const String& header… in EditFile0() argument 463 editor.SpellcheckComments(spellcheck_comments); in EditFile0()
|
H A D | Setup.cpp | 461 DlSpellerLangs(edt.spellcheck_comments); in SetupFormat() 491 (edt.spellcheck_comments, spellcheck_comments) in SetupFormat()
|
H A D | Config.cpp | 230 s % spellcheck_comments; in Serialize()
|
H A D | ide.h | 604 int spellcheck_comments; member 731 void EditFile0(const String& path, byte charset, int spellcheck_comments,
|
H A D | idewin.cpp | 500 spellcheck_comments = LNG_ENGLISH; in Ide()
|
H A D | ide.lay | 119 ITEM(DropList, spellcheck_comments, RightPosZ(284, 68).TopPosZ(28, 19)) 172 ITEM(DropList, spellcheck_comments, LeftPosZ(124, 100).TopPosZ(128, 19)) 570 ITEM(DropList, spellcheck_comments, LeftPosZ(428, 92).TopPosZ(116, 19))
|
/dports/devel/upp/upp/uppsrc/ide/Core/ |
H A D | Package.cpp | 167 spellcheck_comments = Null; in Reset() 334 f.spellcheck_comments = LNGFromText(p.ReadString()); in Load() 367 spellcheck_comments = LNGFromText(p.ReadString()); in Load() 504 PutSpellCheckComments(out, f.spellcheck_comments); in Save() 519 PutSpellCheckComments(out, spellcheck_comments); in Save()
|
H A D | Core.h | 320 int spellcheck_comments; member 324 pch = nopch = noblitz = false; spellcheck_comments = Null; } in Init() 355 int spellcheck_comments; variable
|
/dports/devel/upp/upp/bazaar/Surface/ |
H A D | Surface.upp | 12 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/bazaar/GLCanvas/ |
H A D | GLCanvas.upp | 18 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/uppsrc/ScatterCtrl/ |
H A D | ScatterCtrl.upp | 30 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/uppsrc/ScatterDraw/ |
H A D | ScatterDraw.upp | 31 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/bazaar/SysInfo/ |
H A D | SysInfo.upp | 33 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/bazaar/Controls4U/ |
H A D | Controls4U.upp | 44 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/bazaar/plugin/matio/ |
H A D | matio.upp | 35 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/bazaar/Functions4U/ |
H A D | Functions4U.upp | 50 spellcheck_comments "EN-GB"
|
/dports/devel/upp/upp/uppsrc/CodeEditor/ |
H A D | CodeEditor.h | 278 int spellcheck_comments = 0; variable 486 void SpellcheckComments(int lang) { spellcheck_comments = lang; Refresh(); } in SpellcheckComments() 487 int GetSpellcheckComments() const { return spellcheck_comments; } in GetSpellcheckComments()
|
H A D | CodeEditor.cpp | 26 syntax->SpellCheckComments(spellcheck_comments);
|
/dports/devel/upp/upp/bazaar/plugin/sundials/ |
H A D | sundials.upp | 233 spellcheck_comments "EN-GB"
|