wxXmlResource
wxXmlResource
wxSTEditorDoc::InitializeAfterLoad()
IFullScreenEvtHandler
Build fix. Remove syntactical garbage.
Fix error message in Preferences window
Is the program abandoned? Thank you very much for the free open source program! Hello, thank you very much for a good program under a free open source license! Added a program to a Russian-language site about free software, here is the link. Will stable releases be published here? No plans to move to Github? The project is interesting, so please don't abandon it!
Drop obsolete argument.
Use interfaces, and std::unique_ptr
Fix menu -> Window -> New accelerator problem
New method: virtual wxMenuBar* EditorChildFrame::CreateMenuBar() const
Win64 build fix
Move OnAbout() from main frame to mdi child frame
Build fix
wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode/components/stedit svn r2920 import
Bugfixes:
New method: EditorDocTemplate::GetIcon()
Fork adjustments
Make EditorDocTemplate more flexible
New method: OnChangeFilename()
stedit.cpp: do not pass on escape if we used it
Add wxART_QUIT tango icon
STE_MENU_VIEW_FULLSCREEN/wxART_STEDIT_FULLSCREEN
steframe.cpp: call event.Skip() always (almost)
Win64 build fix
Language update from ILmar
Don't include wxext.cpp in lib project, instead include it in user projects (so the user projects can provide their own version if needed, of for instance wxAcceleratorHelper::GetStockAccelerator())
Version -> 1.0
mdi sample: create m_stePrefs instance per doc template, show marker margin
Do not leave the editor controls dirty, mark as unmodified
Merge classes wxSTEditorRefData and wxSTEditorDoc under the wxSTEditorDoc name, in stedoc.h/cpp, in effect: stop using home rolled tracking of open wxStyledTextCtrl, using instead the docview system provided by wxWidgets.
Fix problems with r34
Implement wxSTEditor::IsEmpty() in wx28
__WXDEBUG__ gets defined in all builds in wx trunk; use _DEBUG instead
Move m_dirty_flag to wxSTEditorRefData
Use wxPrintData instance inside wxPageSetupDialogData instead of having two instances
mdi sample:
Activate main window when dismissing print preview
New preferences setting/page: BRIEF keyboard (not implemented yet)
New data member: wxSTEditorRefData.m_promptTime, for use in IsAlteredOnDisk()
Stop using "old" name (trac.wxwidgets.org/ticket/13992)
Fix problems with r34
Bugfix: mdi sample didn't load config
Shutdown fixes
Reuse Window dialog in MDI sample
BRIEF fixes. Initial project doc implementation.
Fix erratic focus behaviour: Move focus to editor only after dialog is closed.
New method: EditorChildFrame::WindowsDialog()
Store doc pointer in wxSTEditorDoc
mdi sample: splitter menu items in Window menu
Increase max file size -> 100 MB
Implement national char handling in export of html and pdf
[mdi sample]
STE_LOAD_STRICT
Align with wxStEdit
[mdi sample] Optimize for speed, to handle project file with hundreds of files in it; not successful yet
Locale info in About dialog
Treectrl reimplementation as new class wxSTETreeCtrl. No folders yet.
Enable Selection option in print dialog
trac.wxwidgets.org/ticket/14332
wxSTEditorSideNotebook refactoring: use in mdi sample
Remove redundant QuerySaveIfModified() code
Align with wxStEdit project
Fix strange selection mode on startup again
Start using doc title (instead of extracting it from the filename)
[mdi sample] Change comment
Fix recursion bug
Refactoring wxSTEditor::Create() -> wxSTEditor::CreateNewDocument(), wxSTEditorDocTemplate::CreateNewDocument()
Treectrl reimplementation as new class wxSTETreeCtrl. No folders yet.
Align with wxStEdit
Remove CVS's RCS $Id strings
Pale blue selection colour
Warning dialog if printing "many" pages (50+)
New classes: wxDocList, wxDocListEx
enum wxLanguage -> wxLanguage
XmlProject::FileExt was wrongly initialized, must be a reference
Fix bug in wxSTEditor::Clone(), wrong frame
[mdi sample] Send menu commands to the active splitted editor instead of the first, better solution (ensure that the correct view is activated)
Russian translation update by Blues
Refactoring, no real changes: GetCurrentEditor() instead of GetEditor(implicit -1). Move Get/SetTreeItemId() to document (are to be removed soon)
"Find in files" dialog
wxSTEditorDocTemplate dtor
Fix problems with EditorChildFrame::WindowsDialog()
Removed ProjectFileConfig class; introducing wxFileObjectBase class instead
Project tab in sidebar
New classes: wxDocumentTracker, wxSTETreeCtrlDocumentTracker, wxSTEditorDocTemplateBase
Full wxDocumentTracker implementation
New menu item: Deselect All
Align with wxStEdit project
New class: FindTextInFiles (work in progress)
Replace wxString.Len() with Length()
Windows dialog using docs, fix crash after closing windows, wx 2.8 branch only
Xml format project file
Fix wrong overrides, InsertPage, SetSelection, DeletePage
Improve Find and Export dialog initial layouts
Document title was not set after "Save as"
Replace CLASSINFO with wx trunk name wxCLASSINFO
Current project doc was closed when opening another, also when opening it failed
Align with wxStEdit project
wxDocTemplate_CreateAndOpenDocument()