Update of /cvsroot/anyedit/AnyEditv2
In directory sc8-pr-cvs1:/tmp/cvs-serv15359
Modified Files:
ChangeLog.txt ToDo.txt
Log Message:
Added new features and bugs
Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/anyedit/AnyEditv2/ChangeLog.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ChangeLog.txt 7 May 2003 05:37:29 -0000 1.20
--- ChangeLog.txt 1 Jul 2003 05:35:15 -0000 1.21
***************
*** 16,20 ****
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
--- 16,20 ----
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]
Index: ToDo.txt
===================================================================
RCS file: /cvsroot/anyedit/AnyEditv2/ToDo.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ToDo.txt 9 May 2003 08:30:24 -0000 1.11
--- ToDo.txt 1 Jul 2003 05:35:15 -0000 1.12
***************
*** 1,4 ****
! Todo before Alpha 10.0
! =====================
1) Fix up code completion
--- 1,4 ----
! Todo
! ====
1) Fix up code completion
***************
*** 7,10 ****
--- 7,12 ----
5) Make comment chars as configurable... HTML, XML, Cpp
+ No registry entries need to be present in the registry for starting !
+
Todo In the near future
=======================
***************
*** 12,21 ****
NV 2) A Very good plugin architecture... possibly with events and configurable menu items
3) Error handling facilities.. Marking errors, warnings and taking to a line on clicking error
! 4) Class view for entire project
Feature Additions
! =================
*) Automaticly open the output window when executing
--- 14,23 ----
NV 2) A Very good plugin architecture... possibly with events and configurable menu items
3) Error handling facilities.. Marking errors, warnings and taking to a line on clicking error
!
Feature Additions
! =============
*) Automaticly open the output window when executing
***************
*** 25,30 ****
does this.
- *) Make it possible to assign a BMP/ICO to a tool button.
-
*) Make a beep (maybe optional) when tool execution
finishes.
--- 27,30 ----
***************
*** 166,173 ****
-Add files path isn't remembered
- 2 - Toolbars
-
- - Match Braces, Highlight current line, Autocompletion and codecompletion buttons are always disabled. The corresponding menus are also always disabled (but they are enabled in preferences)
-
3 - Autocompletion
--- 166,169 ----
***************
*** 202,234 ****
6 - Keystroke recording doesn't work
- 7 - Document Tags:
-
- - They aren't sorted alphabetically
- - for a single file like this:
-
- // file header.h
- //
- // struct CStruct
- // {
- // int m_iMember;
- // }
- //
- // class CClass
- // {
- // void foo1()
- // {
- //
- // }
- //
- // void foo2();
- //
- // int m_iMember1;
- // }
-
- foo1 is displayed in the tags view (because it has braces...),
- but foo2 and m_iMember1 not. CStruct isn't displayed either.
- But all them are in the tags file, and the *should* be displayed,
- shouldn't they?
-
- in a project, classes are usually shown twice in the tags pane, one for the header and another for the implementation file.
--- 198,201 ----
***************
*** 236,240 ****
So it is *very* hard make assignments which make sense.
- 9 - Switching to AnyEdit from any other app with ctrl+tab loses the cursor focus; it is necessary to mouse click in the editor area to retake it.
10 - After being editing for some time, just opening a menu from main menu causes AnyEdit to crash. It also crashes at exit from time to time...
--- 203,206 ----
|