Commit | Date | |
---|---|---|
2013-11-09 00:38:26 | Tree | |
[r3746]
by
delphidabbler
Removed unused UniqueName parameter from IDatabaseEdit.DuplicateSnippet method and its implementation. |
2013-11-09 00:37:19 | Tree |
[r3745]
by
delphidabbler
Removed snippet name edit box from dialogue box, retitled former "Display name" edit box as "Title" and widened form. |
2013-11-09 00:30:55 | Tree |
2013-11-09 00:19:41 | Tree | |
[r3743]
by
delphidabbler
Modified overload of TDatabase.CreateTempSnippet that takes a snippet name parameter to use an internally generated unique name (id) for the snippet instead of name provided by user. The method signature retains the snippet name parameter at present to allow calling code to compile. However the snippet name is ignored. |
2013-11-08 17:52:08 | Tree |
2013-11-08 17:46:16 | Tree | |
[r3741]
by
delphidabbler
Corrected initialisation code to syntax highlight source code as Pascal by default for new snippets. |
2013-11-08 10:31:59 | Tree |
[r3740]
by
delphidabbler
Added new StrHash and TextHash functions to CS.Utils.Hashes that call PaulLarsonHash for case sensitive and case insensitive string hashes respectively. Removed PaulLarsonHash from interface section. Modified calling code to use StrHash or TextHash as appropriate to context. |
2013-11-08 10:24:14 | Tree |
[r3739]
by
delphidabbler
Changed TSnippet.TDisplayNameEqualityComparer.GetHashCode to be case insensitive. |
2013-11-08 02:04:34 | Tree |
[r3738]
by
delphidabbler
Changed code that calculates hash for TSnippetList elements to use TSnippetID.Hash. |
2013-11-08 01:59:14 | Tree |