有誰知道如何使用C++中的wxStyledTextCtrl獲取智能縮進?wxStyledTextCtrl(Scintilla)中的縮進和智能縮進
我一直在試圖對下列各種變化沒有明顯的成功:
_textEd->SetProperty(wxT("indentation.smartindenttype"), wxT("indentation:simple"));
_textEd->SetProperty(wxT("indentation.indentwidth"), wxT("4"));
_textEd->SetProperty(wxT("indentation.tabwidth"), wxT("4"));
_textEd->SetProperty("spell.mistake.indicator", "style:squigglelow");
注:Indentation and smart indent in ScintillaNET涵蓋這個問題的.NET。
做stc樣品適合你嗎?你是什麼版本和OS /工具包? – Igor