edn/test2.c

33 lines
737 B
C
Raw Normal View History

/**
*******************************************************************************
* @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"
2011-08-24 12:13:57 +02:00
Edn
m_isUndoProcessing = false;
m_isRedoProcessing = false;
2011-08-24 12:13:57 +02:00
Edn
// Load highlight system :
HighlightManager *myHighlightManager = HighlightManager::getInstance();
EdnString plop = ".c";
m_Highlight = myHighlightManager->Get(plop);
//m_Highlight = NULL;
2011-08-24 12:13:57 +02:00
m_nbLine = 1;Edn
m_HLDataSequence = 0;