change some file position

This commit is contained in:
Edouard Dupin 2012-04-24 09:42:14 +02:00
parent 5cc4a1a779
commit cd2b72d369
37 changed files with 60 additions and 61 deletions

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <Buffer.h>
#include <BufferManager.h>
#include <ewol/EObject.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <BufferEmpty.h>
#include <ColorizeManager.h>
#include <MainWindows.h>

View File

@ -25,7 +25,7 @@
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <BufferManager.h>
#include <ewol/EObject.h>
#include <ewol/EObjectManager.h>

View File

@ -29,7 +29,7 @@
#include <Buffer.h>
#include <BufferText.h>
#include <BufferEmpty.h>
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
#include <ewol/Widget.h>
namespace BufferManager

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <BufferText.h>
#include <etk/RegExp.h>
#include <etk/unicode.h>

View File

@ -26,7 +26,7 @@
#include <etk/Types.h>
#include <etk/unicode.h>
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -25,7 +25,7 @@
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <EdnBufHistory.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <EdnVectorBuf.h>
#undef __class__

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <Colorize.h>

View File

@ -23,7 +23,7 @@
*******************************************************************************
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <ColorizeManager.h>
#include <tinyXML/tinyxml.h>
#include <ewol/EObject.h>

View File

@ -27,7 +27,7 @@
#define __COLORIZE_MANAGER_H__
#include <Colorize.h>
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
#include <ewol/Widget.h>
typedef enum {

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <BufferView.h>
#include <BufferManager.h>
#include <ColorizeManager.h>

View File

@ -28,7 +28,7 @@
#include <appl/Debug.h>
#include <CodeView.h>
#include <BufferManager.h>
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
#include <ewol/widget/List.h>
//!< EObject name :

View File

@ -27,7 +27,7 @@
#include <CodeView.h>
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <CodeView.h>
#include <BufferManager.h>
#include <ColorizeManager.h>

View File

@ -29,7 +29,7 @@
#include <appl/Debug.h>
#include <CodeView.h>
#include <BufferManager.h>
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
#include <etk/Types.h>
#include <ewol/widget/WidgetScrolled.h>

View File

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

View File

@ -26,7 +26,7 @@
#define __MAIN_WINDOWS_H__
#include <appl/Debug.h>
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
#include <CodeView.h>
#include <BufferView.h>

View File

@ -24,12 +24,12 @@
*/
#include "tools_globals.h"
#include "appl/global.h"
#include "Search.h"
#include "SearchData.h"
#include "BufferManager.h"
#include "MainWindows.h"
#include "MsgBroadcast.h"
#include "appl/globalMsg.h"
#undef __class__
#define __class__ "Search"

View File

@ -23,7 +23,7 @@
*******************************************************************************
*/
#include <tools_globals.h>
#include <appl/global.h>
#include <SearchData.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <Highlight.h>
#include <tinyXML/tinyxml.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <HighlightManager.h>
#include <ewol/EObject.h>
#include <ewol/EObjectManager.h>

View File

@ -28,7 +28,7 @@
#include <etk/UString.h>
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
#include <Highlight.h>
#include <ewol/Widget.h>

View File

@ -23,7 +23,7 @@
*******************************************************************************
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <HighlightPattern.h>
#include <ColorizeManager.h>

View File

@ -24,7 +24,7 @@
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <appl/global.h>
#include <CTagsManager.h>
#include <BufferManager.h>
#include <ewol/EObject.h>

View File

@ -28,7 +28,7 @@
#include <ewol/Widget.h>
#include "MsgBroadcast.h"
#include "appl/globalMsg.h"
#include "readtags.h"
#define MAX_REG_EXP_SEARCH (1024)

View File

@ -23,9 +23,9 @@
*******************************************************************************
*/
#include <tools_globals.h>
#include <appl/global.h>
#include <ColorizeManager.h>
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
#include <ewol/EObject.h>
#undef __class__

View File

@ -1,6 +1,6 @@
/**
*******************************************************************************
* @file tools_globals.h
* @file appl/global.h
* @brief Editeur De N'ours : Globals Values (header)
* @author Edouard DUPIN
* @date 05/12/2010

View File

@ -23,7 +23,7 @@
*******************************************************************************
*/
#include <MsgBroadcast.h>
#include <appl/globalMsg.h>
////////////////////////////////////////////////////////////////////////

View File

@ -1,6 +1,6 @@
/**
*******************************************************************************
* @file MsgBroadcast.h
* @file appl/globalMsg.h
* @brief Editeur De N'ours : message beetween thread and GUI elements ... (header)
* @author Edouard DUPIN
* @date 04/02/2011

View File

@ -23,10 +23,14 @@
*******************************************************************************
*/
#include <appl/Debug.h>
#include <tools_globals.h>
#include <etk/File.h>
#include <etk/UString.h>
#include <ewol/ewol.h>
#include <ewol/EObject.h>
#include <ewol/WidgetManager.h>
#include <appl/Debug.h>
#include <appl/global.h>
#include <etk/File.h>
#include <Gui/MainWindows.h>
#include <BufferManager.h>
#include <ColorizeManager.h>
@ -35,10 +39,7 @@
#include <unistd.h>
#include <readtags.h>
#include <CTagsManager.h>
#include <etk/UString.h>
#include <ewol/EObject.h>
#include <ewol/WidgetManager.h>
#include <tools/MsgBroadcast.h>
#include <globalMsg.h>
MainWindows * basicWindows = NULL;

View File

@ -8,22 +8,10 @@
FILE_LIST+= appl/ctags/readtags.cpp \
appl/ctags/CTagsManager.cpp
# Globals debug tool:
FILE_LIST+= appl/Debug.cpp \
appl/tools/tools_globals.cpp
# Buffers internal:
FILE_LIST+= appl/tools/EdnTemplate/EdnVectorBuf.cpp \
appl/tools/EdnBuf/EdnBuf.cpp \
appl/tools/EdnBuf/EdnBuf_HighLight.cpp \
appl/tools/EdnBuf/EdnBuf_History.cpp \
appl/tools/EdnBuf/EdnBuf_Selection.cpp \
appl/tools/EdnBuf/EdnBufHistory.cpp
# Tools internal:
FILE_LIST+= appl/tools/MsgBroadcast.cpp
appl/global.cpp \
appl/globalMsg.cpp
# Gui:
FILE_LIST+= appl/Gui/BufferView.cpp \
@ -32,14 +20,24 @@ FILE_LIST+= appl/Gui/BufferView.cpp \
appl/Gui/Search.cpp \
appl/Gui/SearchData.cpp
# Basic Interface :
FILE_LIST+= appl/Buffer/Buffer.cpp \
# All needed for the buffer management :
FILE_LIST+= appl/Buffer/EdnVectorBuf.cpp \
appl/Buffer/EdnBuf/EdnBuf.cpp \
appl/Buffer/EdnBuf/EdnBuf_HighLight.cpp \
appl/Buffer/EdnBuf/EdnBuf_History.cpp \
appl/Buffer/EdnBuf/EdnBuf_Selection.cpp \
appl/Buffer/EdnBuf/EdnBufHistory.cpp \
appl/Buffer/Buffer.cpp \
appl/Buffer/BufferText.cpp \
appl/Buffer/BufferEmpty.cpp \
appl/Buffer/BufferManager.cpp \
appl/Colorize/Colorize.cpp \
appl/Colorize/ColorizeManager.cpp \
appl/Highlight/HighlightPattern.cpp \
appl/Buffer/BufferManager.cpp
# Generic color management for the text editor :
FILE_LIST+= appl/Colorize/Colorize.cpp \
appl/Colorize/ColorizeManager.cpp
# syntax coloration for the text editor
FILE_LIST+= appl/Highlight/HighlightPattern.cpp \
appl/Highlight/Highlight.cpp \
appl/Highlight/HighlightManager.cpp