Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9079 Modified Files: AECommandLineInfo.cpp AECommandLineInfo.h AEPlugin.cpp AEPlugin.h AnyEdit.h AnyEditChildFrame.h AnyEditDoc.h AnyEditView.h ArrayParser.h AskFileSaveDlg.cpp AskFileSaveDlg.h AssociationPref.h AutoComp.h AutoCompImages.h BrowserDoc.cpp BrowserDoc.h BrowserFrame.h BrowserView.cpp BrowserView.h BugReport.h ClassTree.cpp ClassTree.h ClassViewPref.cpp ClassViewPref.h ClipTextEditor.h ClipTree.h CodingPref.h ColorPref.h ConfigFile.cpp ConfigFile.h CreateTagThread.cpp CreateTagThread.h CreditStatic.cpp CreditStatic.h CreditsThread.cpp CreditsThread.h EditorPref.h FileDialogEx.cpp FileDialogEx.h FileTree.h FindComboBox.h FindDialog.cpp FindDialog.h FindInFilesDlg.h FindReplace.cpp FindReplace.h FindReplaceManager.cpp FindReplaceManager.h FontPref.h FuncComboBox.h GDIThread.cpp GDIThread.h GeneralPref.h HtmlFile.cpp InputBox.h KeywordPref.cpp KeywordPref.h LangPref.h LangToolsPref.h MainColorFontPref.cpp MainColorFontPref.h MainFrm.h Misc.h MyComboBox.cpp NewFile.cpp NewFile.h NewParent.cpp NewParent.h NewProject.cpp NewProject.h NewWorkspace.cpp NewWorkspace.h OpenDocsListCtrl.cpp OpenDocsListCtrl.h OutputBar.h OutputEdit.cpp OutputEdit.h Parser.h ParserFactory.h Plugin.cpp Plugin.h Process.cpp Process.h PropertiesDlg.cpp PropertiesDlg.h QuickJump.cpp QuickJump.h RegProfile.cpp RegProfile.h RegexOutputParser.cpp RegexOutputParser.h ScintillaEx.cpp ScintillaEx.h SelectFolderDlg.cpp SelectFolderDlg.h SortDlg.cpp SortDlg.h Splash.cpp Splash.h StdAfx.h SyntaxFile.cpp SyntaxFile.h TabCtrlSSL.cpp TabCtrlSSL.h TabPageSSL.cpp TabPageSSL.h TagManager.h ToolPref.h ToolRunner.cpp ToolRunner.h ToolsFile.cpp ToolsFile.h WorkspaceBar.h WorkspaceManager.cpp WorkspaceManager.h WorkspaceTreeCtrl.cpp WorkspaceTreeCtrl.h XMLFile.cpp XMLFile.h inserttextdlg.cpp inserttextdlg.h Log Message: Copyright header added. Index: OutputEdit.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/OutputEdit.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** OutputEdit.h 31 Jan 2005 22:55:51 -0000 1.6 --- OutputEdit.h 12 Oct 2005 18:55:57 -0000 1.7 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_OUTPUTEDIT_H__D4127D16_A006_4E56_8266_660696D3A16C__INCLUDED_) #define AFX_OUTPUTEDIT_H__D4127D16_A006_4E56_8266_660696D3A16C__INCLUDED_ *************** *** 77,81 **** int GetCount(); void SetReadOnly(BOOL bReadOnly = TRUE) {m_bReadOnly = bReadOnly;}; ! DECLARE_MESSAGE_MAP() }; --- 101,105 ---- int GetCount(); void SetReadOnly(BOOL bReadOnly = TRUE) {m_bReadOnly = bReadOnly;}; ! DECLARE_MESSAGE_MAP() }; Index: XMLFile.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/XMLFile.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** XMLFile.cpp 14 Apr 2005 11:30:19 -0000 1.10 --- XMLFile.cpp 12 Oct 2005 18:55:57 -0000 1.11 *************** *** 1,4 **** /**************************************************************************** ! Copyright (C) AnyEdit Team This software is provided 'as-is', without any express or implied --- 1,4 ---- /**************************************************************************** ! Copyright (C) 2003-2005 L. Wennekers This software is provided 'as-is', without any express or implied Index: AnyEditDoc.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AnyEditDoc.h,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** AnyEditDoc.h 14 Apr 2005 12:01:42 -0000 1.27 --- AnyEditDoc.h 12 Oct 2005 18:55:57 -0000 1.28 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // AnyEditDoc.h : interface of the CAnyEditDoc class // Index: RegexOutputParser.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/RegexOutputParser.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RegexOutputParser.cpp 17 Sep 2004 07:41:22 -0000 1.5 --- RegexOutputParser.cpp 12 Oct 2005 18:55:57 -0000 1.6 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // RegexOutputParser.cpp *************** *** 127,131 **** re_pattern_buffer rex; re_registers regs; ! ZeroMemory( &rex, sizeof( rex ) ); rex.translate = NULL; --- 151,155 ---- re_pattern_buffer rex; re_registers regs; ! ZeroMemory( &rex, sizeof( rex ) ); rex.translate = NULL; *************** *** 133,141 **** rex.buffer = NULL; rex.allocated = 0; ! regs.num_regs = 4; regs.start = rftStartRegs; regs.end = rftEndRegs; ! // Compile the regular expression if( NULL != re_compile_pattern( reEntry->m_szRegex, reEntry->m_szRegex.GetLength(), &rex ) ) continue; --- 157,165 ---- rex.buffer = NULL; rex.allocated = 0; ! regs.num_regs = 4; regs.start = rftStartRegs; regs.end = rftEndRegs; ! // Compile the regular expression if( NULL != re_compile_pattern( reEntry->m_szRegex, reEntry->m_szRegex.GetLength(), &rex ) ) continue; Index: AECommandLineInfo.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AECommandLineInfo.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AECommandLineInfo.cpp 27 Aug 2004 13:36:30 -0000 1.1 --- AECommandLineInfo.cpp 12 Oct 2005 18:55:57 -0000 1.2 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // AECommandLineInfo.cpp: implementation of the CAECommandLineInfo class. // Index: SelectFolderDlg.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/SelectFolderDlg.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SelectFolderDlg.cpp 18 May 2004 06:57:10 -0000 1.1 --- SelectFolderDlg.cpp 12 Oct 2005 18:55:57 -0000 1.2 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 G. Hachlili + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // SelectFolderDlg.cpp : implementation file // *************** *** 44,48 **** // CSelectFolderDlg message handlers ! BOOL CSelectFolderDlg::OnInitDialog() { CDialog::OnInitDialog(); --- 68,72 ---- // CSelectFolderDlg message handlers ! BOOL CSelectFolderDlg::OnInitDialog() { CDialog::OnInitDialog(); *************** *** 70,78 **** m_treeFiles.SetFocus(); ! return FALSE; } ! void CSelectFolderDlg::OnOK() { if (m_treeFiles.GetSelectedItem() == NULL) --- 94,102 ---- m_treeFiles.SetFocus(); ! return FALSE; } ! void CSelectFolderDlg::OnOK() { if (m_treeFiles.GetSelectedItem() == NULL) *************** *** 87,91 **** else m_cbTypes.GetWindowText(m_sMask); ! CDialog::OnOK(); } --- 111,115 ---- else m_cbTypes.GetWindowText(m_sMask); ! CDialog::OnOK(); } Index: StdAfx.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/StdAfx.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** StdAfx.h 10 Jul 2004 19:13:53 -0000 1.12 --- StdAfx.h 12 Oct 2005 18:55:57 -0000 1.13 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but Index: NewFile.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/NewFile.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NewFile.h 26 May 2004 22:52:58 -0000 1.3 --- NewFile.h 12 Oct 2005 18:55:57 -0000 1.4 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_NEWFILE_H__A0197DC3_10F7_11D6_B413_C617EA01EE1B__INCLUDED_) #define AFX_NEWFILE_H__A0197DC3_10F7_11D6_B413_C617EA01EE1B__INCLUDED_ Index: NewWorkspace.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/NewWorkspace.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** NewWorkspace.h 26 May 2004 22:52:58 -0000 1.4 --- NewWorkspace.h 12 Oct 2005 18:55:57 -0000 1.5 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_NEWWORKSPACE_H__A0197DC5_10F7_11D6_B413_C617EA01EE1B__INCLUDED_) #define AFX_NEWWORKSPACE_H__A0197DC5_10F7_11D6_B413_C617EA01EE1B__INCLUDED_ Index: ScintillaEx.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ScintillaEx.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** ScintillaEx.cpp 8 May 2005 11:06:38 -0000 1.25 --- ScintillaEx.cpp 12 Oct 2005 18:55:57 -0000 1.26 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 C. Sperber + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // SCintillaEx.cpp: implementation of the CSCintillaEx class. // *************** *** 1035,1039 **** // Get the indentation iIndentation = GetLineIndentation( iLine - 1 ); ! // Begin Undo BeginUndoAction(); --- 1059,1063 ---- // Get the indentation iIndentation = GetLineIndentation( iLine - 1 ); ! // Begin Undo BeginUndoAction(); *************** *** 1080,1084 **** { SetSel(GetTargetStart(), GetTargetEnd()); ! EnsureVisibleEnforcePolicy( LineFromPosition( GetTargetStart() ) ); } --- 1104,1108 ---- { SetSel(GetTargetStart(), GetTargetEnd()); ! EnsureVisibleEnforcePolicy( LineFromPosition( GetTargetStart() ) ); } *************** *** 1500,1505 **** /// Compare two strings with numerical order where case is ignored. ! /** When the strings contain numbers at the beginning they are compared numerical. ! * element1 = 10 Text, element2 = 1 Text. * Result: element2 < element1 */ --- 1524,1529 ---- /// Compare two strings with numerical order where case is ignored. ! /** When the strings contain numbers at the beginning they are compared numerical. ! * element1 = 10 Text, element2 = 1 Text. * Result: element2 < element1 */ *************** *** 1553,1558 **** /// Compare two strings with numerical order where case is not ignored. ! /** When the strings contain numbers at the beginning they are compared numerical. ! * element1 = 10 Text, element2 = 1 Text. * Result: element2 < element1 */ --- 1577,1582 ---- /// Compare two strings with numerical order where case is not ignored. ! /** When the strings contain numbers at the beginning they are compared numerical. ! * element1 = 10 Text, element2 = 1 Text. * Result: element2 < element1 */ *************** *** 1836,1840 **** bool CScintillaEx::SaveFile(LPCTSTR filename) { ! // Save selection as line and column long nLineStart = LineFromPosition(GetSelectionStart()); long nColStart = GetColumn(GetSelectionStart()); --- 1860,1864 ---- bool CScintillaEx::SaveFile(LPCTSTR filename) { ! // Save selection as line and column long nLineStart = LineFromPosition(GetSelectionStart()); long nColStart = GetColumn(GetSelectionStart()); *************** *** 1873,1877 **** // Accept path separators '/' and '\', extension separator '.', and ':', MS drive unit // separator, and also used for separating the line number for grep. Same for '(' and ')' for cl. ! static bool isfilenamecharforsel(char ch) { return !strchr("\t\n\r \"$%'*,;<>?[]^`{|}", ch); --- 1897,1901 ---- // Accept path separators '/' and '\', extension separator '.', and ':', MS drive unit // separator, and also used for separating the line number for grep. Same for '(' and ')' for cl. ! static bool isfilenamecharforsel(char ch) { return !strchr("\t\n\r \"$%'*,;<>?[]^`{|}", ch); *************** *** 1897,1901 **** int len, ///< Size of the buffer. bool (*ischarforsel)(char ch), ///< Function returning @c true if the given char. is part of the selection. ! bool stripEol /*=true*/) { --- 1921,1925 ---- int len, ///< Size of the buffer. bool (*ischarforsel)(char ch), ///< Function returning @c true if the given char. is part of the selection. ! bool stripEol /*=true*/) { *************** *** 1913,1926 **** int lengthDoc, bool (*ischarforsel)(char ch), ///< Function returning @c true if the given char. is part of the selection. ! bool stripEol /*=true*/) { ! if (selStart == selEnd && ischarforsel) { // Try and find a word at the caret ! while ((selStart > 0) && (ischarforsel(GetCharAt(selStart - 1)))) { selStart--; } ! while ((selEnd < lengthDoc) && (ischarforsel(GetCharAt(selEnd)))) { selEnd++; --- 1937,1950 ---- int lengthDoc, bool (*ischarforsel)(char ch), ///< Function returning @c true if the given char. is part of the selection. ! bool stripEol /*=true*/) { ! if (selStart == selEnd && ischarforsel) { // Try and find a word at the caret ! while ((selStart > 0) && (ischarforsel(GetCharAt(selStart - 1)))) { selStart--; } ! while ((selEnd < lengthDoc) && (ischarforsel(GetCharAt(selEnd)))) { selEnd++; *************** *** 1928,1948 **** } sel[0] = '\0'; ! if (selEnd - selStart + 1 > len - 1) { selEnd = selStart + len - 1; } ! if (selStart < selEnd) { GetRange(selStart, selEnd, sel); } ! if (stripEol) { // Change whole line selected but normally end of line characters not wanted. // Remove possible terminating \r, \n, or \r\n. size_t sellen = strlen(sel); ! if (sellen >= 2 && (sel[sellen - 2] == '\r' && sel[sellen - 1] == '\n')) { sel[sellen - 2] = '\0'; ! } else if (sellen >= 1 && (sel[sellen - 1] == '\r' || sel[sellen - 1] == '\n')) { sel[sellen - 1] = '\0'; --- 1952,1972 ---- } sel[0] = '\0'; ! if (selEnd - selStart + 1 > len - 1) { selEnd = selStart + len - 1; } ! if (selStart < selEnd) { GetRange(selStart, selEnd, sel); } ! if (stripEol) { // Change whole line selected but normally end of line characters not wanted. // Remove possible terminating \r, \n, or \r\n. size_t sellen = strlen(sel); ! if (sellen >= 2 && (sel[sellen - 2] == '\r' && sel[sellen - 1] == '\n')) { sel[sellen - 2] = '\0'; ! } else if (sellen >= 1 && (sel[sellen - 1] == '\r' || sel[sellen - 1] == '\n')) { sel[sellen - 1] = '\0'; *************** *** 1963,1967 **** // Remove last line if selection ends on first position of line. ! if( PositionFromLine( nLine ) == GetSelectionEnd() ) nLine--; --- 1987,1991 ---- // Remove last line if selection ends on first position of line. ! if( PositionFromLine( nLine ) == GetSelectionEnd() ) nLine--; *************** *** 1980,1987 **** return _T("\r"); break; ! case SC_EOL_LF: return _T("\n"); break; ! case SC_EOL_CRLF: return _T("\r\n"); break; --- 2004,2011 ---- return _T("\r"); break; ! case SC_EOL_LF: return _T("\n"); break; ! case SC_EOL_CRLF: return _T("\r\n"); break; Index: WorkspaceManager.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/WorkspaceManager.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** WorkspaceManager.h 20 Sep 2004 18:57:55 -0000 1.9 --- WorkspaceManager.h 12 Oct 2005 18:55:57 -0000 1.10 *************** *** 1,12 **** /*********************************************************************\ ! ** ** FILE: WorkspaceManager.h ! ** ! ** PRODUCT: ! ** ! ** DESCRIPTION: ! ** ! ** ! ** \*********************************************************************/ --- 1,36 ---- + /**************************************************************************** + Copyright (C) 2003-2005 G. Hachlili + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + /*********************************************************************\ ! ** ** FILE: WorkspaceManager.h ! ** ! ** PRODUCT: ! ** ! ** DESCRIPTION: ! ** ! ** ! ** \*********************************************************************/ Index: SyntaxFile.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/SyntaxFile.cpp,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** SyntaxFile.cpp 14 Apr 2005 11:37:46 -0000 1.28 --- SyntaxFile.cpp 12 Oct 2005 18:55:57 -0000 1.29 *************** *** 1,4 **** /**************************************************************************** ! Copyright (C) AnyEdit Team This software is provided 'as-is', without any express or implied --- 1,4 ---- /**************************************************************************** ! Copyright (C) 2003-2005 L. Wennekers This software is provided 'as-is', without any express or implied Index: WorkspaceManager.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/WorkspaceManager.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** WorkspaceManager.cpp 24 Sep 2004 08:34:00 -0000 1.12 --- WorkspaceManager.cpp 12 Oct 2005 18:55:57 -0000 1.13 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 G. Hachlili + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + /*********************************************************************\ ** Index: ColorPref.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ColorPref.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ColorPref.h 26 Feb 2004 08:44:16 -0000 1.5 --- ColorPref.h 12 Oct 2005 18:55:57 -0000 1.6 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_COLORPREF_H__AFCA9C02_006B_11D6_B413_C346E7CD3222__INCLUDED_) #define AFX_COLORPREF_H__AFCA9C02_006B_11D6_B413_C346E7CD3222__INCLUDED_ Index: AEPlugin.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AEPlugin.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AEPlugin.h 23 Jul 2003 09:41:34 -0000 1.1 --- AEPlugin.h 12 Oct 2005 18:55:57 -0000 1.2 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #ifndef AEPLUGIN_H #define AEPLUGIN_H Index: CreditsThread.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/CreditsThread.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CreditsThread.h 8 May 2003 12:00:56 -0000 1.2 --- CreditsThread.h 12 Oct 2005 18:55:57 -0000 1.3 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // CreditsThread.h: interface for the CCreditsThread class. // Index: ConfigFile.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ConfigFile.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** ConfigFile.cpp 14 Apr 2005 11:48:56 -0000 1.23 --- ConfigFile.cpp 12 Oct 2005 18:55:57 -0000 1.24 *************** *** 1,4 **** /**************************************************************************** ! Copyright (C) AnyEdit Team This software is provided 'as-is', without any express or implied --- 1,4 ---- /**************************************************************************** ! Copyright (C) 2003-2005 L. Wennekers This software is provided 'as-is', without any express or implied Index: MainFrm.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/MainFrm.h,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** MainFrm.h 5 Apr 2005 08:20:21 -0000 1.51 --- MainFrm.h 12 Oct 2005 18:55:57 -0000 1.52 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // MainFrm.h : interface of the CMainFrame class // Index: FindComboBox.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/FindComboBox.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FindComboBox.h 14 Jun 2004 18:09:41 -0000 1.4 --- FindComboBox.h 12 Oct 2005 18:55:57 -0000 1.5 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 G. Hachlili + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_FINDCOMBOBOX_H__481CA594_2913_45FD_9878_9160E8829D5D__INCLUDED_) #define AFX_FINDCOMBOBOX_H__481CA594_2913_45FD_9878_9160E8829D5D__INCLUDED_ Index: MainColorFontPref.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/MainColorFontPref.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MainColorFontPref.cpp 27 Sep 2004 18:44:25 -0000 1.5 --- MainColorFontPref.cpp 12 Oct 2005 18:55:57 -0000 1.6 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // MainColorFontPref.cpp : implementation file // *************** *** 77,81 **** } ! BOOL CMainColorFontPref::OnInitDialog() { int iSize; --- 101,105 ---- } ! BOOL CMainColorFontPref::OnInitDialog() { int iSize; *************** *** 92,96 **** lf.lfCharSet = DEFAULT_CHARSET; lf.lfFaceName[0] = '\0'; ! lf.lfPitchAndFamily = 0; cdc = GetDC(); --- 116,120 ---- lf.lfCharSet = DEFAULT_CHARSET; lf.lfFaceName[0] = '\0'; ! lf.lfPitchAndFamily = 0; cdc = GetDC(); *************** *** 136,140 **** if( NULL == GetSafeHwnd() ) return FALSE; ! if( pConfigFile->GetCaretColor() != m_colbCaretColor.GetColor() ) { --- 160,164 ---- if( NULL == GetSafeHwnd() ) return FALSE; ! if( pConfigFile->GetCaretColor() != m_colbCaretColor.GetColor() ) { *************** *** 203,207 **** } ! void CMainColorFontPref::OnClickCheckSelForColor() { if( m_cbSelForeColor.GetCheck() ) --- 227,231 ---- } ! void CMainColorFontPref::OnClickCheckSelForColor() { if( m_cbSelForeColor.GetCheck() ) *************** *** 216,220 **** } ! void CMainColorFontPref::OnClickCheckSelBackColor() { if( m_cbSelBackColor.GetCheck() ) --- 240,244 ---- } ! void CMainColorFontPref::OnClickCheckSelBackColor() { if( m_cbSelBackColor.GetCheck() ) *************** *** 229,233 **** } ! void CMainColorFontPref::OnClickCheckHighlightLine() { if( m_cbHighlightLine.GetCheck() ) --- 253,257 ---- } ! void CMainColorFontPref::OnClickCheckHighlightLine() { if( m_cbHighlightLine.GetCheck() ) *************** *** 242,246 **** } ! void CMainColorFontPref::OnClickCheckRightEdge() { if( m_cbRightEdge.GetCheck() ) --- 266,270 ---- } ! void CMainColorFontPref::OnClickCheckRightEdge() { if( m_cbRightEdge.GetCheck() ) *************** *** 255,259 **** } ! void CMainColorFontPref::OnChangeEditRightEdge() { CString szTemp; --- 279,283 ---- } ! void CMainColorFontPref::OnChangeEditRightEdge() { CString szTemp; *************** *** 269,279 **** } ! void CMainColorFontPref::OnChangeOutputBarFont() { ! NotifyParentOfChange(); } ! void CMainColorFontPref::OnClickCaretColor() { ! NotifyParentOfChange(); } --- 293,303 ---- } ! void CMainColorFontPref::OnChangeOutputBarFont() { ! NotifyParentOfChange(); } ! void CMainColorFontPref::OnClickCaretColor() { ! NotifyParentOfChange(); } Index: ToolPref.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ToolPref.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ToolPref.h 3 Jun 2004 07:38:56 -0000 1.4 --- ToolPref.h 12 Oct 2005 18:55:57 -0000 1.5 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_TOOLPREF_H__A6DC7761_01D0_11D6_B413_9721B41D8A0D__INCLUDED_) #define AFX_TOOLPREF_H__A6DC7761_01D0_11D6_B413_9721B41D8A0D__INCLUDED_ Index: WorkspaceBar.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/WorkspaceBar.h,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** WorkspaceBar.h 16 Sep 2004 23:15:47 -0000 1.27 --- WorkspaceBar.h 12 Oct 2005 18:55:57 -0000 1.28 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_WORKSPACEBAR_H__708257A3_7B83_11D3_A74B_0090274409AC__INCLUDED_) #define AFX_WORKSPACEBAR_H__708257A3_7B83_11D3_A74B_0090274409AC__INCLUDED_ Index: ParserFactory.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ParserFactory.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ParserFactory.h 8 May 2003 12:00:56 -0000 1.2 --- ParserFactory.h 12 Oct 2005 18:55:57 -0000 1.3 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + //Makes use of Abstract Factory pattern.. //this is a abstract factory class Index: ClassViewPref.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ClassViewPref.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ClassViewPref.cpp 30 Nov 2004 20:22:48 -0000 1.4 --- ClassViewPref.cpp 12 Oct 2005 18:55:57 -0000 1.5 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // ClassViewPref.cpp : implementation file // *************** *** 56,60 **** // CClassViewPref message handlers ! BOOL CClassViewPref::OnInitDialog() { CString szParserDelay; --- 80,84 ---- // CClassViewPref message handlers ! BOOL CClassViewPref::OnInitDialog() { CString szParserDelay; *************** *** 72,79 **** szParserDelay.Format( "%i ms", m_ctrlSlider.GetPos() ); m_edSlider.SetWindowText( szParserDelay ); ! // Disable the windows if classview is off. EnableControls(); ! return TRUE; // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE --- 96,103 ---- szParserDelay.Format( "%i ms", m_ctrlSlider.GetPos() ); m_edSlider.SetWindowText( szParserDelay ); ! // Disable the windows if classview is off. EnableControls(); ! return TRUE; // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE *************** *** 106,120 **** pConfigFile->SetClassViewSortByAccess( m_bSortByAccess ? true : false ); } ! if( ( m_bGroupByType ? true : false ) != pConfigFile->GetClassViewGroupByType() ) { pConfigFile->SetClassViewGroupByType( m_bGroupByType ? true : false ); } ! return TRUE; } ! void CClassViewPref::OnControlChanged() { ! NotifyParentOfChange(); EnableControls(); } --- 130,144 ---- pConfigFile->SetClassViewSortByAccess( m_bSortByAccess ? true : false ); } ! if( ( m_bGroupByType ? true : false ) != pConfigFile->GetClassViewGroupByType() ) { pConfigFile->SetClassViewGroupByType( m_bGroupByType ? true : false ); } ! return TRUE; } ! void CClassViewPref::OnControlChanged() { ! NotifyParentOfChange(); EnableControls(); } *************** *** 128,132 **** } ! void CClassViewPref::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) { if( &m_ctrlSlider == (CSliderCtrl*)pScrollBar ) --- 152,156 ---- } ! void CClassViewPref::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) { if( &m_ctrlSlider == (CSliderCtrl*)pScrollBar ) *************** *** 135,139 **** szParserDelay.Format( "%i ms", m_ctrlSlider.GetPos() ); m_edSlider.SetWindowText( szParserDelay ); ! NotifyParentOfChange(); } CSAPrefsSubDlg::OnHScroll(nSBCode, nPos, pScrollBar); --- 159,163 ---- szParserDelay.Format( "%i ms", m_ctrlSlider.GetPos() ); m_edSlider.SetWindowText( szParserDelay ); ! NotifyParentOfChange(); } CSAPrefsSubDlg::OnHScroll(nSBCode, nPos, pScrollBar); Index: OutputEdit.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/OutputEdit.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** OutputEdit.cpp 31 Jan 2005 22:55:51 -0000 1.8 --- OutputEdit.cpp 12 Oct 2005 18:55:57 -0000 1.9 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 M. Deepak + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + // OutputEdit.cpp : implementation file // *************** *** 158,166 **** // COutputEdit message handlers ! void COutputEdit::OnPaint() { //CPaintDC dc(this); // device context for painting Default(); ! SetAutoScrollBars(); --- 182,190 ---- // COutputEdit message handlers ! void COutputEdit::OnPaint() { //CPaintDC dc(this); // device context for painting Default(); ! SetAutoScrollBars(); *************** *** 187,191 **** } ! void COutputEdit::OnLButtonDblClk(UINT nFlags, CPoint point) { if(!CanParseLine()) --- 211,215 ---- } ! void COutputEdit::OnLButtonDblClk(UINT nFlags, CPoint point) { if(!CanParseLine()) *************** *** 195,201 **** GetLineRect(m_nCaretLine, rect); InvalidateRect(rect, FALSE); ! m_CurSelLine = GetCurLine(); ! UpdateWindow(); DrawLine(TRUE); --- 219,225 ---- GetLineRect(m_nCaretLine, rect); InvalidateRect(rect, FALSE); ! m_CurSelLine = GetCurLine(); ! UpdateWindow(); DrawLine(TRUE); *************** *** 203,207 **** } ! void COutputEdit::OnLButtonDown(UINT nFlags, CPoint point) { Default(); --- 227,231 ---- } ! void COutputEdit::OnLButtonDown(UINT nFlags, CPoint point) { Default(); *************** *** 209,222 **** } ! void COutputEdit::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags) { if (m_bReadOnly) return; ! Default(); DrawLine(FALSE); } ! void COutputEdit::OnLButtonUp(UINT nFlags, CPoint point) { Default(); --- 233,246 ---- } ! void COutputEdit::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags) { if (m_bReadOnly) return; ! Default(); DrawLine(FALSE); } ! void COutputEdit::OnLButtonUp(UINT nFlags, CPoint point) { Default(); *************** *** 246,250 **** } ! void COutputEdit::OnContextMenu(CWnd* pWnd, CPoint point) { CMenu menu; --- 270,274 ---- } ! void COutputEdit::OnContextMenu(CWnd* pWnd, CPoint point) { CMenu menu; *************** *** 262,270 **** ((CBCGMDIFrameWnd*)AfxGetMainWnd())->OnShowPopupMenu (pPopupMenu); UpdateDialogControls(this, FALSE); ! } } ! void COutputEdit::OnViewOutput() { CControlBar* pParentBar = DYNAMIC_DOWNCAST (CControlBar, GetOwner ()); --- 286,294 ---- ((CBCGMDIFrameWnd*)AfxGetMainWnd())->OnShowPopupMenu (pPopupMenu); UpdateDialogControls(this, FALSE); ! } } ! void COutputEdit::OnViewOutput() { CControlBar* pParentBar = DYNAMIC_DOWNCAST (CControlBar, GetOwner ()); *************** *** 275,287 **** pMainFrame->SetFocus (); pMainFrame->ShowControlBar (pParentBar, FALSE, FALSE); ! } } ! void COutputEdit::OnOutputClear() { ClearAll(); } ! void COutputEdit::OnOutputCopyline() { CopyStrToClipboard(GetOutputLine()); --- 299,311 ---- pMainFrame->SetFocus (); pMainFrame->ShowControlBar (pParentBar, FALSE, FALSE); ! } } ! void COutputEdit::OnOutputClear() { ClearAll(); } ! void COutputEdit::OnOutputCopyline() { CopyStrToClipboard(GetOutputLine()); *************** *** 294,298 **** int iLineNumber; CString szOutputMsg; ! // Get the OutputLine szOutputLine = GetOutputLine(); --- 318,322 ---- int iLineNumber; CString szOutputMsg; ! // Get the OutputLine szOutputLine = GetOutputLine(); *************** *** 305,309 **** } ! void COutputEdit::OnOutputError() { // TODO: Add your command handler code here --- 329,333 ---- } ! void COutputEdit::OnOutputError() { // TODO: Add your command handler code here *************** *** 312,316 **** int iLineNumber; CString szOutputMsg; ! // Get the OutputLine szOutputLine = GetOutputLine(); --- 336,340 ---- int iLineNumber; CString szOutputMsg; ! // Get the OutputLine szOutputLine = GetOutputLine(); *************** *** 339,349 **** theApp.GotoFileAndLine( iLineNumber, szFileName ); ! // TODO: Update status bar with szOutputMsg } ! void COutputEdit::OnOutputSave() { // TODO: Add your command handler code here ! } --- 363,373 ---- theApp.GotoFileAndLine( iLineNumber, szFileName ); ! // TODO: Update status bar with szOutputMsg } ! void COutputEdit::OnOutputSave() { // TODO: Add your command handler code here ! } *************** *** 365,369 **** } ! BOOL COutputEdit::PreTranslateMessage(MSG* pMsg) { if( pMsg->message == WM_KEYDOWN ) --- 389,393 ---- } ! BOOL COutputEdit::PreTranslateMessage(MSG* pMsg) { if( pMsg->message == WM_KEYDOWN ) *************** *** 377,381 **** // If the user pressed CTRL+A, we select all the text in the edit box. ! if( ('A' == pMsg->wParam) && (GetKeyState( VK_CONTROL ) & 0x80) ) { SetSel( 0, -1 ); --- 401,405 ---- // If the user pressed CTRL+A, we select all the text in the edit box. ! if( ('A' == pMsg->wParam) && (GetKeyState( VK_CONTROL ) & 0x80) ) { SetSel( 0, -1 ); *************** *** 386,390 **** } ! void COutputEdit::OnChange() { SetAutoScrollBars(); --- 410,414 ---- } ! void COutputEdit::OnChange() { SetAutoScrollBars(); *************** *** 435,439 **** } ! void COutputEdit::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags) { if (m_bReadOnly) --- 459,463 ---- } ! void COutputEdit::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags) { if (m_bReadOnly) Index: ClassViewPref.h =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/ClassViewPref.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ClassViewPref.h 21 Sep 2004 07:42:18 -0000 1.3 --- ClassViewPref.h 12 Oct 2005 18:55:57 -0000 1.4 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 L. Wennekers + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + + http://www.anyedit.org + *****************************************************************************/ + #if !defined(AFX_CLASSVIEWPREF_H__BE914DE3_2C26_4F68_B9A9_CAC77C7E7EA0__INCLUDED_) #define AFX_CLASSVIEWPREF_H__BE914DE3_2C26_4F68_B9A9_CAC77C7E7EA0__INCLUDED_ Index: AskFileSaveDlg.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/AskFileSaveDlg.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AskFileSaveDlg.cpp 20 Sep 2004 20:37:44 -0000 1.1 --- AskFileSaveDlg.cpp 12 Oct 2005 18:55:57 -0000 1.2 *************** *** 1,2 **** --- 1,26 ---- + /**************************************************************************** + Copyright (C) 2003-2005 G. Hachlili + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restri... [truncated message content] |