From: Leon W. <moo...@us...> - 2005-02-04 14:05:46
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25200 Modified Files: AnyEditToDoList.xml ChangeLog.txt Log Message: - Update week 5 Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ChangeLog.txt,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** ChangeLog.txt 27 Jan 2005 13:59:38 -0000 1.81 --- ChangeLog.txt 4 Feb 2005 14:05:26 -0000 1.82 *************** *** 4,9 **** build 402 --------- ! 1) Default file filter option added. You can now use a default, use the current file's or use the last selected. 2) Pressing escape in the Preferences dialog closes the Preferences dialog. --- 4,15 ---- build 402 --------- ! 1) Default file filter option added. You can now use a default, use the current file's or use the last selected. [#1083794] 2) Pressing escape in the Preferences dialog closes the Preferences dialog. + 3) Bugfix: Copy, Clear and Select All now work in the OutputBar when a document is open. + 4) Goto dialog redesigned with a spin button control. + 5) Bugfix: Crash when selecting view menu and mini toolbar begin off in Preferences. [#1113704] + 6) Bugfix: Tagfile parser getting stuck in an endless loop. (C# files) + 7) Bugfix: Open Last Workspace and Command Line File, didn't focus on the command line file. + 8) Cleared up Startup code, so we have less flickering. Index: AnyEditToDoList.xml =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEditToDoList.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** AnyEditToDoList.xml 27 Jan 2005 13:59:37 -0000 1.33 --- AnyEditToDoList.xml 4 Feb 2005 14:05:25 -0000 1.34 *************** *** 1,4 **** <?xml version="1.0" encoding="windows-1252"?> ! <TODOLIST FILEFORMAT="6" PROJECTNAME="AnyEdit ToDo List" NEXTUNIQUEID="719" FILEVERSION="130" LASTMODIFIED="2005-01-27"> <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="724" FILEVERSION="135" LASTMODIFIED="2005-02-04"> <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"/> *************** *** 13,18 **** <TASK STARTDATESTRING="2004-04-20" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38369.70535880" 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="8"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="2" TIMEESPENTUNITS="H" LASTMOD="38175.93320602" TITLE="Translation" TIMEESTUNITS="H" PERSON="None" COMMENTS="customizable with XML files ! [CS] Why to reinvent the wheel? We should try to use standards like GNU gettext. The source files are okay but I don't like compiled mo format. I want to have a text based format." ID="9" STARTDATE="38082.00000000" POS="33"/> ! <TASK STARTDATESTRING="2004-04-05" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38084.33862269" TITLE="Lexer" TIMEESTUNITS="H" PERSON="None" COMMENTS="Use universal lexer: colorer" ID="13" STARTDATE="38082.00000000" POS="35"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38285.49934028" TITLE="New Tool Tokens" TIMEESTUNITS="H" PERSON="None" COMMENTS="$FILE $FILENAME --- 13,18 ---- <TASK STARTDATESTRING="2004-04-20" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38369.70535880" 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="8"> <TASK STARTDATESTRING="2004-04-05" PRIORITY="2" TIMEESPENTUNITS="H" LASTMOD="38175.93320602" TITLE="Translation" TIMEESTUNITS="H" PERSON="None" COMMENTS="customizable with XML files ! [CS] Why to reinvent the wheel? We should try to use standards like GNU gettext. The source files are okay but I don't like compiled mo format. I want to have a text based format." ID="9" STARTDATE="38082.00000000" POS="34"/> ! <TASK STARTDATESTRING="2004-04-05" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38084.33862269" TITLE="Lexer" TIMEESTUNITS="H" PERSON="None" COMMENTS="Use universal lexer: colorer" ID="13" STARTDATE="38082.00000000" POS="36"/> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38285.49934028" TITLE="New Tool Tokens" TIMEESTUNITS="H" PERSON="None" COMMENTS="$FILE $FILENAME *************** *** 79,135 **** [LW] There are some nice code project documents about it Idiot guide to shell......" ID="278" STARTDATE="38175.00000000" POS="17"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38231.30290509" TITLE="Physical Project Management" TIMEESTUNITS="H" PERSON="None" COMMENTS="Physicaly managing the project administration from the workspace area. (Directly affacting the filesystem.) [#1018872] ! [LW] Guy do you know what is meant?" ID="349" STARTDATE="38229.00000000" POS="34"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38230.34651620" TITLE="XML support in ctags" TIMEESTUNITS="H" PERSON="None" COMMENTS="To be able to display the document structure in the ClassView" ID="378" STARTDATE="38230.00000000" POS="18"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38230.34719907" TITLE="Match Tags in html/xml" TIMEESTUNITS="H" PERSON="None" COMMENTS="Matching opening and closing tags and probably jump from one to the other." ID="379" STARTDATE="38230.00000000" POS="19"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.37351852" TITLE="ASP Folding" TIMEESTUNITS="H" PERSON="None" COMMENTS="This should be added to Scintilla. Maybe we can add it and give the code to scintilla." ID="401" STARTDATE="38240.00000000" POS="20"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.36892361" TITLE="Allow tools to use OutputBar as Stdin." TIMEESTUNITS="H" PERSON="None" ID="407" STARTDATE="38247.00000000" POS="32"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.58223380" TITLE="Refactoring" TIMEESTUNITS="H" PERSON="None" COMMENTS="[CS] Add refactoring. Similar to task 238. This is a nice feature but it is very difficult to implement. This can be done as plugin?" ID="410" STARTDATE="38247.00000000" POS="31"/> <TASK STARTDATESTRING="2004-10-25" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38285.50010417" TITLE="Auto insert EOL character after word wrap" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1039736] Automatically adding a EOL after a word wrap. [LW] I think saving with hard EOL's is a better solution (and easier to implement?)?" ID="692" STARTDATE="38285.00000000" POS="26"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38369.35252315" TITLE="Different folding" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1079990] Request for different folding. The folding should take place at the function name, instead of the first brace. This probably implies changing the C Lexer of scintilla. Do we want this?" ID="709" STARTDATE="38369.00000000" POS="36"/> <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35340278" TITLE="Linux and/or Wine support" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1082971]" ID="710" STARTDATE="38369.00000000" POS="27"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35717593" TITLE="Column Edit" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1088453]" ID="711" STARTDATE="38369.00000000" POS="28"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35795139" TITLE="RTF Copy" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1091747]" ID="712" STARTDATE="38369.00000000" POS="29"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35930556" TITLE="JSP Support" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1097066] Syntax Highlighting is done, but ctags info I don't know." ID="713" STARTDATE="38369.00000000" POS="30"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38230.35178241" TITLE="Bugs" TIMEESTUNITS="H" COMMENTS="Or undocumented features." ID="161" STARTDATE="38097.00000000" POS="2"> ! <TASK STARTDATESTRING="2004-06-01" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38230.33956019" TITLE="Pugxml bug" TIMEESTUNITS="H" PERSON="None" COMMENTS="There is a bug in pugxml iterators that I can't explain. When using * or -> on an iterator, we get memory faults in the forward_class. I worked around it, but we may need to look at it in the future." ID="247" STARTDATE="38139.00000000" POS="11"/> ! <TASK STARTDATESTRING="2004-07-07" PRIORITY="4" TIMEESPENTUNITS="H" LASTMOD="38230.33964120" TITLE="Home.htm supports drag'n'drop" TIMEESTUNITS="H" PERSON="None" COMMENTS="If I drag a textfile from Explorer to home.htm it was shown in this (browser) window. Is this a bug or a feature? Is it possible to open other browser windows in AE? [LW] If you drag a html file to StartupPage, the page displays the html file, but doesn't update the filename in the tab! ! [LW] Should we open a new window when a file is drag'd' to the Startup Page?" ID="270" STARTDATE="38175.00000000" POS="7"/> <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="16" DONEDATE="38323.00000000"/> ! <TASK STARTDATESTRING="2004-08-31" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38263.84959491" TITLE="Pause when opening files." TIMEESTUNITS="H" PERSON="None" COMMENTS="AnyEdit pauses when opening documents. This is noticeable on slow machines and with opening large syntax files (java/html). Setting the scintilla properties is probably the cause of the problem. We should see if we can fix this. ! " ID="374" STARTDATE="38230.00000000" POS="3"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38251.42001157" TITLE="Resizing and Redrawing at startup" TIMEESTUNITS="H" PERSON="None" COMMENTS="When starting AE all menus control bars get updated and resized a lot before AE is ready to use. Can we minimize this by showing AE later at startup or a final redraw at the end of startup. ! [LW] This is on hold because of the update to the new GuiToolit." ID="414" STARTDATE="38247.00000000" POS="4"/> <TASK STARTDATESTRING="2004-09-29" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38259.51017361" TITLE="Renaming tool doesn't affect toobar" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1032164][#100020] ! [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="12"/> ! <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="15" DONEDATE="38267.00000000"/> ! <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="17" 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="10"/> ! <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="18" 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="19" 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="20" 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="21" 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="1"/> ! <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="5"/> ! <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="22" 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="23" 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="13"/> ! <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="24" 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="6"/> ! <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="25" 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="26" 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.00000000" DONEDATESTRING="2004-12-02" POS="27" DONEDATE="38323.00000000"/> ! <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.00000000" POS="8"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38369.34821759" TITLE="Tabbar open documents not updating" TIMEESTUNITS="H" PERSON="CS" COMMENTS="[#1088471] This will be superseded by the AnyEditToolkit where we have a new control." ID="708" STARTDATE="38369.00000000" POS="14"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="8" TIMEESPENTUNITS="H" LASTMOD="38373.60219907" TITLE="Escape in Preference Window" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Escape should close the window" ID="716" STARTDATE="38369.76694444" POS="2"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38373.60366898" TITLE="Sync file settings can't be saved" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Check first if it's so and needed." ID="718" STARTDATE="38369.76694444" POS="9"/> </TASK> <TASK STARTDATESTRING="2004-06-01" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38369.70520833" TITLE="Code Cleanup" TIMEESTUNITS="H" COMMENTS="Things we need to do to cleanup the source code." ID="249" STARTDATE="38139.00000000" POS="10"> --- 79,140 ---- [LW] There are some nice code project documents about it Idiot guide to shell......" ID="278" STARTDATE="38175.00000000" POS="17"/> <TASK STARTDATESTRING="2004-08-30" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38231.30290509" TITLE="Physical Project Management" TIMEESTUNITS="H" PERSON="None" COMMENTS="Physicaly managing the project administration from the workspace area. (Directly affacting the filesystem.) [#1018872] ! [LW] Guy do you know what is meant?" ID="349" STARTDATE="38229.00000000" POS="35"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38230.34651620" TITLE="XML support in ctags" TIMEESTUNITS="H" PERSON="None" COMMENTS="To be able to display the document structure in the ClassView" ID="378" STARTDATE="38230.00000000" POS="18"/> <TASK STARTDATESTRING="2004-08-31" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38230.34719907" TITLE="Match Tags in html/xml" TIMEESTUNITS="H" PERSON="None" COMMENTS="Matching opening and closing tags and probably jump from one to the other." ID="379" STARTDATE="38230.00000000" POS="19"/> <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38240.37351852" TITLE="ASP Folding" TIMEESTUNITS="H" PERSON="None" COMMENTS="This should be added to Scintilla. Maybe we can add it and give the code to scintilla." ID="401" STARTDATE="38240.00000000" POS="20"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.36892361" TITLE="Allow tools to use OutputBar as Stdin." TIMEESTUNITS="H" PERSON="None" ID="407" STARTDATE="38247.00000000" POS="31"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.58223380" TITLE="Refactoring" TIMEESTUNITS="H" PERSON="None" COMMENTS="[CS] Add refactoring. Similar to task 238. This is a nice feature but it is very difficult to implement. This can be done as plugin?" ID="410" STARTDATE="38247.00000000" POS="30"/> <TASK STARTDATESTRING="2004-10-25" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38285.50010417" TITLE="Auto insert EOL character after word wrap" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1039736] Automatically adding a EOL after a word wrap. [LW] I think saving with hard EOL's is a better solution (and easier to implement?)?" ID="692" STARTDATE="38285.00000000" POS="26"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38369.35252315" TITLE="Different folding" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1079990] Request for different folding. The folding should take place at the function name, instead of the first brace. This probably implies changing the C Lexer of scintilla. Do we want this?" ID="709" STARTDATE="38369.00000000" POS="37"/> <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35340278" TITLE="Linux and/or Wine support" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1082971]" ID="710" STARTDATE="38369.00000000" POS="27"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35795139" TITLE="RTF Copy" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1091747]" ID="712" STARTDATE="38369.00000000" POS="28"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35930556" TITLE="JSP Support" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1097066] Syntax Highlighting is done, but ctags info I don't know." ID="713" STARTDATE="38369.00000000" POS="29"/> ! <TASK STARTDATESTRING="2005-01-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38384.35459491" TITLE="Split file view" TIMEESTUNITS="H" COMMENTS="[#1108209] Split the file view of the Workspace bar in half. Top containing dires, bottom containing the files in the dir." ID="721" STARTDATE="38380.37525463" POS="32"/> ! <TASK STARTDATESTRING="2005-01-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38384.35622685" TITLE="Compiler Integration" TIMEESTUNITS="H" COMMENTS="VC/Java/Gcc(MingW) compiler integration ! [#1106366]" ID="722" STARTDATE="38380.37525463" POS="33"/> </TASK> <TASK STARTDATESTRING="2004-04-20" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38230.35178241" TITLE="Bugs" TIMEESTUNITS="H" COMMENTS="Or undocumented features." ID="161" STARTDATE="38097.00000000" POS="2"> ! <TASK STARTDATESTRING="2004-06-01" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38230.33956019" TITLE="Pugxml bug" TIMEESTUNITS="H" PERSON="None" COMMENTS="There is a bug in pugxml iterators that I can't explain. When using * or -> on an iterator, we get memory faults in the forward_class. I worked around it, but we may need to look at it in the future." ID="247" STARTDATE="38139.00000000" POS="9"/> ! <TASK STARTDATESTRING="2004-07-07" PRIORITY="4" TIMEESPENTUNITS="H" LASTMOD="38386.39232639" TITLE="Home.htm supports drag'n'drop" TIMEESTUNITS="H" PERSON="GH" COMMENTS="If I drag a textfile from Explorer to home.htm it was shown in this (browser) window. Is this a bug or a feature? Is it possible to open other browser windows in AE? [LW] If you drag a html file to StartupPage, the page displays the html file, but doesn't update the filename in the tab! ! [LW] Should we open a new window when a file is drag'd' to the Startup Page?" ID="270" STARTDATE="38175.00000000" POS="5"/> <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="18" DONEDATE="38323.00000000"/> ! <TASK STARTDATESTRING="2004-08-31" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38386.39165509" TITLE="Pause when opening files." TIMEESTUNITS="H" PERSON="None" COMMENTS="AnyEdit pauses when opening documents. This is noticeable on slow machines and with opening large syntax files (java/html). Setting the scintilla properties is probably the cause of the problem. We should see if we can fix this. ! [LW] Can't we parse the syntax files in a separate low priority thread. It looks like AnyEdit has started, but in the brackground it is still parsing the configs/syntax files. ! " ID="374" STARTDATE="38230.00000000" POS="1"/> ! <TASK STARTDATESTRING="2004-09-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38387.62231481" TITLE="Resizing and Redrawing at startup" TIMEESTUNITS="H" PERSON="None" COMMENTS="When starting AE all menus control bars get updated and resized a lot before AE is ready to use. Can we minimize this by showing AE later at startup or a final redraw at the end of startup. ! [LW] This is on hold because of the update to the new GuiToolit." ID="414" PERCENTDONE="100" STARTDATE="38247.00000000" DONEDATESTRING="2005-02-04" POS="13" DONEDATE="38387.62231481"/> <TASK STARTDATESTRING="2004-09-29" PRIORITY="1" TIMEESPENTUNITS="H" LASTMOD="38259.51017361" TITLE="Renaming tool doesn't affect toobar" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1032164][#100020] ! [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="10"/> ! <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="17" DONEDATE="38267.00000000"/> ! <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="19" 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="8"/> ! <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="20" 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="21" 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="22" 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="23" DONEDATE="38288.00000000"/> ! <TASK STARTDATESTRING="2004-10-25" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38386.46159722" TITLE="Class View parsing of C# files get stuck in an endless loop." TIMEESTUNITS="H" PERSON="LW" ID="693" PERCENTDONE="100" STARTDATE="38285.00000000" DONEDATESTRING="2005-02-03" POS="14" DONEDATE="38386.46159722"/> ! <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="3"/> ! <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="24" 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="25" 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="11"/> ! <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="26" 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="4"/> ! <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="27" 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="28" 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.00000000" DONEDATESTRING="2004-12-02" POS="29" DONEDATE="38323.00000000"/> ! <TASK STARTDATESTRING="2004-11-29" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38386.39221065" TITLE="Unable to choose file extension in New File dialog." TIMEESTUNITS="H" PERSON="LW" 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.00000000" POS="6"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38369.34821759" TITLE="Tabbar open documents not updating" TIMEESTUNITS="H" PERSON="CS" COMMENTS="[#1088471] This will be superseded by the AnyEditToolkit where we have a new control." ID="708" STARTDATE="38369.00000000" POS="12"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="8" TIMEESPENTUNITS="H" LASTMOD="38386.39184028" TITLE="Escape in Preference Window" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Escape should close the window" ID="716" PERCENTDONE="100" STARTDATE="38369.00000000" DONEDATESTRING="2005-02-03" POS="16" DONEDATE="38386.39184028"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="3" TIMEESPENTUNITS="H" LASTMOD="38373.60366898" TITLE="Sync file settings can't be saved" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Check first if it's so and needed." ID="718" STARTDATE="38369.00000000" POS="7"/> ! <TASK STARTDATESTRING="2005-01-28" PRIORITY="10" TIMEESPENTUNITS="H" LASTMOD="38386.41219907" TITLE="Enabling Minibar in menu after Disabling in Preferences crashes AE" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1113704]" ID="720" PERCENTDONE="100" STARTDATE="38380.37525463" DONEDATESTRING="2005-02-03" POS="15" DONEDATE="38386.41219907"/> ! <TASK STARTDATESTRING="2005-01-28" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38386.39038194" TITLE="Find result hidden by folding" TIMEESTUNITS="H" PERSON="LW" COMMENTS="[#1114712] CTRL+F results may be hidden by folding. Jumping to the next result, doesn't unfold the document." ID="723" STARTDATE="38380.37525463" POS="2"/> </TASK> <TASK STARTDATESTRING="2004-06-01" PRIORITY="0" TIMEESPENTUNITS="H" LASTMOD="38369.70520833" TITLE="Code Cleanup" TIMEESTUNITS="H" COMMENTS="Things we need to do to cleanup the source code." ID="249" STARTDATE="38139.00000000" POS="10"> *************** *** 165,182 **** <TASK STARTDATESTRING="2004-10-01" PRIORITY="8" TIMEESPENTUNITS="H" LASTMOD="38369.70491898" TITLE="build 402" TIMEESTUNITS="H" COMMENTS="Restyling forgotten parts." ID="434" STARTDATE="38261.00000000" POS="3"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.59027778" TITLE="Clip Texts" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[LW] We need to update this sometime. Make it part of AE again. ! [CS] Clip text editor uses a very small font. Another suggestion: Use Scintilla as editor." ID="25" STARTDATE="38084.00000000" POS="11"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.36642361" TITLE="Change Language of file" TIMEESTUNITS="H" PERSON="DP" COMMENTS="The language should be changeable for new or texts with unknown extensions. Have a list of languages in the menu (like the Tools list) and override the default language setting of a file. (Overwrite the language in the document class?)" ID="135" STARTDATE="38092.00000000" POS="1"/> ! <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="8"/> <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="7"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.36520833" TITLE="Find in Files: Add file types of AE to file type list" TIMEESTUNITS="H" PERSON="LW" 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="9"/> ! <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-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="4"/> <TASK STARTDATESTRING="2004-09-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35567130" 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="2"/> ! <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-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38379.60167824" TITLE="File Filter option" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Option for the default file filter in open/save dialog - use last selected --- 170,188 ---- <TASK STARTDATESTRING="2004-10-01" PRIORITY="8" TIMEESPENTUNITS="H" LASTMOD="38369.70491898" TITLE="build 402" TIMEESTUNITS="H" COMMENTS="Restyling forgotten parts." ID="434" STARTDATE="38261.00000000" POS="3"> <TASK STARTDATESTRING="2004-04-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38247.59027778" TITLE="Clip Texts" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[LW] We need to update this sometime. Make it part of AE again. ! [CS] Clip text editor uses a very small font. Another suggestion: Use Scintilla as editor." ID="25" STARTDATE="38084.00000000" POS="9"/> <TASK STARTDATESTRING="2004-04-15" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.36642361" TITLE="Change Language of file" TIMEESTUNITS="H" PERSON="DP" COMMENTS="The language should be changeable for new or texts with unknown extensions. Have a list of languages in the menu (like the Tools list) and override the default language setting of a file. (Overwrite the language in the document class?)" ID="135" STARTDATE="38092.00000000" POS="1"/> ! <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="6"/> <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="5"/> <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.36520833" TITLE="Find in Files: Add file types of AE to file type list" TIMEESTUNITS="H" PERSON="LW" 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="7"/> ! <TASK STARTDATESTRING="2004-07-28" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38384.35347222" 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. Remove a lot of whitespace. Maybe other options? ! [#1104190] Repeat macro to end of file" ID="319" STARTDATE="38196.00000000" POS="4"/> ! <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="3"/> <TASK STARTDATESTRING="2004-09-02" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.35567130" 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="2"/> ! <TASK STARTDATESTRING="2004-09-10" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38384.33775463" 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" PERCENTDONE="100" STARTDATE="38240.00000000" DONEDATESTRING="2005-02-01" POS="10" DONEDATE="38384.33775463"/> <TASK STARTDATESTRING="2004-09-20" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38379.60167824" TITLE="File Filter option" TIMEESTUNITS="H" PERSON="LW" COMMENTS="Option for the default file filter in open/save dialog - use last selected *************** *** 184,189 **** - always all files - always any filter ! [#1083794]" ID="423" PERCENTDONE="100" STARTDATE="38250.00000000" DONEDATESTRING="2005-01-27" POS="3" DONEDATE="38379.60167824"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.38284722" TITLE="New File/Project Dialog Update" TIMEESTUNITS="H" PERSON="LW" COMMENTS="This dialog needs an update. Because it's not part of the current application. Filetypes are defined by files in the templates dir. It should better integrate with the settings in the AnyEdit.cfg, like the file types and file filters." ID="715" STARTDATE="38369.00000000" POS="10"/> </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38369.70502315" TITLE="build 403" TIMEESTUNITS="H" COMMENTS="Beta 4" ID="435" STARTDATE="38261.00000000" POS="4"> --- 190,195 ---- - always all files - always any filter ! [#1083794]" ID="423" PERCENTDONE="100" STARTDATE="38250.00000000" DONEDATESTRING="2005-01-27" POS="11" DONEDATE="38379.00000000"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38369.38284722" TITLE="New File/Project Dialog Update" TIMEESTUNITS="H" PERSON="LW" COMMENTS="This dialog needs an update. Because it's not part of the current application. Filetypes are defined by files in the templates dir. It should better integrate with the settings in the AnyEdit.cfg, like the file types and file filters." ID="715" STARTDATE="38369.00000000" POS="8"/> </TASK> <TASK STARTDATESTRING="2004-10-01" PRIORITY="7" TIMEESPENTUNITS="H" LASTMOD="38369.70502315" TITLE="build 403" TIMEESTUNITS="H" COMMENTS="Beta 4" ID="435" STARTDATE="38261.00000000" POS="4"> *************** *** 296,301 **** [#752730] [#937036]" ID="169" STARTDATE="38103.00000000" POS="3"/> ! <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-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="5"/> --- 302,309 ---- [#752730] [#937036]" ID="169" STARTDATE="38103.00000000" POS="3"/> ! <TASK STARTDATESTRING="2004-04-26" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38384.34927083" TITLE="Enhance Macro support" TIMEESTUNITS="H" PERSON="DP" COMMENTS="[#788059] Enable menu support in macro's ! [#1104190] Edit Macro's text mode like ! [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-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="5"/> *************** *** 349,353 **** <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.83737269" TITLE="Find/Replace, Add caret point in regex expressions" TIMEESTUNITS="H" PERSON="None" COMMENTS="E.g. /(§)/, after insert this pattern, cursor is on §. If some text is marked, § is replaced by marked text." ID="265" STARTDATE="38175.00000000" POS="2"/> <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="12"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38373.60300926" TITLE="Middle button closes tab." TIMEESTUNITS="H" PERSON="None" ID="717" STARTDATE="38369.76694444" POS="13"/> </TASK> </TODOLIST> --- 357,362 ---- <TASK STARTDATESTRING="2004-07-07" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38263.83737269" TITLE="Find/Replace, Add caret point in regex expressions" TIMEESTUNITS="H" PERSON="None" COMMENTS="E.g. /(§)/, after insert this pattern, cursor is on §. If some text is marked, § is replaced by marked text." ID="265" STARTDATE="38175.00000000" POS="2"/> <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="12"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38384.34725694" TITLE="Column Edit" TIMEESTUNITS="H" PERSON="None" COMMENTS="[#1088453][#1110670]" ID="711" STARTDATE="38369.00000000" POS="14"/> ! <TASK STARTDATESTRING="2005-01-17" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38373.60300926" TITLE="Middle button closes tab." TIMEESTUNITS="H" PERSON="None" ID="717" STARTDATE="38369.00000000" POS="13"/> </TASK> </TODOLIST> |