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 샘플이 어떻게 작동합니까? wx 버전과 OS/툴킷은 무엇입니까? – Igor