33 lines
737 B
C
33 lines
737 B
C
/**
|
|
*******************************************************************************
|
|
* @file EdnBuf.cpp
|
|
* @brief Editeur De N'ours : Buffer for internal Data (Sources)
|
|
* @author Edouard DUPIN
|
|
* @date 23/03/2011
|
|
* @par Projectqsdfqsdfq
|
|
* Edn
|
|
*
|
|
*******************************************************************************
|
|
*/
|
|
|
|
/*
|
|
#if 0
|
|
*/
|
|
^a^a^aa
|
|
|
|
//#include "tools_debug.h"
|
|
#include "tools_globals.h"
|
|
#include "EdnBuf.h"
|
|
Edn
|
|
m_isUndoProcessing = false;
|
|
m_isRedoProcessing = false;
|
|
Edn
|
|
// Load highlight system :
|
|
HighlightManager *myHighlightManager = HighlightManager::getInstance();
|
|
EdnString plop = ".c";
|
|
m_Highlight = myHighlightManager->Get(plop);
|
|
//m_Highlight = NULL;
|
|
m_nbLine = 1;Edn
|
|
m_HLDataSequence = 0;
|
|
|