Update of /cvsroot/anyedit/AnyEditv2
In directory sc8-pr-cvs1:/tmp/cvs-serv20856
Modified Files:
AnyEdit.rc AnyEditView.cpp ToDo.txt
Log Message:
Fixed mini toolbar disable color and enable color bug
Index: AnyEdit.rc
===================================================================
RCS file: /cvsroot/anyedit/AnyEditv2/AnyEdit.rc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** AnyEdit.rc 9 Jul 2003 07:17:55 -0000 1.20
--- AnyEdit.rc 11 Jul 2003 05:43:28 -0000 1.21
***************
*** 969,973 ****
IDI_ADDICON6 ICON DISCARDABLE "res\\ico00004.ico"
IDR_BROWSERTYPE ICON DISCARDABLE "res\\ico00005.ico"
- IDI_ICON1 ICON DISCARDABLE "res\\ico00006.ico"
/////////////////////////////////////////////////////////////////////////////
--- 969,972 ----
***************
*** 2162,2166 ****
IDR_TREEFILECTRL_NO_DROPMOVE CURSOR DISCARDABLE "res\\cur00001.cur"
IDR_TREEFILECTRL_NO_DROPCOPY CURSOR DISCARDABLE "res\\cursor2.cur"
- IDC_CURSOR1 CURSOR DISCARDABLE "res\\cur00002.cur"
/////////////////////////////////////////////////////////////////////////////
--- 2161,2164 ----
Index: AnyEditView.cpp
===================================================================
RCS file: /cvsroot/anyedit/AnyEditv2/AnyEditView.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** AnyEditView.cpp 9 Jul 2003 07:17:55 -0000 1.28
--- AnyEditView.cpp 11 Jul 2003 05:43:28 -0000 1.29
***************
*** 1903,1906 ****
--- 1903,1907 ----
{
theApp.SetScintillaLanguage(DocExt,&m_Scintilla);
+ m_Scintilla.Colourise(0, -1);
}
}
***************
*** 1910,1914 ****
void CAnyEditView::OnUpdateConfigureCurrentdocumentSyntaxhighlighting(CCmdUI* pCmdUI)
{
- // TODO: Add your command update UI handler code here
pCmdUI->SetCheck(isHighlightingOn);
}
--- 1911,1914 ----
Index: ToDo.txt
===================================================================
RCS file: /cvsroot/anyedit/AnyEditv2/ToDo.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ToDo.txt 6 Jul 2003 18:49:47 -0000 1.14
--- ToDo.txt 11 Jul 2003 05:43:28 -0000 1.15
***************
*** 211,212 ****
--- 211,224 ----
the document is filled with arrows, no dots. So
the tabs aren't converted to spaces.
+
+ - Preprocessor color not working properly for "c" files...
+
+ -preferences show wrong acmp file name
+ selecting general -> language settings shows the
+ listbox of file types. Just mark a language with an
+ acmp file like 'Cpp'.
+
+ If You change Your selection to a file type that has no
+ acmp file (like XML), then You will still see the acmp
+ entry 'cpp.acmp'. This is irritating. It is better to
+ show the empty entry of the acmp listbox.
|