Remove local clipboard and better scolling in codeView
This commit is contained in:
parent
5e86641caf
commit
28ddde0c83
@ -400,6 +400,7 @@ void CodeView::OnLostFocus(void)
|
|||||||
void CodeView::SetFontSize(int32_t size)
|
void CodeView::SetFontSize(int32_t size)
|
||||||
{
|
{
|
||||||
m_fontSize = size;
|
m_fontSize = size;
|
||||||
|
SetScrollingSize(m_fontSize*3.0*1.46); // 1.46 is a magic nmber ...
|
||||||
}
|
}
|
||||||
|
|
||||||
void CodeView::SetFontNameNormal(etk::UString fontName)
|
void CodeView::SetFontNameNormal(etk::UString fontName)
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include <tools_globals.h>
|
#include <tools_globals.h>
|
||||||
#include <MainWindows.h>
|
#include <MainWindows.h>
|
||||||
#include <CodeView.h>
|
#include <CodeView.h>
|
||||||
#include <ClipBoard.h>
|
|
||||||
#include <BufferView.h>
|
#include <BufferView.h>
|
||||||
|
|
||||||
#include <ewol/widget/Button.h>
|
#include <ewol/widget/Button.h>
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include <tools_debug.h>
|
#include <tools_debug.h>
|
||||||
#include <tools_globals.h>
|
#include <tools_globals.h>
|
||||||
#include <CTagsManager.h>
|
#include <CTagsManager.h>
|
||||||
#include <ClipBoard.h>
|
|
||||||
#include <BufferManager.h>
|
#include <BufferManager.h>
|
||||||
#include <ewol/EObject.h>
|
#include <ewol/EObject.h>
|
||||||
|
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
/**
|
|
||||||
*******************************************************************************
|
|
||||||
* @file ClipBoard.cpp
|
|
||||||
* @brief Editeur De N'ours : copy / past main system
|
|
||||||
* @author Edouard DUPIN
|
|
||||||
* @date 05/12/2010
|
|
||||||
* @par Project
|
|
||||||
* Edn
|
|
||||||
*
|
|
||||||
* @par Copyright
|
|
||||||
* Copyright 2010 Edouard DUPIN, all right reserved
|
|
||||||
*
|
|
||||||
* This software is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY.
|
|
||||||
*
|
|
||||||
* Licence summary :
|
|
||||||
* You can modify and redistribute the sources code and binaries.
|
|
||||||
* You can send me the bug-fix
|
|
||||||
* You can not earn money with this Software (if the source extract from Edn
|
|
||||||
* represent less than 50% of original Sources)
|
|
||||||
* Term of the licence in in the file licence.txt.
|
|
||||||
*
|
|
||||||
*******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
|||||||
/**
|
|
||||||
*******************************************************************************
|
|
||||||
* @file ClipBoard.h
|
|
||||||
* @brief Editeur De N'ours : copy / past main system (header)
|
|
||||||
* @author Edouard DUPIN
|
|
||||||
* @date 30/12/2010
|
|
||||||
* @par Project
|
|
||||||
* Edn
|
|
||||||
*
|
|
||||||
* @par Copyright
|
|
||||||
* Copyright 2010 Edouard DUPIN, all right reserved
|
|
||||||
*
|
|
||||||
* This software is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY.
|
|
||||||
*
|
|
||||||
* Licence summary :
|
|
||||||
* You can modify and redistribute the sources code and binaries.
|
|
||||||
* You can send me the bug-fix
|
|
||||||
* You can not earn money with this Software (if the source extract from Edn
|
|
||||||
* represent less than 50% of original Sources)
|
|
||||||
* Term of the licence in in the file licence.txt.
|
|
||||||
*
|
|
||||||
*******************************************************************************
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __CLIP_BOARD_H__
|
|
||||||
#define __CLIP_BOARD_H__
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
@ -25,7 +25,6 @@ FILE_LIST+= edn/tools/EdnTemplate/EdnVectorBuf.cpp \
|
|||||||
|
|
||||||
# Tools internal:
|
# Tools internal:
|
||||||
FILE_LIST+= edn/tools/Display/Display.cpp \
|
FILE_LIST+= edn/tools/Display/Display.cpp \
|
||||||
edn/tools/ClipBoard/ClipBoard.cpp \
|
|
||||||
edn/tools/MsgBroadcast/MsgBroadcast.cpp
|
edn/tools/MsgBroadcast/MsgBroadcast.cpp
|
||||||
|
|
||||||
# Gui:
|
# Gui:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user