Activity for wxEdit

  • Troels Knakkergaard committed [ff4098] on git

    wxXmlResource

  • Troels Knakkergaard committed [f95fc6] on git

    wxXmlResource

  • Troels Knakkergaard committed [258565] on git

    wxSTEditorDoc::InitializeAfterLoad()

  • Troels Knakkergaard committed [441ac3] on git

    IFullScreenEvtHandler

  • Troels Knakkergaard committed [8eb15c] on git

    Build fix. Remove syntactical garbage.

  • Troels Knakkergaard committed [9e5f22] on git

    Fix error message in Preferences window

  • Aleksey Aleksey posted a comment on a wiki page

    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!

  • Troels Knakkergaard committed [7ffffe]

    Drop obsolete argument.

  • Troels Knakkergaard committed [446e67]

    Use interfaces, and std::unique_ptr

  • troelsk troelsk committed [a244a9]

    Fix menu -> Window -> New accelerator problem

  • troelsk troelsk committed [71251b]

    New method: virtual wxMenuBar* EditorChildFrame::CreateMenuBar() const

  • troelsk troelsk committed [c285fb]

    Win64 build fix

  • troelsk troelsk committed [c35bb8]

    Move OnAbout() from main frame to mdi child frame

  • troelsk troelsk committed [27b064]

    Build fix

  • troelsk troelsk committed [4da9c1]

    wxcode.svn.sourceforge.net/svnroot/wxcode/trunk/wxCode/components/stedit svn r2920 import

  • troelsk troelsk committed [ef2233]

    Bugfixes:

  • troelsk troelsk committed [0b9dbf]

    New method: EditorDocTemplate::GetIcon()

  • troelsk troelsk committed [384067]

    Fork adjustments

  • troelsk troelsk committed [ae785c]

    Make EditorDocTemplate more flexible

  • troelsk troelsk committed [75e2ee]

    New method: OnChangeFilename()

  • troelsk troelsk committed [2d882b]

    stedit.cpp: do not pass on escape if we used it

  • troelsk troelsk committed [c17948]

    Add wxART_QUIT tango icon

  • troelsk troelsk committed [67d2b1]

    STE_MENU_VIEW_FULLSCREEN/wxART_STEDIT_FULLSCREEN

  • troelsk troelsk committed [922531]

    steframe.cpp: call event.Skip() always (almost)

  • troelsk troelsk committed [818c0b]

    Win64 build fix

  • troelsk troelsk committed [072d9b]

    Language update from ILmar

  • troelsk troelsk committed [f43b97]

    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())

  • troelsk troelsk committed [5c7482]

    Version -> 1.0

  • troelsk troelsk committed [2d07eb]

    mdi sample: create m_stePrefs instance per doc template, show marker margin

  • troelsk troelsk committed [cf1cf9]

    Do not leave the editor controls dirty, mark as unmodified

  • troelsk troelsk committed [a85378]

    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.

  • troelsk troelsk committed [b62562]

    Fix problems with r34

  • troelsk troelsk committed [ce3070]

    Implement wxSTEditor::IsEmpty() in wx28

  • troelsk troelsk committed [593c15]

    __WXDEBUG__ gets defined in all builds in wx trunk; use _DEBUG instead

  • troelsk troelsk committed [6ccd48]

    Move m_dirty_flag to wxSTEditorRefData

  • troelsk troelsk committed [b3d958]

    Use wxPrintData instance inside wxPageSetupDialogData instead of having two instances

  • troelsk troelsk committed [f4dc33]

    mdi sample:

  • troelsk troelsk committed [3838de]

    Activate main window when dismissing print preview

  • troelsk troelsk committed [f68c44]

    New preferences setting/page: BRIEF keyboard (not implemented yet)

  • troelsk troelsk committed [18e447]

    New data member: wxSTEditorRefData.m_promptTime, for use in IsAlteredOnDisk()

  • troelsk troelsk committed [98333e]

    Stop using "old" name (trac.wxwidgets.org/ticket/13992)

  • troelsk troelsk committed [25586d]

    Fix problems with r34

  • troelsk troelsk committed [bbe3c5]

    Bugfix: mdi sample didn't load config

  • troelsk troelsk committed [cfa530]

    Shutdown fixes

  • troelsk troelsk committed [0d2e64]

    Reuse Window dialog in MDI sample

  • troelsk troelsk committed [e596ff]

    BRIEF fixes. Initial project doc implementation.

  • troelsk troelsk committed [484f98]

    Fix erratic focus behaviour: Move focus to editor only after dialog is closed.

  • troelsk troelsk committed [1f1cd8]

    New method: EditorChildFrame::WindowsDialog()

  • troelsk troelsk committed [5bfa21]

    Store doc pointer in wxSTEditorDoc

  • troelsk troelsk committed [dc095e]

    mdi sample: splitter menu items in Window menu

  • troelsk troelsk committed [e6c5ab]

    Increase max file size -> 100 MB

  • troelsk troelsk committed [ca1c67]

    Implement national char handling in export of html and pdf

  • troelsk troelsk committed [ace2d0]

    [mdi sample]

  • troelsk troelsk committed [b29a61]

    STE_LOAD_STRICT

  • troelsk troelsk committed [963ff6]

    Align with wxStEdit

  • troelsk troelsk committed [4c424c]

    [mdi sample] Optimize for speed, to handle project file with hundreds of files in it; not successful yet

  • troelsk troelsk committed [4e92b0]

    Locale info in About dialog

  • troelsk troelsk committed [5097a7]

    Treectrl reimplementation as new class wxSTETreeCtrl. No folders yet.

  • troelsk troelsk committed [656f03]

    Enable Selection option in print dialog

  • troelsk troelsk committed [f58b34]

    trac.wxwidgets.org/ticket/14332

  • troelsk troelsk committed [b37c9d]

    wxSTEditorSideNotebook refactoring: use in mdi sample

  • troelsk troelsk committed [d1722a]

    Remove redundant QuerySaveIfModified() code

  • troelsk troelsk committed [8baa0f]

    Align with wxStEdit project

  • troelsk troelsk committed [2bf5a1]

    Fix strange selection mode on startup again

  • troelsk troelsk committed [96b1f4]

    Start using doc title (instead of extracting it from the filename)

  • troelsk troelsk committed [fed910]

    [mdi sample] Change comment

  • troelsk troelsk committed [a6a3d5]

    Fix recursion bug

  • troelsk troelsk committed [33d220]

    Refactoring wxSTEditor::Create() -> wxSTEditor::CreateNewDocument(), wxSTEditorDocTemplate::CreateNewDocument()

  • troelsk troelsk committed [fee97e]

    Treectrl reimplementation as new class wxSTETreeCtrl. No folders yet.

  • troelsk troelsk committed [1c1725]

    Align with wxStEdit

  • troelsk troelsk committed [1d4f25]

    Remove CVS's RCS $Id strings

  • troelsk troelsk committed [ae3568]

    Pale blue selection colour

  • troelsk troelsk committed [3eefcf]

    Warning dialog if printing "many" pages (50+)

  • troelsk troelsk committed [2ac33b]

    New classes: wxDocList, wxDocListEx

  • troelsk troelsk committed [6967bc]

    enum wxLanguage -> wxLanguage

  • troelsk troelsk committed [1ef6fe]

    XmlProject::FileExt was wrongly initialized, must be a reference

  • troelsk troelsk committed [0915f2]

    Fix bug in wxSTEditor::Clone(), wrong frame

  • troelsk troelsk committed [4da7eb]

    [mdi sample] Send menu commands to the active splitted editor instead of the first, better solution (ensure that the correct view is activated)

  • troelsk troelsk committed [1d090a]

    Russian translation update by Blues

  • troelsk troelsk committed [bfac57]

    Refactoring, no real changes: GetCurrentEditor() instead of GetEditor(implicit -1). Move Get/SetTreeItemId() to document (are to be removed soon)

  • troelsk troelsk committed [fa60d8]

    "Find in files" dialog

  • troelsk troelsk committed [e370a1]

    wxSTEditorDocTemplate dtor

  • troelsk troelsk committed [fb5cd9]

    Fix problems with EditorChildFrame::WindowsDialog()

  • troelsk troelsk committed [ac0c99]

    Removed ProjectFileConfig class; introducing wxFileObjectBase class instead

  • troelsk troelsk committed [f3be67]

    Project tab in sidebar

  • troelsk troelsk committed [e761a8]

    New classes: wxDocumentTracker, wxSTETreeCtrlDocumentTracker, wxSTEditorDocTemplateBase

  • troelsk troelsk committed [aff01d]

    Full wxDocumentTracker implementation

  • troelsk troelsk committed [97a3b7]

    New menu item: Deselect All

  • troelsk troelsk committed [24ff5c]

    Align with wxStEdit project

  • troelsk troelsk committed [731366]

    New class: FindTextInFiles (work in progress)

  • troelsk troelsk committed [e9e252]

    Replace wxString.Len() with Length()

  • troelsk troelsk committed [1771c1]

    Windows dialog using docs, fix crash after closing windows, wx 2.8 branch only

  • troelsk troelsk committed [bc9170]

    Xml format project file

  • troelsk troelsk committed [1e529a]

    Fix wrong overrides, InsertPage, SetSelection, DeletePage

  • troelsk troelsk committed [779a07]

    Improve Find and Export dialog initial layouts

  • troelsk troelsk committed [3c0d6d]

    Document title was not set after "Save as"

  • troelsk troelsk committed [84f616]

    Replace CLASSINFO with wx trunk name wxCLASSINFO

  • troelsk troelsk committed [8fcdff]

    Current project doc was closed when opening another, also when opening it failed

  • troelsk troelsk committed [607d61]

    Align with wxStEdit project

  • troelsk troelsk committed [2671f4]

    wxDocTemplate_CreateAndOpenDocument()

1 >
MongoDB Logo MongoDB