[DEV] update Debug in debug

This commit is contained in:
Edouard DUPIN 2013-10-25 20:49:26 +02:00
parent 8eb4aff266
commit 925fed77f1
33 changed files with 36 additions and 34 deletions

View File

@ -8,7 +8,7 @@
#include <appl/Buffer/Buffer.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/clipBoard.h>
appl::Buffer::Iterator& appl::Buffer::Iterator::operator++ (void) {

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <BufferManager.h>
#include <ewol/renderer/EObject.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <BufferText.h>
#include <etk/RegExp.h>

View File

@ -7,7 +7,7 @@
*/
#include <etk/unicode.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBufHistory.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -8,7 +8,7 @@
#include <appl/Buffer/TextPlugin.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#undef __class__
#define __class__ "TextViewerPlugin"

View File

@ -7,7 +7,7 @@
*/
#include <appl/Buffer/TextPluginManager.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/Buffer/TextPluginCopy.h>
#include <appl/Buffer/TextPluginMultiLineTab.h>
#include <appl/Buffer/TextPluginAutoIndent.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <BufferView.h>
#include <BufferManager.h>

View File

@ -9,7 +9,7 @@
#ifndef __BUFFER_VIEW_H__
#define __BUFFER_VIEW_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <BufferManager.h>
#include <appl/globalMsg.h>
#include <ewol/widget/List.h>

View File

@ -8,7 +8,7 @@
#include <CodeView.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <CodeView.h>
#include <BufferManager.h>

View File

@ -9,7 +9,7 @@
#ifndef __CODE_VIEW_H__
#define __CODE_VIEW_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <CodeView.h>
#include <BufferManager.h>
#include <appl/globalMsg.h>

View File

@ -7,7 +7,7 @@
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <MainWindows.h>
#include <BufferView.h>

View File

@ -9,7 +9,7 @@
#ifndef __MAIN_WINDOWS_H__
#define __MAIN_WINDOWS_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/globalMsg.h>
#include <BufferView.h>

View File

@ -9,7 +9,7 @@
#ifndef __SEARCH_H__
#define __SEARCH_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/widget/Sizer.h>
#include <ewol/widget/Entry.h>

View File

@ -10,7 +10,7 @@
#define __SEARCH_DATA_H__
#include <etk/UString.h>
#include <appl/Debug.h>
#include <appl/debug.h>
namespace SearchData
{

View File

@ -9,7 +9,7 @@
#ifndef __APPL_CTAGS_LIST_H__
#define __APPL_CTAGS_LIST_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/widget/List.h>

View File

@ -9,7 +9,7 @@
#ifndef __APPL_CTAGS_SELECTION_H__
#define __APPL_CTAGS_SELECTION_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/widget/PopUp.h>
#include <appl/Gui/TagFileList.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <TextViewer.h>
#include <BufferManager.h>

View File

@ -9,7 +9,7 @@
#ifndef __APPL_TEXT_VIEWER_H__
#define __APPL_TEXT_VIEWER_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/Buffer/Buffer.h>
#include <appl/globalMsg.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <Highlight.h>
#include <exml/exml.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <HighlightManager.h>
#include <ewol/renderer/EObject.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <HighlightPattern.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <CTagsManager.h>
#include <BufferManager.h>

View File

@ -6,4 +6,6 @@
* @license GPL v3 (see license file)
*/
#include <appl/debug.h>
const char * applLog = "edn ";

View File

@ -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 <etk/types.h>
#include <etk/Debug.h>
#include <etk/debugGeneric.h>
extern const char * applLog;

View File

@ -9,7 +9,7 @@
#ifndef __TOOLS_GLOBALS_H__
#define __TOOLS_GLOBALS_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/widget/Sizer.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <appl/glyphDecoration/GlyphDecoration.h>

View File

@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <appl/glyphDecoration/GlyphPainting.h>
#include <ejson/ejson.h>

View File

@ -12,7 +12,7 @@
#include <ewol/renderer/EObject.h>
#include <ewol/widget/WidgetManager.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <etk/os/FSNode.h>
#include <etk/tool.h>

View File

@ -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'])