4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Oct 21, 2022 — Oct 21, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged [r6583] from trunk:
Jogy
as jogybl
More... over 1 year ago
Merged [r6583] from trunk:
Jogy
as jogybl
More... over 1 year ago
RGR: TCoolTextWnd::GoToLine no longer maintains the cursor column position [r6591].
Vattila
as vattila
More... over 1 year ago
NEW: Added TCoolTextWnd::GoTo, and reimplemented GoToLine in terms of it.
Vattila
as vattila
More... over 1 year ago
Replace make files by MSBuild project files [feature-requests:#29]:
Vattila
as vattila
More... over 1 year ago
CHG: OWLExt: Resource files now use proper include path to resources.
Vattila
as vattila
More... over 1 year ago
CHG: Classes examples: The TEdit example now utilizes the fixed SetLeftMargin and SetRightMargin functions.
Jogy
as jogybl
More... over 1 year ago
RGR: Core build fails without precompiled headers [r6464].
Vattila
as vattila
More... over 1 year ago
BUG: Problems with the implementations of EM_SETMARGINS and EM_GETMARGINS ([bugs:#559]).
Jogy
as jogybl
More... over 1 year ago
BUG: RichEdit example Unicode configurations do not build.
Jogy
as jogybl
More... over 1 year ago
BUG: Better fix for [bugs:#558].
Jogy
as jogybl
More... over 1 year ago
RGR: TCoolSearchWnd::CmEditFind() throws an error under C++ Builder [bugs:#558].
Jogy
as jogybl
More... over 1 year ago
CHG: RichEditor example: Added override keyword to overridden methods.
Jogy
as jogybl
More... over 1 year ago
CHG: TCoolTextBuffer::Search: Eliminated conversion warnings.
Vattila
as vattila
More... over 1 year ago
RGR: Cool Edit: Undo paste over selection fails [r6548].
Vattila
as vattila
More... over 1 year ago
CHG: TCoolTextWnd::GetLineLength: Changed name of formal parameter for consistency.
Vattila
as vattila
More... over 1 year ago
CHG: TCoolTextBuffer::GetText now returns a tstring for simpler and safer string handling, and is now const.
Vattila
as vattila
More... over 1 year ago
CHG: TCoolTextWnd::StartWord and EndWord are now const.
Vattila
as vattila
More... over 1 year ago
CHG: TCoolTextWnd::GetNumLines: Renamed to GetLineCount.
Vattila
as vattila
More... over 1 year ago
CHG: TCoolTextWnd::GetLineText is now const.
Vattila
as vattila
More... over 1 year ago
CHG: TCoolTextWnd::GetBuffer: Added const overload and eliminated const casts.
Vattila
as vattila
More... over 1 year ago
CHG: TCoolTextWnd::GetLine: Removed. Use GetLineText instead.
Vattila
as vattila
More... over 1 year ago
CHG: Cool Edit: Reformatted the code for TUndoDeleteChar, TUndoDeleteCharBack, TUndoDeleteWord and TUndoDeleteWordBack in modern style with in-class definitions.
Vattila
as vattila
More... over 1 year ago
BUG: TCoolEdit::DeleteWord crashes [bugs:#555].
Vattila
as vattila
More... over 1 year ago
BUG: TCoolEdit::DeleteWordBack fails [bugs:#554].
Vattila
as vattila
More... over 1 year ago
BUG: TCoolTextBuffer::TUndoNode: Subclasses doesn't undo deletion of selection.
Vattila
as vattila
More... over 1 year ago
BUG: TCoolTextBuffer::TUndoNode: Subclasses leak memory.
Vattila
as vattila
More... over 1 year ago
BUG: TCoolTextWnd::StartWord may include non-word character at column 1 (index 0) in word that starts at column 2 (index 1).
Vattila
as vattila
More... over 1 year ago
RGR: Coolprj fails to compile with C++Builder [r6559].
Vattila
as vattila
More... over 1 year ago
BUG: TCoolTextWnd::TStreamSelection may truncate, add garbage or cause crash [bugs:#553].
Vattila
as vattila
More... over 1 year ago