From: Leon W. <moo...@us...> - 2004-12-02 18:41:34
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27780 Modified Files: AnyEditToDoList.xml ChangeLog.txt Log Message: Added the latest changes. Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ChangeLog.txt,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** ChangeLog.txt 29 Sep 2004 12:45:51 -0000 1.78 --- ChangeLog.txt 2 Dec 2004 18:41:22 -0000 1.79 *************** *** 2,9 **** ============ ! ! [Build 401] ! ----------- ! 1) The FileClass Associations are now individual User settings. 2) Bugfix: Scintilla Default style is set when Syntax Highlighting is off. --- 2,7 ---- ============ ! AnyEdit 2.0 Beta 3 build 401 ! ---------------------------- 1) The FileClass Associations are now individual User settings. 2) Bugfix: Scintilla Default style is set when Syntax Highlighting is off. *************** *** 50,60 **** 43) Caret Color is settable. 44) Ensure Final New Line, Convert tabs to spaces and Trim Trailing Spaces on Save options added for every language. ! ! ! ! Beta 2.0 ! -------- 1) Added macro support 2) Added document position saving support --- 48,59 ---- 43) Caret Color is settable. 44) Ensure Final New Line, Convert tabs to spaces and Trim Trailing Spaces on Save options added for every language. + 45) Rewrote ToolRunner Macro parsing for better parsing. + 46) Bugfix: Template parser now all macro's with the same name on the same line. + 47) Upgrade to scintilla 1.62 + 48) CTRL+A support added in OuputEdit. ! AnyEdit 2.0 Beta 2 build 400 ! ---------------------------- 1) Added macro support 2) Added document position saving support *************** *** 152,193 **** 9) Goto and class view jump to line becomes first line of document always. 10) Find dialog vanishes after first successful find... further find carries on with F3 ! Find options are carried on between different files. ! 11) Changed all 'bool''s to BOOL which removes many performance warnings [Source change] ! 12) Output window automatically is shown when a tool is run with the output window hidden ! 13) Fixed input entry length restriction bug. ! 14) Fixed accelerators for Bookmarking and changed behaviour ! 15) Fixed input entry length restriction bug. [#745642] ! 16) AnyEdit now works properly for all users. Even if the admin setsup the program. ! 17) AnyEdit saves file only if it has to... ! 18) Added MiniToolbar feature. ! 19) Fixed bug which caused wrong Autocomplete file to be displayed in Language preferences [#769366] ! 20) Find & replace allows null replacement [#745169] ! 21) Tabs to spaces works correctly [#722975] ! 22) Bug replace whole word fixed.[#741234] ! 23) User tool can run with no window open [#750948] ! 24) Added Initial Plugin support ! 25) Added Diff Plugin ! 26) Fixed regular expression not working with find and find replace [#787886] ! 27) Added folding support to html files ! 28) Fixed regular expression in replace patterns [#798478] ! 29) Added option in replace to remove transform backslash expressions. ! 30) Class view display now shows more information [enums, macros, fields] etc., ! 31) FindReplace positions cursor after replaced text [#817192] ! 32) Diff plugin interface bug fixed [#817195] ! 33) crash on lines > 2510 chars fixed [#799649] ! 34) Updated to scintilla 1.56 ! 35) File copies in temp folder are now deleted [#798515] ! 36) Proper save of find and replace history done [#798521] ! 37) Standalone file leaves garbage in class view - Fixed [#730650] ! 38) Rewrote clip text editor. Removed CClipParser class. Enhanced editor window. ! 39) Prevented unwanted reloading of clip texts ! 40) Fixed bug which saved preferences change even during a cancel ! 41) Color settings and file syntax settings are set without reloading document or restarting AnyEdit ! 42) Removed many ctags related memory leaks ! 43) File modification check now handles file deletion properly. [#799171] ! 44) Added global option in preferences to view whitespaces. ! 45) Rewrote project-view, Project file format has changed to XML based format ! ! Thanks poto for your bug reports --- 151,190 ---- 9) Goto and class view jump to line becomes first line of document always. 10) Find dialog vanishes after first successful find... further find carries on with F3 ! 11) Find options are carried on between different files. ! 12) Changed all 'bool''s to BOOL which removes many performance warnings [Source change] ! 13) Output window automatically is shown when a tool is run with the output window hidden ! 14) Fixed input entry length restriction bug. ! 15) Fixed accelerators for Bookmarking and changed behaviour ! 16) Fixed input entry length restriction bug. [#745642] ! 17) AnyEdit now works properly for all users. Even if the admin setsup the program. ! 18) AnyEdit saves file only if it has to... ! 19) Added MiniToolbar feature. ! 20) Fixed bug which caused wrong Autocomplete file to be displayed in Language preferences [#769366] ! 21) Find & replace allows null replacement [#745169] ! 22) Tabs to spaces works correctly [#722975] ! 23) Bug replace whole word fixed.[#741234] ! 24) User tool can run with no window open [#750948] ! 25) Added Initial Plugin support ! 26) Added Diff Plugin ! 27) Fixed regular expression not working with find and find replace [#787886] ! 28) Added folding support to html files ! 29) Fixed regular expression in replace patterns [#798478] ! 30) Added option in replace to remove transform backslash expressions. ! 31) Class view display now shows more information [enums, macros, fields] etc., ! 32) FindReplace positions cursor after replaced text [#817192] ! 33) Diff plugin interface bug fixed [#817195] ! 34) crash on lines > 2510 chars fixed [#799649] ! 35) Updated to scintilla 1.56 ! 36) File copies in temp folder are now deleted [#798515] ! 37) Proper save of find and replace history done [#798521] ! 38) Standalone file leaves garbage in class view - Fixed [#730650] ! 39) Rewrote clip text editor. Removed CClipParser class. Enhanced editor window. ! 40) Prevented unwanted reloading of clip texts ! 41) Fixed bug which saved preferences change even during a cancel ! 42) Color settings and file syntax settings are set without reloading document or restarting AnyEdit ! 43) Removed many ctags related memory leaks ! 44) File modification check now handles file deletion properly. [#799171] ! 45) Added global option in preferences to view whitespaces. ! 46) Rewrote project-view, Project file format has changed to XML based format *************** *** 228,230 **** 22) Added goto feature 23) Wrote plenty of lang syntax files... more to come soon..! ! 25) Fixed quick jump crash bug... Made critical section to be commonly used for using shared tag list from classview, quick jump and autocompletion list filling. Quick jump was crashing because of this... --- 225,227 ---- 22) Added goto feature 23) Wrote plenty of lang syntax files... more to come soon..! ! 24) Fixed quick jump crash bug... Made critical section to be commonly used for using shared tag list from classview, quick jump and autocompletion list filling. Quick jump was crashing because of this... Index: AnyEditToDoList.xml =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEditToDoList.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** AnyEditToDoList.xml 25 Oct 2004 13:32:32 -0000 1.30 --- AnyEditToDoList.xml 2 Dec 2004 18:41:20 -0000 1.31 *************** *** 1,4 **** <?xml version="1.0" encoding="windows-1252"?> ! <TODOLIST FILEFORMAT="6" PROJECTNAME="AnyEdit ToDo List" NEXTUNIQUEID="694" LASTSORTBY="5" FILEVERSION="110" LASTSORTDIR="1" LASTMODIFIED="2004-10-25"> <TASK STARTDATESTRING="2004-04-20" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38240.34590278" TITLE="Source Code" TIMEESTUNITS="H" COMMENTS="Coding Conventions and Development Guidelines." ID="154" STARTDATE="38097.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38125.66063657" TITLE="Doxygen Comment" TIMEESTUNITS="H" PERSON="LW, DP, CS, GH" COMMENTS="Source Documentation is Mandatory. We shall gradually add it along the way." ID="16" STARTDATE="38084.00000000" POS="1"/> --- 1,4 ---- <?xml version="1.0" encoding="windows-1252"?> ! <TODOLIST FILEFORMAT="6" PROJECTNAME="AnyEdit ToDo List" NEXTUNIQUEID="708" LASTSORTBY="5" FILEVERSION="124" LASTSORTDIR="1" LASTMODIFIED="2004-12-02"> <TASK STARTDATESTRING="2004-04-20" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38240.34590278" TITLE="Source Code" TIMEESTUNITS="H" COMMENTS="Coding Conventions and Development Guidelines." ID="154" STARTDATE="38097.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38125.66063657" TITLE="Doxygen Comment" TIMEESTUNITS="H" PERSON="LW, DP, CS, GH" COMMENTS="Source Documentation is Mandatory. We shall gradually add it along the way." ID="16" STARTDATE="38084.00000000" POS="1"/> *************** *** 24,44 **** [LW] This is a BCG problem, we can't change the Tooltip to the name of the tool. This must be solved in GuiToolkit." ID="432" STARTDATE="38259.00000000" POS="5"/> <TASK STARTDATESTRING="2004-10-03" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38267.36766204" TITLE="not W98 compatible" TIMEESTUNITS="H" PERSON="GH" COMMENTS="Because of function in the FileSpec class we are not w98 compatible." ID="682" PERCENTDONE="100" STARTDATE="38263.00000000" DONEDATESTRING="2004-10-07" POS="6" DONEDATE="38267.00000000"/> ! <TASK STARTDATESTRING="2004-07-22" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38266.78995370" TITLE="EOL characters get colored" TIMEESTUNITS="H" PERSON="CS" COMMENTS="On a document with CRLF EOL characters the CR gets the same color as the text on the line, but the LF is black. Scinitlla bug? [LW] It's added to the Scintilla Repository. Now al we need is update to the next version when it is released. ! " ID="299" STARTDATE="38190.00000000" POS="7"/> <TASK STARTDATESTRING="2004-10-05" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38267.36753472" TITLE="OutputBar and Escape" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Pressing escape when focus is on OutputBar removes all tabs, but the window can still be edited. Tool output is gone." ID="683" PERCENTDONE="100" STARTDATE="38265.00000000" DONEDATESTRING="2004-10-07" POS="8" DONEDATE="38267.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38285.49134259" TITLE="AnyEdit freezes when starting with splashscreen off." TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1045820]" ID="688" STARTDATE="38285.00000000" POS="9"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38285.49194444" TITLE="Language Tool buttons don't all work" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1048921]" ID="689" STARTDATE="38285.00000000" POS="10"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38285.49318287" TITLE="Closing file from association Crash" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1050284] I think this is already fixed, shall test it before closing it." ID="690" STARTDATE="38285.00000000" POS="11"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38285.49483796" TITLE="$FILENAME bug under W98" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1052500] It also returnes part of the path!" ID="691" STARTDATE="38285.00000000" POS="12"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38285.64331019" TITLE="Class View parsing of C# files get stuck in an endless loop." TIMEESTUNITS="H" PERSON="None" ID="693" STARTDATE="38285.64252315" POS="13"/> ! </TASK> ! <TASK STARTDATESTRING="2004-10-01" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38261.87687500" TITLE="build 401" TIMEESTUNITS="H" COMMENTS="Beta 3" ID="433" STARTDATE="38261.00000000" POS="3"> ! <TASK STARTDATESTRING="2004-08-02" PRIORITY="8" TIMEESPENTUNITS="H" LASTMOD="38261.87697917" TITLE="New images for items." TIMEESTUNITS="H" PERSON="GH" ID="336" STARTDATE="38201.00000000" POS="1"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38285.48218750" TITLE="Horizontal Scrollbar OutputBar" TIMEESTUNITS="H" PERSON="None" ID="685" STARTDATE="38285.00000000" POS="2"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38285.48247685" TITLE="Bookmark problem deleting lines" TIMEESTUNITS="H" PERSON="LW" ID="686" STARTDATE="38285.00000000" POS="3"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38285.48452546" TITLE="Class View bug" TIMEESTUNITS="H" PERSON="GH" COMMENTS="Putting a forward declaration of a function at the top of your source file and having the implementation in the same file, result in a double entry in the class view. Is this a ctags or an AE problem? ! [LW] I'll test it some more and put an example on the developer list." ID="687" STARTDATE="38285.00000000" POS="4"/> </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.73966435" TITLE="build 402" TIMEESTUNITS="H" COMMENTS="Integration of GuiToolkit, Testers Release" ID="434" STARTDATE="38261.00000000" POS="4"> --- 24,57 ---- [LW] This is a BCG problem, we can't change the Tooltip to the name of the tool. This must be solved in GuiToolkit." ID="432" STARTDATE="38259.00000000" POS="5"/> <TASK STARTDATESTRING="2004-10-03" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38267.36766204" TITLE="not W98 compatible" TIMEESTUNITS="H" PERSON="GH" COMMENTS="Because of function in the FileSpec class we are not w98 compatible." ID="682" PERCENTDONE="100" STARTDATE="38263.00000000" DONEDATESTRING="2004-10-07" POS="6" DONEDATE="38267.00000000"/> ! <TASK STARTDATESTRING="2004-07-22" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38323.01116898" TITLE="EOL characters get colored" TIMEESTUNITS="H" PERSON="CS" COMMENTS="On a document with CRLF EOL characters the CR gets the same color as the text on the line, but the LF is black. Scinitlla bug? [LW] It's added to the Scintilla Repository. Now al we need is update to the next version when it is released. ! " ID="299" PERCENTDONE="100" STARTDATE="38190.00000000" DONEDATESTRING="2004-12-02" POS="7" DONEDATE="38323.01116898"/> <TASK STARTDATESTRING="2004-10-05" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38267.36753472" TITLE="OutputBar and Escape" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Pressing escape when focus is on OutputBar removes all tabs, but the window can still be edited. Tool output is gone." ID="683" PERCENTDONE="100" STARTDATE="38265.00000000" DONEDATESTRING="2004-10-07" POS="8" DONEDATE="38267.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="2" TIMEESPENTUNITS="H" LASTMOD="38320.35738426" TITLE="Class View bug" TIMEESTUNITS="H" PERSON="GH" COMMENTS="Putting a forward declaration of a function at the top of your source file and having the implementation in the same file, result in a double entry in the class view. Is this a ctags or an AE problem? ! [LW] I'll test it some more and put an example on the developer list." ID="687" STARTDATE="38285.00000000" POS="9"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38288.59346065" TITLE="AnyEdit freezes when starting with splashscreen off." TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1045820]" ID="688" PERCENTDONE="100" STARTDATE="38285.00000000" DONEDATESTRING="2004-10-28" POS="10" DONEDATE="38288.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38288.32170139" TITLE="Language Tool buttons don't all work" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1048921]" ID="689" PERCENTDONE="100" STARTDATE="38285.00000000" DONEDATESTRING="2004-10-28" POS="11" DONEDATE="38288.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38289.36145833" TITLE="Closing file from association Crash" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1050284] I think this is already fixed, shall test it before closing it." ID="690" PERCENTDONE="100" STARTDATE="38285.00000000" DONEDATESTRING="2004-10-29" POS="12" DONEDATE="38289.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38288.31370370" TITLE="$FILENAME bug under W98" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1052500] It also returnes part of the path!" ID="691" PERCENTDONE="100" STARTDATE="38285.00000000" DONEDATESTRING="2004-10-28" POS="13" DONEDATE="38288.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38288.32194444" TITLE="Class View parsing of C# files get stuck in an endless loop." TIMEESTUNITS="H" PERSON="GH" ID="693" STARTDATE="38285.00000000" POS="14"/> ! <TASK STARTDATESTRING="2004-10-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38288.32136574" TITLE="Print Preview doesn't work correct." TIMEESTUNITS="H" PERSON="None" COMMENTS="[#105445]" ID="694" STARTDATE="38288.00000000" POS="15"/> ! <TASK STARTDATESTRING="2004-10-28" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38289.36148148" TITLE="Bug in path when opening a file from association." TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1055986] I think this is already fixed in beta 3, will test before closing." ID="696" PERCENTDONE="100" STARTDATE="38288.00000000" DONEDATESTRING="2004-10-29" POS="16" DONEDATE="38289.00000000"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38299.34005787" TITLE="Shift+Space types nothing" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1057733]" ID="697" PERCENTDONE="100" STARTDATE="38295.00000000" DONEDATESTRING="2004-11-08" POS="17" DONEDATE="38299.00000000"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38295.37130787" TITLE="Widechar support (Chinese) in scintilla editor" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1057990] The scintilla control does something wrong with widechars. Is it because we don't support Unicode as well as we should or is it a problem in the control itself? ! " ID="698" STARTDATE="38295.00000000" POS="18"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="8" TIMEESPENTUNITS="H" LASTMOD="38299.35841435" TITLE="Bug Report Dialog box Copy to Clipboard doesn't work." TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1059334]" ID="699" PERCENTDONE="100" STARTDATE="38295.00000000" DONEDATESTRING="2004-11-08" POS="19" DONEDATE="38299.00000000"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38295.37452546" TITLE="Delete key in "Find" combo box" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1059335] I think this is a character routing problem. All characters get routed to the scintilla control when this is active. The output edit characters are also routed to the scintilla control." ID="700" STARTDATE="38295.00000000" POS="20"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38295.86723380" TITLE="GoTo" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1059338] Goto scroll to the wrong place when the line to scroll to is folded." ID="701" PERCENTDONE="100" STARTDATE="38295.00000000" DONEDATESTRING="2004-11-04" POS="21" DONEDATE="38295.00000000"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38296.70081019" TITLE="Folding problem?" TIMEESTUNITS="H" PERSON="LW" COMMENTS="//{{5,6,7,8} Is folded to the end of file in C files. Sounds pretty normal behaviour, but do we want to fold {} in comment?" ID="703" PERCENTDONE="100" STARTDATE="38295.00000000" DONEDATESTRING="2004-11-05" POS="22" DONEDATE="38296.00000000"/> ! <TASK STARTDATESTRING="2004-11-29" PRIORITY="9" TIMEESPENTUNITS="H" LASTMOD="38323.35967593" TITLE="Brace Highlighting Turn off causes the current highlighted brace match to always be highlighted." TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1073434]" ID="706" PERCENTDONE="100" STARTDATE="38320.36105324" DONEDATESTRING="2004-12-02" POS="23" DONEDATE="38323.35967593"/> ! <TASK STARTDATESTRING="2004-11-29" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38320.52936343" TITLE="Unable to choose file extension in New File dialog." TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1062363] Only after choosing a file type, the extensions are filled. But they are filled from the template files. This needs to be updated to get the info from the syntax files. Maybe some new and extra templates would also be a nice addition." ID="707" STARTDATE="38320.36105324" POS="24"/> ! </TASK> ! <TASK STARTDATESTRING="2004-10-01" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38323.01180556" TITLE="build 401" TIMEESTUNITS="H" COMMENTS="Beta 3" ID="433" STARTDATE="38261.00000000" POS="3"> ! <TASK STARTDATESTRING="2004-08-02" PRIORITY="8" TIMEESPENTUNITS="H" LASTMOD="38323.01153935" TITLE="New images for items." TIMEESTUNITS="H" PERSON="LW" ID="336" PERCENTDONE="100" STARTDATE="38201.00000000" DONEDATESTRING="2004-12-02" POS="1" DONEDATE="38323.01153935"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38289.35166667" TITLE="Horizontal Scrollbar OutputBar" TIMEESTUNITS="H" PERSON="LW" ID="685" PERCENTDONE="100" STARTDATE="38285.00000000" DONEDATESTRING="2004-10-29" POS="2" DONEDATE="38289.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38288.32206019" TITLE="Bookmark problem deleting lines" TIMEESTUNITS="H" PERSON="LW" ID="686" PERCENTDONE="100" STARTDATE="38285.00000000" DONEDATESTRING="2004-10-28" POS="3" DONEDATE="38288.00000000"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38323.01143519" TITLE="Manual Update Class View Parser" TIMEESTUNITS="H" PERSON="LW" ID="704" PERCENTDONE="100" STARTDATE="38295.00000000" DONEDATESTRING="2004-12-02" POS="4" DONEDATE="38323.01143519"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="2" TIMEESPENTUNITS="H" LASTMOD="38323.01175926" TITLE="Outputbar Ctrl+A" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[CS] COutputEdit: Add Ctrl-A for select all in COutputEdit like in VS." ID="417" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2004-12-02" POS="5" DONEDATE="38323.01175926"/> </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.73966435" TITLE="build 402" TIMEESTUNITS="H" COMMENTS="Integration of GuiToolkit, Testers Release" ID="434" STARTDATE="38261.00000000" POS="4"> *************** *** 54,58 **** <TASK STARTDATESTRING="2004-10-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38267.36815972" TITLE="GHOutputWnd" TIMEESTUNITS="H" PERSON="GH" ID="684" STARTDATE="38265.00000000" POS="4"/> </TASK> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="2" TIMEESPENTUNITS="H" LASTMOD="38261.87704861" TITLE="Outputbar Ctrl+A" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[CS] COutputEdit: Add Ctrl-A for select all in COutputEdit like in VS." ID="417" STARTDATE="38247.00000000" POS="2"/> </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.74032407" TITLE="build 403" TIMEESTUNITS="H" COMMENTS="Beta 4" ID="435" STARTDATE="38261.00000000" POS="5"> --- 67,73 ---- <TASK STARTDATESTRING="2004-10-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38267.36815972" TITLE="GHOutputWnd" TIMEESTUNITS="H" PERSON="GH" ID="684" STARTDATE="38265.00000000" POS="4"/> </TASK> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38320.35848380" TITLE="Change Language of file" TIMEESTUNITS="H" PERSON="None" COMMENTS="The language should be changeable for new or texts with unknown extensions. (in the menu)" ID="135" STARTDATE="38092.00000000" POS="2"/> ! <TASK STARTDATESTRING="2004-09-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38320.36067130" TITLE="Style Determined by Start of File" TIMEESTUNITS="H" PERSON="None" COMMENTS="Recognize first line to be #!/bin/sh or <?xml and assign a language. But only when we don't have an extension match. ! [#1018973]" ID="385" STARTDATE="38232.00000000" POS="3"/> </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.74032407" TITLE="build 403" TIMEESTUNITS="H" COMMENTS="Beta 4" ID="435" STARTDATE="38261.00000000" POS="5"> *************** *** 82,93 **** <TASK STARTDATESTRING="2004-10-01" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38261.87937500" TITLE="Help File" TIMEESTUNITS="H" PERSON="LW" COMMENTS="We need to update the help file if we want to release a stable version." ID="675" STARTDATE="38261.00000000" POS="3"/> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.92556713" TITLE="Preference Update" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Preference Main Dialog needs a major overhaul. Can it be replaced by something GUI, or maybe add the rewrite there?" ID="681" STARTDATE="38261.00000000" POS="4"> ! <TASK STARTDATESTRING="2004-04-07" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38261.91870370" TITLE="Tree Update on Apply" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Update the Tree in the main Dialog when there is a change in Languages and after user presses Apply. Can be achieved by a inheritable Refresh function is the sub dialog?" ID="50" STARTDATE="38084.00000000" POS="1"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38191.62172454" TITLE="SASubDlg Refresh function" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add a Refresh function to update the Dialogs after an Apply." ID="307" STARTDATE="38190.00000000" POS="2"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.39600694" TITLE="Rewrite Preference Dialog" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Not all features of the smaller animals stuff is used. Beter write a new dialog with all the functions we need." ID="330" STARTDATE="38201.00000000" POS="3"/> </TASK> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.92295139" TITLE="Syntax file upgrades" TIMEESTUNITS="H" PERSON="LW" COMMENTS="After the first stable version we can't make major changes to the syntax files. We need a system to upgrade the syntax files on new releases." ID="419" STARTDATE="38247.00000000" POS="5"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.83975694" TITLE="Move Find/Replace settings from Registry" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Move the settings from the registry to the config file." ID="361" STARTDATE="38229.00000000" POS="6"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="2" TIMEESPENTUNITS="H" LASTMOD="38201.39758102" TITLE="Default Keys for User Tools" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add default keys CTRL+1 etc to UserTools" ID="332" STARTDATE="38201.00000000" POS="7"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.59559028" TITLE="Implement Stop Tool Execution" TIMEESTUNITS="H" PERSON="LW" ID="420" STARTDATE="38247.00000000" POS="8"/> </TASK> <TASK STARTDATESTRING="2004-06-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38139.37394676" TITLE="Code Cleanup" TIMEESTUNITS="H" COMMENTS="Things we need to do to cleanup the source code." ID="249" STARTDATE="38139.00000000" POS="7"> --- 97,111 ---- <TASK STARTDATESTRING="2004-10-01" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38261.87937500" TITLE="Help File" TIMEESTUNITS="H" PERSON="LW" COMMENTS="We need to update the help file if we want to release a stable version." ID="675" STARTDATE="38261.00000000" POS="3"/> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.92556713" TITLE="Preference Update" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Preference Main Dialog needs a major overhaul. Can it be replaced by something GUI, or maybe add the rewrite there?" ID="681" STARTDATE="38261.00000000" POS="4"> ! <TASK STARTDATESTRING="2004-04-07" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38296.70019676" TITLE="Tree Update on Apply" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Update the Tree in the main Dialog when there is a change in Languages and after user presses Apply. Can be achieved by a inheritable Refresh function is the sub dialog? ! [#1059455]" ID="50" STARTDATE="38084.00000000" POS="1"/> <TASK STARTDATESTRING="2004-07-22" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38191.62172454" TITLE="SASubDlg Refresh function" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add a Refresh function to update the Dialogs after an Apply." ID="307" STARTDATE="38190.00000000" POS="2"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.39600694" TITLE="Rewrite Preference Dialog" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Not all features of the smaller animals stuff is used. Beter write a new dialog with all the functions we need." ID="330" STARTDATE="38201.00000000" POS="3"/> </TASK> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38320.36165509" TITLE="Syntax file upgrades" TIMEESTUNITS="H" PERSON="LW" COMMENTS="After the first stable version we can't make major changes to the syntax files. We need a system to upgrade the syntax files on new releases. ! I'm adding a version number to the syntax files, so we can upgrade with our installer scipt if possible." ID="419" STARTDATE="38247.00000000" POS="5"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.83975694" TITLE="Move Find/Replace settings from Registry" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Move the settings from the registry to the config file." ID="361" STARTDATE="38229.00000000" POS="6"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="2" TIMEESPENTUNITS="H" LASTMOD="38201.39758102" TITLE="Default Keys for User Tools" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add default keys CTRL+1 etc to UserTools" ID="332" STARTDATE="38201.00000000" POS="7"/> <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.59559028" TITLE="Implement Stop Tool Execution" TIMEESTUNITS="H" PERSON="LW" ID="420" STARTDATE="38247.00000000" POS="8"/> + <TASK STARTDATESTRING="2004-10-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38288.71271991" TITLE="Save tree expanded state for Project/ClassView" TIMEESTUNITS="H" PERSON="GH" COMMENTS="It would be nice if we could save the state of the tree items that are expanded. So the Class view doesn't become folded again between switching of different cv trees. Is this also a problem with the project view?" ID="695" STARTDATE="38288.00000000" POS="9"/> </TASK> <TASK STARTDATESTRING="2004-06-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38139.37394676" TITLE="Code Cleanup" TIMEESTUNITS="H" COMMENTS="Things we need to do to cleanup the source code." ID="249" STARTDATE="38139.00000000" POS="7"> *************** *** 115,119 **** </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.88998843" TITLE="New Features" TIMEESTUNITS="H" COMMENTS="These features will be implemented in AE. These will be devided over the new builds in the near future." ID="676" STARTDATE="38261.00000000" POS="8"> ! <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.89638889" TITLE="File acced features" TIMEESTUNITS="H" COMMENTS="File access stuff" ID="149" STARTDATE="38097.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.89651620" TITLE="Autosave and Recovery" TIMEESTUNITS="H" PERSON="None" ID="1" STARTDATE="38082.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.89675926" TITLE="Backup before save" TIMEESTUNITS="H" PERSON="None" COMMENTS="Create an backup file with another extension a settable extension." ID="140" STARTDATE="38092.00000000" POS="2"/> --- 133,137 ---- </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.88998843" TITLE="New Features" TIMEESTUNITS="H" COMMENTS="These features will be implemented in AE. These will be devided over the new builds in the near future." ID="676" STARTDATE="38261.00000000" POS="8"> ! <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38296.69896991" TITLE="File acces features" TIMEESTUNITS="H" ID="149" STARTDATE="38097.00000000" POS="1"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.89651620" TITLE="Autosave and Recovery" TIMEESTUNITS="H" PERSON="None" ID="1" STARTDATE="38082.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.89675926" TITLE="Backup before save" TIMEESTUNITS="H" PERSON="None" COMMENTS="Create an backup file with another extension a settable extension." ID="140" STARTDATE="38092.00000000" POS="2"/> *************** *** 122,140 **** <TASK STARTDATESTRING="2004-07-12" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41517361" TITLE="Show progress bar in status bar when loading or saving a file" TIMEESTUNITS="H" PERSON="None" ID="283" STARTDATE="38180.00000000" POS="5"/> </TASK> - <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.40075231" TITLE="Change Language of file" TIMEESTUNITS="H" PERSON="None" COMMENTS="The language should be changeable for new or texts with unknown extensions." ID="135" STARTDATE="38092.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.75565972" TITLE="Menu Support in Macro's" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[#788059] ! [LW] Can we remove the macro handling from Scintilla and route it to AE. So we can also catch menu clicks. So we need our own message pipe to catch them before they are handled." ID="175" STARTDATE="38103.00000000" POS="3"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55355324" TITLE="FTP(+SSL) support" TIMEESTUNITS="H" PERSON="None" COMMENTS="Plugin? [#741936] [#752730] ! [#937036]" ID="169" STARTDATE="38103.00000000" POS="4"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.58131944" TITLE="Goto Dialog Update" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Use a spin button control to set the line number. With edit support. ! [CS] Add relative jumps in Goto line dialog. Sometimes it is useful to jump +100 lines from current line. Add + and - for jumps forwards or backwards." ID="392" STARTDATE="38240.00000000" POS="5"/> ! <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38196.53759259" TITLE="Repeat Macro Dialog needs an update." TIMEESTUNITS="H" PERSON="DP" COMMENTS="[LW] Static as Dialog Title. Make it fit the edit box with the buttons below." ID="319" STARTDATE="38196.00000000" POS="6"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.38341435" TITLE="File Filter option" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Option for the default file filter in open/save dialog - use last selected - use current file - always all files ! - always any filter" ID="423" STARTDATE="38250.00000000" POS="7"/> <TASK STARTDATESTRING="2004-09-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.92956019" TITLE="Windows Explorer Shell Integration" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1018920] This means to set or unset entries in shell environment. --- 140,157 ---- <TASK STARTDATESTRING="2004-07-12" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38182.41517361" TITLE="Show progress bar in status bar when loading or saving a file" TIMEESTUNITS="H" PERSON="None" ID="283" STARTDATE="38180.00000000" POS="5"/> </TASK> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.75565972" TITLE="Menu Support in Macro's" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[#788059] ! [LW] Can we remove the macro handling from Scintilla and route it to AE. So we can also catch menu clicks. So we need our own message pipe to catch them before they are handled." ID="175" STARTDATE="38103.00000000" POS="2"/> <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55355324" TITLE="FTP(+SSL) support" TIMEESTUNITS="H" PERSON="None" COMMENTS="Plugin? [#741936] [#752730] ! [#937036]" ID="169" STARTDATE="38103.00000000" POS="3"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.58131944" TITLE="Goto Dialog Update" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Use a spin button control to set the line number. With edit support. ! [CS] Add relative jumps in Goto line dialog. Sometimes it is useful to jump +100 lines from current line. Add + and - for jumps forwards or backwards." ID="392" STARTDATE="38240.00000000" POS="4"/> ! <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38196.53759259" TITLE="Repeat Macro Dialog needs an update." TIMEESTUNITS="H" PERSON="DP" COMMENTS="[LW] Static as Dialog Title. Make it fit the edit box with the buttons below." ID="319" STARTDATE="38196.00000000" POS="5"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38254.38341435" TITLE="File Filter option" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Option for the default file filter in open/save dialog - use last selected - use current file - always all files ! - always any filter" ID="423" STARTDATE="38250.00000000" POS="6"/> <TASK STARTDATESTRING="2004-09-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.92956019" TITLE="Windows Explorer Shell Integration" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1018920] This means to set or unset entries in shell environment. *************** *** 145,152 **** [CS] see http://www.codeproject.com/shell/CShortcut.asp ! [LW] see TortoiseCVS.dll source code." ID="384" STARTDATE="38232.00000000" POS="8"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.91569444" TITLE="Regular Expressions for Tools" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add default compilers with regular expressions to Tool Preferences file. ! " ID="371" STARTDATE="38229.00000000" POS="9"/> ! <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.92750000" TITLE="Preference Dialog Updates" TIMEESTUNITS="H" ID="679" STARTDATE="38261.00000000" POS="10"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38084.35604167" TITLE="Boommarks" TIMEESTUNITS="H" PERSON="None" COMMENTS="Bookmark colors should be changeable." ID="34" STARTDATE="38084.00000000" POS="1"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.40158565" TITLE="Default Folders Dialog" TIMEESTUNITS="H" PERSON="LW" COMMENTS="New dialog were we can set default folders." ID="334" STARTDATE="38201.00000000" POS="2"/> --- 162,169 ---- [CS] see http://www.codeproject.com/shell/CShortcut.asp ! [LW] see TortoiseCVS.dll source code." ID="384" STARTDATE="38232.00000000" POS="7"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.91569444" TITLE="Regular Expressions for Tools" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Add default compilers with regular expressions to Tool Preferences file. ! " ID="371" STARTDATE="38229.00000000" POS="8"/> ! <TASK STARTDATESTRING="2004-10-01" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.92750000" TITLE="Preference Dialog Updates" TIMEESTUNITS="H" ID="679" STARTDATE="38261.00000000" POS="9"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38084.35604167" TITLE="Boommarks" TIMEESTUNITS="H" PERSON="None" COMMENTS="Bookmark colors should be changeable." ID="34" STARTDATE="38084.00000000" POS="1"/> <TASK STARTDATESTRING="2004-08-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38201.40158565" TITLE="Default Folders Dialog" TIMEESTUNITS="H" PERSON="LW" COMMENTS="New dialog were we can set default folders." ID="334" STARTDATE="38201.00000000" POS="2"/> *************** *** 158,171 **** </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55555556" TITLE="Integration of version control" TIMEESTUNITS="H" PERSON="None" COMMENTS="Interface to cvs, PVCS, SourceSafe, ... ! [#768526]" ID="144" STARTDATE="38092.00000000" POS="11"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.51598380" TITLE="Replace in files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="[#930342]" ID="146" STARTDATE="38092.00000000" POS="12"/> <TASK STARTDATESTRING="2004-04-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.38864583" TITLE="Find/Replace in open files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Find and replace strings in all open files. ! [#742172]" ID="147" STARTDATE="38093.00000000" POS="13"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.83642361" TITLE="Find in Files: Add file types of AE to file type list" TIMEESTUNITS="H" PERSON="CS" COMMENTS="These entries are default, but you can add your own file types. [LW] Isn't this already possible? ! " ID="263" STARTDATE="38175.00000000" POS="14"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38196.50763889" TITLE="Extends characters on input" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Extends ( [ { " ' to () [] {} "" ''. The cursor is between this two chars. So you can simple write correct phrases with brackets.In XML or HTML mode < to <>" ID="138" STARTDATE="38092.00000000" POS="15"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.85388889" TITLE="CScintilla(Ex) CenterLine" TIMEESTUNITS="H" PERSON="CS" COMMENTS="After an operation like GotoLine or find the current line is often at bottom of window. When the current line isn't visible on screen, then the current line should be centered on window. The visible window is 20 to 80 percent of visible window. The centered line should be on 40 percent of window. So the context of current line is visible.++ are 20 and 80 percent, ## is the current line at 40 percent--++++--#########---++++--" ID="83" STARTDATE="38092.00000000" POS="16"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.85478009" TITLE="Format in CScintillaEx" TIMEESTUNITS="H" PERSON="None" ID="99" STARTDATE="38092.00000000" POS="17"> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.51078704" TITLE="Left aligned" TIMEESTUNITS="H" PERSON="None" ID="100" STARTDATE="38092.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.51081019" TITLE="Right aligned" TIMEESTUNITS="H" PERSON="None" ID="101" STARTDATE="38092.00000000" POS="2"/> --- 175,188 ---- </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.55555556" TITLE="Integration of version control" TIMEESTUNITS="H" PERSON="None" COMMENTS="Interface to cvs, PVCS, SourceSafe, ... ! [#768526]" ID="144" STARTDATE="38092.00000000" POS="10"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38259.51598380" TITLE="Replace in files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="[#930342]" ID="146" STARTDATE="38092.00000000" POS="11"/> <TASK STARTDATESTRING="2004-04-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38132.38864583" TITLE="Find/Replace in open files" TIMEESTUNITS="H" PERSON="CS" COMMENTS="Find and replace strings in all open files. ! [#742172]" ID="147" STARTDATE="38093.00000000" POS="12"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.83642361" TITLE="Find in Files: Add file types of AE to file type list" TIMEESTUNITS="H" PERSON="CS" COMMENTS="These entries are default, but you can add your own file types. [LW] Isn't this already possible? ! " ID="263" STARTDATE="38175.00000000" POS="13"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38196.50763889" TITLE="Extends characters on input" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Extends ( [ { " ' to () [] {} "" ''. The cursor is between this two chars. So you can simple write correct phrases with brackets.In XML or HTML mode < to <>" ID="138" STARTDATE="38092.00000000" POS="14"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.85388889" TITLE="CScintilla(Ex) CenterLine" TIMEESTUNITS="H" PERSON="CS" COMMENTS="After an operation like GotoLine or find the current line is often at bottom of window. When the current line isn't visible on screen, then the current line should be centered on window. The visible window is 20 to 80 percent of visible window. The centered line should be on 40 percent of window. So the context of current line is visible.++ are 20 and 80 percent, ## is the current line at 40 percent--++++--#########---++++--" ID="83" STARTDATE="38092.00000000" POS="15"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.85478009" TITLE="Format in CScintillaEx" TIMEESTUNITS="H" PERSON="None" ID="99" STARTDATE="38092.00000000" POS="16"> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.51078704" TITLE="Left aligned" TIMEESTUNITS="H" PERSON="None" ID="100" STARTDATE="38092.00000000" POS="1"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38103.51081019" TITLE="Right aligned" TIMEESTUNITS="H" PERSON="None" ID="101" STARTDATE="38092.00000000" POS="2"/> *************** *** 197,211 **** <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38092.74418981" TITLE="Sentence upper (only first char is upper)" TIMEESTUNITS="H" PERSON="CS" ID="76" STARTDATE="38092.00000000" POS="3"/> </TASK> - <TASK STARTDATESTRING="2004-09-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38232.34622685" TITLE="Style Determined by Start of File" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Recognize first line to be #!/bin/sh or <?xml and assign a language. But only when we don't have an extension match. - [#1018973]" ID="385" STARTDATE="38232.00000000" POS="9"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.35521991" TITLE="Match BEGIN END" TIMEESTUNITS="H" PERSON="None" COMMENTS="SQL does not work with brackets. SQL use begin and end to group the source. ! " ID="79" STARTDATE="38092.00000000" POS="10"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.37129630" TITLE="Match PreCondition" TIMEESTUNITS="H" PERSON="None" COMMENTS="In C goes from #ifdef to #endif" ID="78" STARTDATE="38092.00000000" POS="11"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.37120370" TITLE="Match Brace extended" TIMEESTUNITS="H" PERSON="None" COMMENTS="Match brace works, when current char is a bracket. Extended versions goes to next bracket, when current char is a bracket. [LW] When implemented, we may need it to be settable in the preferences. ! [CS] Another feature is to select content with and without brackets. This could be done alternate." ID="77" STARTDATE="38092.00000000" POS="12"/> ! <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38084.33828704" TITLE="CrashReport" TIMEESTUNITS="H" PERSON="None" COMMENTS="see XCrashReport" ID="15" STARTDATE="38082.00000000" POS="13"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.57594907" TITLE="Allow tools to use OutputBar as Stdin." TIMEESTUNITS="H" PERSON="LW" ID="407" STARTDATE="38247.00000000" POS="14"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.89370370" TITLE="Feature Requests" TIMEESTUNITS="H" COMMENTS="The requests we get from users and fellow developers about enhancing AE. These will not be implemented. We may decide to put it in the nominated features." ID="157" STARTDATE="38097.00000000" POS="10"> --- 214,227 ---- <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38092.74418981" TITLE="Sentence upper (only first char is upper)" TIMEESTUNITS="H" PERSON="CS" ID="76" STARTDATE="38092.00000000" POS="3"/> </TASK> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.35521991" TITLE="Match BEGIN END" TIMEESTUNITS="H" PERSON="None" COMMENTS="SQL does not work with brackets. SQL use begin and end to group the source. ! " ID="79" STARTDATE="38092.00000000" POS="9"/> ! <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.37129630" TITLE="Match PreCondition" TIMEESTUNITS="H" PERSON="None" COMMENTS="In C goes from #ifdef to #endif" ID="78" STARTDATE="38092.00000000" POS="10"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38229.37120370" TITLE="Match Brace extended" TIMEESTUNITS="H" PERSON="None" COMMENTS="Match brace works, when current char is a bracket. Extended versions goes to next bracket, when current char is a bracket. [LW] When implemented, we may need it to be settable in the preferences. ! [CS] Another feature is to select content with and without brackets. This could be done alternate." ID="77" STARTDATE="38092.00000000" POS="11"/> ! <TASK STARTDATESTRING="2004-04-05" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38084.33828704" TITLE="CrashReport" TIMEESTUNITS="H" PERSON="None" COMMENTS="see XCrashReport" ID="15" STARTDATE="38082.00000000" POS="12"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.57594907" TITLE="Allow tools to use OutputBar as Stdin." TIMEESTUNITS="H" PERSON="LW" ID="407" STARTDATE="38247.00000000" POS="13"/> ! <TASK STARTDATESTRING="2004-11-04" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38296.69840278" TITLE="Open/Close All Folds" TIMEESTUNITS="H" PERSON="None" COMMENTS="These options instead of Toggle All Folds. Open/Close will likely be used more than Toggle." ID="705" STARTDATE="38295.00000000" POS="14"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38261.89370370" TITLE="Feature Requests" TIMEESTUNITS="H" COMMENTS="The requests we get from users and fellow developers about enhancing AE. These will not be implemented. We may decide to put it in the nominated features." ID="157" STARTDATE="38097.00000000" POS="10"> |