From 925fed77f1acf9eb6e5614533c65407314576f05 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 25 Oct 2013 20:49:26 +0200 Subject: [PATCH] [DEV] update Debug in debug --- sources/appl/Buffer/Buffer.cpp | 2 +- sources/appl/Buffer/BufferManager.cpp | 2 +- sources/appl/Buffer/BufferText.cpp | 2 +- sources/appl/Buffer/EdnBuf/EdnBuf.cpp | 2 +- sources/appl/Buffer/EdnBuf/EdnBufHistory.cpp | 2 +- sources/appl/Buffer/EdnBuf/EdnBuf_HighLight.cpp | 2 +- sources/appl/Buffer/EdnBuf/EdnBuf_History.cpp | 2 +- sources/appl/Buffer/EdnBuf/EdnBuf_Selection.cpp | 2 +- sources/appl/Buffer/TextPlugin.cpp | 2 +- sources/appl/Buffer/TextPluginManager.cpp | 2 +- sources/appl/Gui/BufferView.cpp | 2 +- sources/appl/Gui/BufferView.h | 2 +- sources/appl/Gui/CodeView.cpp | 2 +- sources/appl/Gui/CodeView.h | 2 +- sources/appl/Gui/MainWindows.cpp | 2 +- sources/appl/Gui/MainWindows.h | 2 +- sources/appl/Gui/Search.h | 2 +- sources/appl/Gui/SearchData.h | 2 +- sources/appl/Gui/TagFileList.h | 2 +- sources/appl/Gui/TagFileSelection.h | 2 +- sources/appl/Gui/TextViewer.cpp | 2 +- sources/appl/Gui/TextViewer.h | 2 +- sources/appl/Highlight/Highlight.cpp | 2 +- sources/appl/Highlight/HighlightManager.cpp | 2 +- sources/appl/Highlight/HighlightPattern.cpp | 2 +- sources/appl/ctags/CTagsManager.cpp | 2 +- sources/appl/{Debug.cpp => debug.cpp} | 2 ++ sources/appl/{Debug.h => debug.h} | 6 +++--- sources/appl/global.h | 2 +- sources/appl/glyphDecoration/GlyphDecoration.cpp | 2 +- sources/appl/glyphDecoration/GlyphPainting.cpp | 2 +- sources/appl/init.cpp | 2 +- sources/lutin_edn.py | 2 +- 33 files changed, 36 insertions(+), 34 deletions(-) rename sources/appl/{Debug.cpp => debug.cpp} (87%) rename sources/appl/{Debug.h => debug.h} (89%) diff --git a/sources/appl/Buffer/Buffer.cpp b/sources/appl/Buffer/Buffer.cpp index 784d3d3..d5280bf 100644 --- a/sources/appl/Buffer/Buffer.cpp +++ b/sources/appl/Buffer/Buffer.cpp @@ -8,7 +8,7 @@ #include -#include +#include #include appl::Buffer::Iterator& appl::Buffer::Iterator::operator++ (void) { diff --git a/sources/appl/Buffer/BufferManager.cpp b/sources/appl/Buffer/BufferManager.cpp index 5456bdf..e9c6ede 100644 --- a/sources/appl/Buffer/BufferManager.cpp +++ b/sources/appl/Buffer/BufferManager.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/Buffer/BufferText.cpp b/sources/appl/Buffer/BufferText.cpp index 0a8b85b..8f20084 100644 --- a/sources/appl/Buffer/BufferText.cpp +++ b/sources/appl/Buffer/BufferText.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/Buffer/EdnBuf/EdnBuf.cpp b/sources/appl/Buffer/EdnBuf/EdnBuf.cpp index 3b262d1..2023ace 100644 --- a/sources/appl/Buffer/EdnBuf/EdnBuf.cpp +++ b/sources/appl/Buffer/EdnBuf/EdnBuf.cpp @@ -7,7 +7,7 @@ */ #include -#include +#include #include #include diff --git a/sources/appl/Buffer/EdnBuf/EdnBufHistory.cpp b/sources/appl/Buffer/EdnBuf/EdnBufHistory.cpp index 11d8036..1fbc64f 100644 --- a/sources/appl/Buffer/EdnBuf/EdnBufHistory.cpp +++ b/sources/appl/Buffer/EdnBuf/EdnBufHistory.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include diff --git a/sources/appl/Buffer/EdnBuf/EdnBuf_HighLight.cpp b/sources/appl/Buffer/EdnBuf/EdnBuf_HighLight.cpp index 01a7dad..3af55c8 100644 --- a/sources/appl/Buffer/EdnBuf/EdnBuf_HighLight.cpp +++ b/sources/appl/Buffer/EdnBuf/EdnBuf_HighLight.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include diff --git a/sources/appl/Buffer/EdnBuf/EdnBuf_History.cpp b/sources/appl/Buffer/EdnBuf/EdnBuf_History.cpp index 878a260..77a65d1 100644 --- a/sources/appl/Buffer/EdnBuf/EdnBuf_History.cpp +++ b/sources/appl/Buffer/EdnBuf/EdnBuf_History.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include diff --git a/sources/appl/Buffer/EdnBuf/EdnBuf_Selection.cpp b/sources/appl/Buffer/EdnBuf/EdnBuf_Selection.cpp index d20fdd0..02ad860 100644 --- a/sources/appl/Buffer/EdnBuf/EdnBuf_Selection.cpp +++ b/sources/appl/Buffer/EdnBuf/EdnBuf_Selection.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include diff --git a/sources/appl/Buffer/TextPlugin.cpp b/sources/appl/Buffer/TextPlugin.cpp index ff70f11..bcb3298 100644 --- a/sources/appl/Buffer/TextPlugin.cpp +++ b/sources/appl/Buffer/TextPlugin.cpp @@ -8,7 +8,7 @@ #include -#include +#include #undef __class__ #define __class__ "TextViewerPlugin" diff --git a/sources/appl/Buffer/TextPluginManager.cpp b/sources/appl/Buffer/TextPluginManager.cpp index 9cb21be..160ac73 100644 --- a/sources/appl/Buffer/TextPluginManager.cpp +++ b/sources/appl/Buffer/TextPluginManager.cpp @@ -7,7 +7,7 @@ */ #include -#include +#include #include #include #include diff --git a/sources/appl/Gui/BufferView.cpp b/sources/appl/Gui/BufferView.cpp index 2300ac5..17966cc 100644 --- a/sources/appl/Gui/BufferView.cpp +++ b/sources/appl/Gui/BufferView.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/Gui/BufferView.h b/sources/appl/Gui/BufferView.h index 43e324e..2b94e48 100644 --- a/sources/appl/Gui/BufferView.h +++ b/sources/appl/Gui/BufferView.h @@ -9,7 +9,7 @@ #ifndef __BUFFER_VIEW_H__ #define __BUFFER_VIEW_H__ -#include +#include #include #include #include diff --git a/sources/appl/Gui/CodeView.cpp b/sources/appl/Gui/CodeView.cpp index f2cad63..0a06a0e 100644 --- a/sources/appl/Gui/CodeView.cpp +++ b/sources/appl/Gui/CodeView.cpp @@ -8,7 +8,7 @@ #include -#include +#include #include #include #include diff --git a/sources/appl/Gui/CodeView.h b/sources/appl/Gui/CodeView.h index df59f32..8c01ce2 100644 --- a/sources/appl/Gui/CodeView.h +++ b/sources/appl/Gui/CodeView.h @@ -9,7 +9,7 @@ #ifndef __CODE_VIEW_H__ #define __CODE_VIEW_H__ -#include +#include #include #include #include diff --git a/sources/appl/Gui/MainWindows.cpp b/sources/appl/Gui/MainWindows.cpp index 579dcc5..c2a5653 100644 --- a/sources/appl/Gui/MainWindows.cpp +++ b/sources/appl/Gui/MainWindows.cpp @@ -7,7 +7,7 @@ */ -#include +#include #include #include #include diff --git a/sources/appl/Gui/MainWindows.h b/sources/appl/Gui/MainWindows.h index ebe2b8a..bd6d9bb 100644 --- a/sources/appl/Gui/MainWindows.h +++ b/sources/appl/Gui/MainWindows.h @@ -9,7 +9,7 @@ #ifndef __MAIN_WINDOWS_H__ #define __MAIN_WINDOWS_H__ -#include +#include #include #include diff --git a/sources/appl/Gui/Search.h b/sources/appl/Gui/Search.h index a881a85..2b4ce9a 100644 --- a/sources/appl/Gui/Search.h +++ b/sources/appl/Gui/Search.h @@ -9,7 +9,7 @@ #ifndef __SEARCH_H__ #define __SEARCH_H__ -#include +#include #include #include diff --git a/sources/appl/Gui/SearchData.h b/sources/appl/Gui/SearchData.h index f91db95..dac53f4 100644 --- a/sources/appl/Gui/SearchData.h +++ b/sources/appl/Gui/SearchData.h @@ -10,7 +10,7 @@ #define __SEARCH_DATA_H__ #include -#include +#include namespace SearchData { diff --git a/sources/appl/Gui/TagFileList.h b/sources/appl/Gui/TagFileList.h index 3465529..e39fa29 100644 --- a/sources/appl/Gui/TagFileList.h +++ b/sources/appl/Gui/TagFileList.h @@ -9,7 +9,7 @@ #ifndef __APPL_CTAGS_LIST_H__ #define __APPL_CTAGS_LIST_H__ -#include +#include #include diff --git a/sources/appl/Gui/TagFileSelection.h b/sources/appl/Gui/TagFileSelection.h index b444258..961cca1 100644 --- a/sources/appl/Gui/TagFileSelection.h +++ b/sources/appl/Gui/TagFileSelection.h @@ -9,7 +9,7 @@ #ifndef __APPL_CTAGS_SELECTION_H__ #define __APPL_CTAGS_SELECTION_H__ -#include +#include #include #include diff --git a/sources/appl/Gui/TextViewer.cpp b/sources/appl/Gui/TextViewer.cpp index c4e7d77..7538b89 100644 --- a/sources/appl/Gui/TextViewer.cpp +++ b/sources/appl/Gui/TextViewer.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/Gui/TextViewer.h b/sources/appl/Gui/TextViewer.h index ecd44ee..8188e8f 100644 --- a/sources/appl/Gui/TextViewer.h +++ b/sources/appl/Gui/TextViewer.h @@ -9,7 +9,7 @@ #ifndef __APPL_TEXT_VIEWER_H__ #define __APPL_TEXT_VIEWER_H__ -#include +#include #include #include diff --git a/sources/appl/Highlight/Highlight.cpp b/sources/appl/Highlight/Highlight.cpp index 07079d4..1f841c6 100644 --- a/sources/appl/Highlight/Highlight.cpp +++ b/sources/appl/Highlight/Highlight.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/Highlight/HighlightManager.cpp b/sources/appl/Highlight/HighlightManager.cpp index e5cf267..1634ab8 100644 --- a/sources/appl/Highlight/HighlightManager.cpp +++ b/sources/appl/Highlight/HighlightManager.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/Highlight/HighlightPattern.cpp b/sources/appl/Highlight/HighlightPattern.cpp index 2b7f0e8..44993e7 100644 --- a/sources/appl/Highlight/HighlightPattern.cpp +++ b/sources/appl/Highlight/HighlightPattern.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include diff --git a/sources/appl/ctags/CTagsManager.cpp b/sources/appl/ctags/CTagsManager.cpp index f96d264..8d38ef2 100644 --- a/sources/appl/ctags/CTagsManager.cpp +++ b/sources/appl/ctags/CTagsManager.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/Debug.cpp b/sources/appl/debug.cpp similarity index 87% rename from sources/appl/Debug.cpp rename to sources/appl/debug.cpp index 356acb0..bc0363f 100644 --- a/sources/appl/Debug.cpp +++ b/sources/appl/debug.cpp @@ -6,4 +6,6 @@ * @license GPL v3 (see license file) */ +#include + const char * applLog = "edn "; diff --git a/sources/appl/Debug.h b/sources/appl/debug.h similarity index 89% rename from sources/appl/Debug.h rename to sources/appl/debug.h index 467fd60..eba864b 100644 --- a/sources/appl/Debug.h +++ b/sources/appl/debug.h @@ -6,11 +6,11 @@ * @license GPL v3 (see license file) */ -#ifndef __DEBUG_H__ -#define __DEBUG_H__ +#ifndef __APPL_DEBUG_H__ +#define __APPL_DEBUG_H__ #include -#include +#include extern const char * applLog; diff --git a/sources/appl/global.h b/sources/appl/global.h index 79ab360..514ccd9 100644 --- a/sources/appl/global.h +++ b/sources/appl/global.h @@ -9,7 +9,7 @@ #ifndef __TOOLS_GLOBALS_H__ #define __TOOLS_GLOBALS_H__ -#include +#include #include diff --git a/sources/appl/glyphDecoration/GlyphDecoration.cpp b/sources/appl/glyphDecoration/GlyphDecoration.cpp index 47f07ba..c6b2cdf 100644 --- a/sources/appl/glyphDecoration/GlyphDecoration.cpp +++ b/sources/appl/glyphDecoration/GlyphDecoration.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include diff --git a/sources/appl/glyphDecoration/GlyphPainting.cpp b/sources/appl/glyphDecoration/GlyphPainting.cpp index 6513bc4..87c28bd 100644 --- a/sources/appl/glyphDecoration/GlyphPainting.cpp +++ b/sources/appl/glyphDecoration/GlyphPainting.cpp @@ -6,7 +6,7 @@ * @license GPL v3 (see license file) */ -#include +#include #include #include #include diff --git a/sources/appl/init.cpp b/sources/appl/init.cpp index dc85ea2..a186c06 100644 --- a/sources/appl/init.cpp +++ b/sources/appl/init.cpp @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include #include diff --git a/sources/lutin_edn.py b/sources/lutin_edn.py index d76fbad..4ccd828 100755 --- a/sources/lutin_edn.py +++ b/sources/lutin_edn.py @@ -12,7 +12,7 @@ def Create(target): 'appl/ctags/CTagsManager.cpp']) myModule.AddSrcFile([ - 'appl/Debug.cpp', + 'appl/debug.cpp', 'appl/global.cpp', 'appl/globalMsg.cpp', 'appl/init.cpp'])