[DEV] display code correction
This commit is contained in:
parent
543cd8ddf1
commit
1724955f67
@ -28,7 +28,7 @@
|
|||||||
</rule>
|
</rule>
|
||||||
<rule name="normale Balise">
|
<rule name="normale Balise">
|
||||||
<color>functionName</color>
|
<color>functionName</color>
|
||||||
<start></[0-9a-fA-F_]*|<[0-9a-fA-F_]*|/>|></start>
|
<start></[0-9a-zA-Z_]+|<[0-9a-zA-Z_]+|/>|></start>
|
||||||
</rule>
|
</rule>
|
||||||
</pass2>
|
</pass2>
|
||||||
</EdnLang>
|
</EdnLang>
|
||||||
|
@ -211,11 +211,11 @@ bool CodeView::OnEventEntry(const ewol::EventEntry& _event)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CodeView::OnEventClipboard(ewol::clipBoard::clipboardListe_te clipboardID)
|
void CodeView::OnEventClipboard(ewol::clipBoard::clipboardListe_te _clipboardID)
|
||||||
{
|
{
|
||||||
BufferText* tmpBuffer = BufferManager::Get(m_bufferID);
|
BufferText* tmpBuffer = BufferManager::Get(m_bufferID);
|
||||||
if (NULL!=tmpBuffer) {
|
if (NULL!=tmpBuffer) {
|
||||||
tmpBuffer->Paste(clipboardID);
|
tmpBuffer->Paste(_clipboardID);
|
||||||
}
|
}
|
||||||
MarkToRedraw();
|
MarkToRedraw();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user