Changelog translation 20 Jan - 03 Feb 2008

1 view
Skip to first unread message

Max Shirshin

unread,
Feb 2, 2008, 4:26:11 PM2/2/08
to fardeven
svs 30.01.2008 01:38:39 +0300 - build 417

1. In headers.hpp, "#include <crtdbg.h>" was commented out. If anybody
needs that, put "#if" depending on your compiler. At least on my
machine, MSVC compiles without this.

2. Mantis#0000460: Add support of FILE_ATTRIBUTE_VIRTUAL
The patch is temporary accepted.
Why temporary? Because filter's dialog doesn't fit into 25 lines.
Redesign is necessary, but it is another separate task.

3. Bookmarks in editor moved to macros:
N=BM.Add()
N=BM.Clear()
N=BM.Next()
N=BM.Prev()
N=BM.Stat()
Note that...
а) math in "BM.Stat()" needs redesign (something like
StatStackBookmark())
б) "BM.XXX" can be something other than "editor" :-)

4. In F10 F1... panels, "Requested help topic not found:" is
displayed. Who did that? :-)

Zuz 25.01.2008 23:11:21 +0500 - build 416

1. Mantis#000337, Mantis#0000176 refix
2. Double refresh of panel after CTRL-Z.

ts 23.01.2008 15:32:27 +0200 - build 415

1. Added a-la browser navigation in editor: Ctrl-<Gray Enter> saved
the position, Ctrl-<Gray -> and Ctrl-<Gray +> jump to a next or
previous position, respectively.
2. Commands to control the navigation bookmarks added to editor's API:
ECTL_ADDSTACKBOOKMARK,
ECTL_PREVSTACKBOOKMARK, ECTL_NEXTSTACKBOOKMARK,
ECTL_CLEARSTACKBOOKMARKS. They are, in the same order: adding a new
nav position, jump to a previous position, jump to a next position,
and cleanup of the bookmarks.
Reply all
Reply to author
Forward
0 new messages