2009-02-25 09:15:00 +01:00
|
|
|
/**************************************************************************
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator
|
|
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
2009-06-17 00:01:27 +10:00
|
|
|
** Contact: Nokia Corporation (qt-info@nokia.com)
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** Commercial Usage
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** Licensees holding valid Qt Commercial licenses may use this file in
|
|
|
|
|
** accordance with the Qt Commercial License Agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and Nokia.
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** GNU Lesser General Public License Usage
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** Alternatively, this file may be used under the terms of the GNU Lesser
|
|
|
|
|
** General Public License version 2.1 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file LICENSE.LGPL included in the
|
|
|
|
|
** packaging of this file. Please review the following information to
|
|
|
|
|
** ensure the GNU Lesser General Public License version 2.1 requirements
|
|
|
|
|
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
2008-12-02 14:17:16 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
** If you are unsure which license is appropriate for your use, please
|
2009-08-14 09:30:56 +02:00
|
|
|
** contact the sales department at http://qt.nokia.com/contact.
|
2008-12-02 12:01:29 +01:00
|
|
|
**
|
2009-02-25 09:15:00 +01:00
|
|
|
**************************************************************************/
|
2008-12-02 14:09:21 +01:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
#include "bineditorplugin.h"
|
|
|
|
|
#include "bineditor.h"
|
|
|
|
|
#include "bineditorconstants.h"
|
|
|
|
|
|
2009-01-19 12:39:20 +01:00
|
|
|
#include <QtCore/QFile>
|
2008-12-02 12:01:29 +01:00
|
|
|
#include <QtCore/QFileInfo>
|
2009-07-21 16:46:24 +02:00
|
|
|
#include <QtCore/QDebug>
|
2008-12-02 12:01:29 +01:00
|
|
|
#include <QtGui/QMenu>
|
|
|
|
|
#include <QtGui/QAction>
|
|
|
|
|
#include <QtGui/QMainWindow>
|
|
|
|
|
#include <QtGui/QHBoxLayout>
|
2009-07-16 17:34:04 +02:00
|
|
|
#include <QtGui/QToolBar>
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2009-01-20 11:52:04 +01:00
|
|
|
#include <coreplugin/actionmanager/actionmanager.h>
|
2008-12-02 12:01:29 +01:00
|
|
|
#include <coreplugin/coreconstants.h>
|
2009-01-20 11:52:04 +01:00
|
|
|
#include <coreplugin/editormanager/editormanager.h>
|
2009-10-01 16:38:08 +02:00
|
|
|
#include <coreplugin/editormanager/ieditor.h>
|
2009-01-20 11:52:04 +01:00
|
|
|
#include <coreplugin/icore.h>
|
2008-12-02 12:01:29 +01:00
|
|
|
#include <coreplugin/mimedatabase.h>
|
|
|
|
|
#include <coreplugin/uniqueidmanager.h>
|
2009-01-19 12:39:20 +01:00
|
|
|
#include <extensionsystem/pluginmanager.h>
|
2008-12-02 12:01:29 +01:00
|
|
|
#include <find/ifindsupport.h>
|
2009-01-20 11:52:04 +01:00
|
|
|
#include <texteditor/fontsettings.h>
|
|
|
|
|
#include <texteditor/texteditorsettings.h>
|
2008-12-02 12:01:29 +01:00
|
|
|
#include <utils/linecolumnlabel.h>
|
|
|
|
|
#include <utils/reloadpromptutils.h>
|
|
|
|
|
|
|
|
|
|
using namespace BINEditor;
|
|
|
|
|
using namespace BINEditor::Internal;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class BinEditorFind : public Find::IFindSupport
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
public:
|
2009-09-09 17:11:00 +02:00
|
|
|
BinEditorFind(BinEditor *editor)
|
|
|
|
|
{
|
|
|
|
|
m_editor = editor;
|
|
|
|
|
m_incrementalStartPos = m_contPos = -1;
|
|
|
|
|
}
|
2008-12-02 12:01:29 +01:00
|
|
|
~BinEditorFind() {}
|
|
|
|
|
|
|
|
|
|
bool supportsReplace() const { return false; }
|
2009-07-13 14:48:45 +02:00
|
|
|
IFindSupport::FindFlags supportedFindFlags() const
|
|
|
|
|
{
|
|
|
|
|
return IFindSupport::FindBackward | IFindSupport::FindCaseSensitively;
|
|
|
|
|
}
|
|
|
|
|
|
2009-09-09 17:11:00 +02:00
|
|
|
void resetIncrementalSearch()
|
|
|
|
|
{
|
|
|
|
|
m_incrementalStartPos = m_contPos = -1;
|
|
|
|
|
}
|
|
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
void clearResults() { m_editor->highlightSearchResults(QByteArray()); }
|
|
|
|
|
QString currentFindString() const { return QString(); }
|
|
|
|
|
QString completedFindString() const { return QString(); }
|
|
|
|
|
|
|
|
|
|
|
2009-05-29 16:12:19 +02:00
|
|
|
int find(const QByteArray &pattern, int pos, Find::IFindSupport::FindFlags findFlags) {
|
2008-12-02 12:01:29 +01:00
|
|
|
if (pattern.isEmpty()) {
|
|
|
|
|
m_editor->setCursorPosition(pos);
|
|
|
|
|
return pos;
|
|
|
|
|
}
|
|
|
|
|
|
2009-09-09 17:11:00 +02:00
|
|
|
return m_editor->find(pattern, pos, Find::IFindSupport::textDocumentFlagsForFindFlags(findFlags));
|
2008-12-02 12:01:29 +01:00
|
|
|
}
|
|
|
|
|
|
2009-09-09 17:11:00 +02:00
|
|
|
Result findIncremental(const QString &txt, Find::IFindSupport::FindFlags findFlags) {
|
2008-12-02 12:01:29 +01:00
|
|
|
QByteArray pattern = txt.toLatin1();
|
2009-09-09 17:11:00 +02:00
|
|
|
if (pattern != m_lastPattern)
|
|
|
|
|
resetIncrementalSearch(); // Because we don't search for nibbles.
|
|
|
|
|
m_lastPattern = pattern;
|
2008-12-02 12:01:29 +01:00
|
|
|
if (m_incrementalStartPos < 0)
|
|
|
|
|
m_incrementalStartPos = m_editor->selectionStart();
|
2009-09-09 17:11:00 +02:00
|
|
|
if (m_contPos == -1)
|
|
|
|
|
m_contPos = m_incrementalStartPos;
|
|
|
|
|
int found = find(pattern, m_contPos, findFlags);
|
|
|
|
|
Result result;
|
|
|
|
|
if (found >= 0) {
|
|
|
|
|
result = Found;
|
2009-05-29 16:12:19 +02:00
|
|
|
m_editor->highlightSearchResults(pattern, Find::IFindSupport::textDocumentFlagsForFindFlags(findFlags));
|
2009-09-09 17:11:00 +02:00
|
|
|
m_contPos = -1;
|
|
|
|
|
} else {
|
|
|
|
|
if (found == -2) {
|
|
|
|
|
result = NotYetFound;
|
|
|
|
|
m_contPos +=
|
|
|
|
|
findFlags & Find::IFindSupport::FindBackward
|
|
|
|
|
? -BinEditor::SearchStride : BinEditor::SearchStride;
|
|
|
|
|
} else {
|
|
|
|
|
result = NotFound;
|
|
|
|
|
m_contPos = -1;
|
|
|
|
|
m_editor->highlightSearchResults(QByteArray(), 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return result;
|
2008-12-02 12:01:29 +01:00
|
|
|
}
|
|
|
|
|
|
2009-09-09 17:11:00 +02:00
|
|
|
Result findStep(const QString &txt, Find::IFindSupport::FindFlags findFlags) {
|
2008-12-02 12:01:29 +01:00
|
|
|
QByteArray pattern = txt.toLatin1();
|
|
|
|
|
bool wasReset = (m_incrementalStartPos < 0);
|
2009-09-09 17:11:00 +02:00
|
|
|
if (m_contPos == -1) {
|
|
|
|
|
m_contPos = m_editor->cursorPosition();
|
|
|
|
|
if (findFlags & Find::IFindSupport::FindBackward)
|
|
|
|
|
m_contPos = m_editor->selectionStart()-1;
|
|
|
|
|
}
|
|
|
|
|
int found = find(pattern, m_contPos, findFlags);
|
|
|
|
|
Result result;
|
|
|
|
|
if (found >= 0) {
|
|
|
|
|
result = Found;
|
2008-12-02 12:01:29 +01:00
|
|
|
m_incrementalStartPos = found;
|
2009-09-09 17:11:00 +02:00
|
|
|
m_contPos = -1;
|
|
|
|
|
if (wasReset)
|
|
|
|
|
m_editor->highlightSearchResults(pattern, Find::IFindSupport::textDocumentFlagsForFindFlags(findFlags));
|
|
|
|
|
} else if (found == -2) {
|
|
|
|
|
result = NotYetFound;
|
|
|
|
|
m_contPos += findFlags & Find::IFindSupport::FindBackward
|
|
|
|
|
? -BinEditor::SearchStride : BinEditor::SearchStride;
|
|
|
|
|
} else {
|
|
|
|
|
result = NotFound;
|
|
|
|
|
m_contPos = -1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return result;
|
2008-12-02 12:01:29 +01:00
|
|
|
}
|
2009-09-09 17:11:00 +02:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
bool replaceStep(const QString &, const QString &,
|
2009-05-29 16:12:19 +02:00
|
|
|
Find::IFindSupport::FindFlags) { return false;}
|
2008-12-02 12:01:29 +01:00
|
|
|
int replaceAll(const QString &, const QString &,
|
2009-05-29 16:12:19 +02:00
|
|
|
Find::IFindSupport::FindFlags) { return 0; }
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
BinEditor *m_editor;
|
|
|
|
|
int m_incrementalStartPos;
|
2009-09-09 17:11:00 +02:00
|
|
|
int m_contPos; // Only valid if last result was NotYetFound.
|
|
|
|
|
QByteArray m_lastPattern;
|
2008-12-02 12:01:29 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class BinEditorFile : public Core::IFile
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
BinEditorFile(BinEditor *parent) :
|
|
|
|
|
Core::IFile(parent),
|
|
|
|
|
m_mimeType(QLatin1String(BINEditor::Constants::C_BINEDITOR_MIMETYPE))
|
|
|
|
|
{
|
|
|
|
|
m_editor = parent;
|
2010-02-17 17:33:42 +01:00
|
|
|
connect(m_editor, SIGNAL(lazyDataRequested(Core::IEditor *, quint64, bool)),
|
|
|
|
|
this, SLOT(provideData(Core::IEditor *, quint64)));
|
2008-12-02 12:01:29 +01:00
|
|
|
}
|
|
|
|
|
~BinEditorFile() {}
|
|
|
|
|
|
|
|
|
|
virtual QString mimeType() const { return m_mimeType; }
|
|
|
|
|
|
|
|
|
|
bool save(const QString &fileName = QString()) {
|
2009-09-09 17:11:00 +02:00
|
|
|
if (m_editor->save(m_fileName, fileName)) {
|
2008-12-02 12:01:29 +01:00
|
|
|
m_fileName = fileName;
|
2009-09-09 17:11:00 +02:00
|
|
|
m_editor->editorInterface()->
|
|
|
|
|
setDisplayName(QFileInfo(fileName).fileName());
|
2008-12-02 12:01:29 +01:00
|
|
|
emit changed();
|
|
|
|
|
return true;
|
2009-09-09 17:11:00 +02:00
|
|
|
} else {
|
|
|
|
|
return false;
|
2008-12-02 12:01:29 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool open(const QString &fileName) {
|
|
|
|
|
QFile file(fileName);
|
|
|
|
|
if (file.open(QIODevice::ReadOnly)) {
|
|
|
|
|
m_fileName = fileName;
|
2009-09-09 17:11:00 +02:00
|
|
|
if (file.isSequential() && file.size() <= 64 * 1024 * 1024) {
|
2009-07-21 16:46:24 +02:00
|
|
|
m_editor->setData(file.readAll());
|
|
|
|
|
} else {
|
2009-09-08 11:59:21 +02:00
|
|
|
m_editor->setLazyData(0, qMin(file.size(),
|
2009-09-09 17:11:00 +02:00
|
|
|
static_cast<qint64>(INT_MAX-16)));
|
2009-09-08 11:59:21 +02:00
|
|
|
m_editor->editorInterface()->
|
|
|
|
|
setDisplayName(QFileInfo(fileName).fileName());
|
2009-07-21 16:46:24 +02:00
|
|
|
}
|
2008-12-02 12:01:29 +01:00
|
|
|
file.close();
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
2009-07-21 16:46:24 +02:00
|
|
|
private slots:
|
2010-02-17 17:33:42 +01:00
|
|
|
void provideData(Core::IEditor *, quint64 block) {
|
2009-07-21 16:46:24 +02:00
|
|
|
QFile file(m_fileName);
|
|
|
|
|
if (file.open(QIODevice::ReadOnly)) {
|
|
|
|
|
int blockSize = m_editor->lazyDataBlockSize();
|
|
|
|
|
file.seek(block * blockSize);
|
|
|
|
|
QByteArray data = file.read(blockSize);
|
|
|
|
|
if (data.size() != blockSize)
|
|
|
|
|
data.resize(blockSize);
|
|
|
|
|
m_editor->addLazyData(block, data);
|
|
|
|
|
file.close();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
public:
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
void setFilename(const QString &filename) {
|
|
|
|
|
m_fileName = filename;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QString fileName() const {
|
|
|
|
|
return m_fileName;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QString defaultPath() const { return QString(); }
|
|
|
|
|
QString suggestedFileName() const { return QString(); }
|
|
|
|
|
QString fileFilter() const { return QString(); }
|
|
|
|
|
QString fileExtension() const { return QString(); }
|
|
|
|
|
|
|
|
|
|
bool isModified() const {
|
|
|
|
|
return m_editor->isModified();
|
|
|
|
|
}
|
|
|
|
|
bool isReadOnly() const {
|
|
|
|
|
const QFileInfo fi(m_fileName);
|
|
|
|
|
return !fi.isWritable();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool isSaveAsAllowed() const { return true; }
|
|
|
|
|
|
|
|
|
|
void modified(ReloadBehavior *behavior) {
|
|
|
|
|
const QString fileName = m_fileName;
|
|
|
|
|
|
|
|
|
|
switch (*behavior) {
|
|
|
|
|
case Core::IFile::ReloadNone:
|
|
|
|
|
return;
|
2009-07-13 15:00:20 +02:00
|
|
|
case Core::IFile::ReloadUnmodified:
|
|
|
|
|
if (!isModified()) {
|
|
|
|
|
open(fileName);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
break;
|
2008-12-02 12:01:29 +01:00
|
|
|
case Core::IFile::ReloadAll:
|
|
|
|
|
open(fileName);
|
|
|
|
|
return;
|
|
|
|
|
case Core::IFile::ReloadPermissions:
|
|
|
|
|
emit changed();
|
|
|
|
|
return;
|
|
|
|
|
case Core::IFile::AskForReload:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2009-10-05 11:06:05 +02:00
|
|
|
switch (Utils::reloadPrompt(fileName, isModified(), Core::ICore::instance()->mainWindow())) {
|
|
|
|
|
case Utils::ReloadCurrent:
|
2008-12-02 12:01:29 +01:00
|
|
|
open(fileName);
|
|
|
|
|
break;
|
2009-10-05 11:06:05 +02:00
|
|
|
case Utils::ReloadAll:
|
2008-12-02 12:01:29 +01:00
|
|
|
open(fileName);
|
|
|
|
|
*behavior = Core::IFile::ReloadAll;
|
|
|
|
|
break;
|
2009-10-05 11:06:05 +02:00
|
|
|
case Utils::ReloadSkipCurrent:
|
2008-12-02 12:01:29 +01:00
|
|
|
break;
|
2009-10-05 11:06:05 +02:00
|
|
|
case Utils::ReloadNone:
|
2008-12-02 12:01:29 +01:00
|
|
|
*behavior = Core::IFile::ReloadNone;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
const QString m_mimeType;
|
|
|
|
|
BinEditor *m_editor;
|
|
|
|
|
QString m_fileName;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class BinEditorInterface : public Core::IEditor
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
public:
|
2010-01-14 17:49:29 +01:00
|
|
|
BinEditorInterface(BinEditor *editor)
|
2009-01-20 11:52:04 +01:00
|
|
|
{
|
2009-01-21 15:52:34 +01:00
|
|
|
Core::UniqueIDManager *uidm = Core::UniqueIDManager::instance();
|
2010-01-14 17:49:29 +01:00
|
|
|
m_editor = editor;
|
|
|
|
|
m_file = new BinEditorFile(m_editor);
|
2010-01-07 18:17:24 +01:00
|
|
|
m_context << uidm->uniqueIdentifier(Core::Constants::K_DEFAULT_BINARY_EDITOR_ID);
|
2010-01-11 16:52:38 +01:00
|
|
|
m_context << uidm->uniqueIdentifier(Constants::C_BINEDITOR);
|
2009-10-05 11:06:05 +02:00
|
|
|
m_cursorPositionLabel = new Utils::LineColumnLabel;
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
QHBoxLayout *l = new QHBoxLayout;
|
|
|
|
|
QWidget *w = new QWidget;
|
|
|
|
|
l->setMargin(0);
|
|
|
|
|
l->setContentsMargins(0, 0, 5, 0);
|
|
|
|
|
l->addStretch(1);
|
|
|
|
|
l->addWidget(m_cursorPositionLabel);
|
|
|
|
|
w->setLayout(l);
|
|
|
|
|
|
|
|
|
|
m_toolBar = new QToolBar;
|
|
|
|
|
m_toolBar->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
|
|
|
|
m_toolBar->addWidget(w);
|
|
|
|
|
|
|
|
|
|
connect(m_editor, SIGNAL(cursorPositionChanged(int)), this, SLOT(updateCursorPosition(int)));
|
|
|
|
|
}
|
2010-01-14 17:49:29 +01:00
|
|
|
~BinEditorInterface() {
|
|
|
|
|
delete m_editor;
|
|
|
|
|
}
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
QWidget *widget() { return m_editor; }
|
|
|
|
|
|
|
|
|
|
QList<int> context() const { return m_context; }
|
|
|
|
|
|
|
|
|
|
bool createNew(const QString & /* contents */ = QString()) {
|
|
|
|
|
m_editor->setData(QByteArray());
|
|
|
|
|
m_file->setFilename(QString());
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
bool open(const QString &fileName = QString()) {
|
|
|
|
|
return m_file->open(fileName);
|
|
|
|
|
}
|
|
|
|
|
Core::IFile *file() { return m_file; }
|
2010-01-07 18:17:24 +01:00
|
|
|
QString id() const { return QLatin1String(Core::Constants::K_DEFAULT_BINARY_EDITOR_ID); }
|
2008-12-02 12:01:29 +01:00
|
|
|
QString displayName() const { return m_displayName; }
|
|
|
|
|
void setDisplayName(const QString &title) { m_displayName = title; emit changed(); }
|
|
|
|
|
|
|
|
|
|
bool duplicateSupported() const { return false; }
|
2009-01-21 11:46:26 +01:00
|
|
|
IEditor *duplicate(QWidget * /* parent */) { return 0; }
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2009-01-21 11:46:26 +01:00
|
|
|
QByteArray saveState() const { return QByteArray(); } // TODO
|
|
|
|
|
bool restoreState(const QByteArray & /* state */) { return false; } // TODO
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2009-07-15 16:23:07 +02:00
|
|
|
QWidget *toolBar() { return m_toolBar; }
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2009-06-04 12:02:19 +02:00
|
|
|
bool isTemporary() const { return false; }
|
2009-05-18 19:11:11 +02:00
|
|
|
|
2008-12-02 12:01:29 +01:00
|
|
|
public slots:
|
|
|
|
|
void updateCursorPosition(int position) {
|
|
|
|
|
m_cursorPositionLabel->setText(m_editor->addressString((uint)position),
|
|
|
|
|
m_editor->addressString((uint)m_editor->data().size()));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
BinEditor *m_editor;
|
|
|
|
|
QString m_displayName;
|
|
|
|
|
BinEditorFile *m_file;
|
|
|
|
|
QList<int> m_context;
|
|
|
|
|
QToolBar *m_toolBar;
|
2009-10-05 11:06:05 +02:00
|
|
|
Utils::LineColumnLabel *m_cursorPositionLabel;
|
2008-12-02 12:01:29 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////// BinEditorFactory //////////////////////////////////
|
|
|
|
|
|
|
|
|
|
BinEditorFactory::BinEditorFactory(BinEditorPlugin *owner) :
|
|
|
|
|
m_mimeTypes(QLatin1String(BINEditor::Constants::C_BINEDITOR_MIMETYPE)),
|
|
|
|
|
m_owner(owner)
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
2010-01-07 18:17:24 +01:00
|
|
|
QString BinEditorFactory::id() const
|
2008-12-02 12:01:29 +01:00
|
|
|
{
|
2010-01-07 18:17:24 +01:00
|
|
|
return QLatin1String(Core::Constants::K_DEFAULT_BINARY_EDITOR_ID);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QString BinEditorFactory::displayName() const
|
|
|
|
|
{
|
|
|
|
|
return tr(Constants::C_BINEDITOR_DISPLAY_NAME);
|
2008-12-02 12:01:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Core::IFile *BinEditorFactory::open(const QString &fileName)
|
|
|
|
|
{
|
2009-01-21 15:52:34 +01:00
|
|
|
Core::EditorManager *em = Core::EditorManager::instance();
|
2010-01-07 18:17:24 +01:00
|
|
|
Core::IEditor *iface = em->openEditor(fileName, id());
|
2008-12-02 12:01:29 +01:00
|
|
|
return iface ? iface->file() : 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Core::IEditor *BinEditorFactory::createEditor(QWidget *parent)
|
|
|
|
|
{
|
|
|
|
|
BinEditor *editor = new BinEditor(parent);
|
|
|
|
|
m_owner->initializeEditor(editor);
|
|
|
|
|
return editor->editorInterface();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QStringList BinEditorFactory::mimeTypes() const
|
|
|
|
|
{
|
|
|
|
|
return m_mimeTypes;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
///////////////////////////////// BinEditorPlugin //////////////////////////////////
|
|
|
|
|
|
2009-01-20 11:52:04 +01:00
|
|
|
BinEditorPlugin::BinEditorPlugin()
|
2008-12-02 12:01:29 +01:00
|
|
|
{
|
|
|
|
|
m_undoAction = m_redoAction = m_copyAction = m_selectAllAction = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
BinEditorPlugin::~BinEditorPlugin()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QAction *BinEditorPlugin::registerNewAction(const QString &id, const QString &title)
|
|
|
|
|
{
|
|
|
|
|
QAction *result = new QAction(title, this);
|
2009-01-20 11:52:04 +01:00
|
|
|
Core::ICore::instance()->actionManager()->registerAction(result, id, m_context);
|
2008-12-02 12:01:29 +01:00
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QAction *BinEditorPlugin::registerNewAction(const QString &id,
|
|
|
|
|
QObject *receiver,
|
|
|
|
|
const char *slot,
|
|
|
|
|
const QString &title)
|
|
|
|
|
{
|
|
|
|
|
QAction *rc = registerNewAction(id, title);
|
|
|
|
|
if (!rc)
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
|
|
connect(rc, SIGNAL(triggered()), receiver, slot);
|
|
|
|
|
return rc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::initializeEditor(BinEditor *editor)
|
|
|
|
|
{
|
|
|
|
|
BinEditorInterface *editorInterface = new BinEditorInterface(editor);
|
|
|
|
|
QObject::connect(editor, SIGNAL(modificationChanged(bool)), editorInterface, SIGNAL(changed()));
|
|
|
|
|
editor->setEditorInterface(editorInterface);
|
|
|
|
|
|
2009-01-21 15:52:34 +01:00
|
|
|
Core::UniqueIDManager *uidm = Core::UniqueIDManager::instance();
|
2010-01-11 16:52:38 +01:00
|
|
|
m_context << uidm->uniqueIdentifier(Constants::C_BINEDITOR);
|
2008-12-02 12:01:29 +01:00
|
|
|
if (!m_undoAction) {
|
|
|
|
|
m_undoAction = registerNewAction(QLatin1String(Core::Constants::UNDO),
|
|
|
|
|
this, SLOT(undoAction()),
|
|
|
|
|
tr("&Undo"));
|
|
|
|
|
m_redoAction = registerNewAction(QLatin1String(Core::Constants::REDO),
|
|
|
|
|
this, SLOT(redoAction()),
|
|
|
|
|
tr("&Redo"));
|
|
|
|
|
m_copyAction = registerNewAction(QLatin1String(Core::Constants::COPY),
|
|
|
|
|
this, SLOT(copyAction()));
|
|
|
|
|
m_selectAllAction = registerNewAction(QLatin1String(Core::Constants::SELECTALL),
|
|
|
|
|
this, SLOT(selectAllAction()));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Font settings
|
|
|
|
|
TextEditor::TextEditorSettings *settings = TextEditor::TextEditorSettings::instance();
|
|
|
|
|
editor->setFontSettings(settings->fontSettings());
|
|
|
|
|
connect(settings, SIGNAL(fontSettingsChanged(TextEditor::FontSettings)),
|
|
|
|
|
editor, SLOT(setFontSettings(TextEditor::FontSettings)));
|
|
|
|
|
|
|
|
|
|
QObject::connect(editor, SIGNAL(undoAvailable(bool)), this, SLOT(updateActions()));
|
|
|
|
|
QObject::connect(editor, SIGNAL(redoAvailable(bool)), this, SLOT(updateActions()));
|
|
|
|
|
QObject::connect(editor, SIGNAL(copyAvailable(bool)), this, SLOT(updateActions()));
|
|
|
|
|
|
|
|
|
|
Aggregation::Aggregate *aggregate = new Aggregation::Aggregate;
|
|
|
|
|
BinEditorFind *binEditorFind = new BinEditorFind(editor);
|
|
|
|
|
aggregate->add(binEditorFind);
|
|
|
|
|
aggregate->add(editor);
|
|
|
|
|
}
|
|
|
|
|
|
2009-01-20 11:52:04 +01:00
|
|
|
bool BinEditorPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
2008-12-02 12:01:29 +01:00
|
|
|
{
|
2009-07-13 17:35:17 +02:00
|
|
|
Q_UNUSED(arguments)
|
|
|
|
|
Q_UNUSED(errorMessage)
|
2009-01-20 11:52:04 +01:00
|
|
|
|
|
|
|
|
Core::ICore *core = Core::ICore::instance();
|
|
|
|
|
if (!core->mimeDatabase()->addMimeTypes(QLatin1String(":/bineditor/BinEditor.mimetypes.xml"), errorMessage))
|
2008-12-02 12:01:29 +01:00
|
|
|
return false;
|
|
|
|
|
|
2009-01-20 11:52:04 +01:00
|
|
|
connect(core, SIGNAL(contextAboutToChange(Core::IContext *)),
|
2008-12-02 12:01:29 +01:00
|
|
|
this, SLOT(updateCurrentEditor(Core::IContext *)));
|
|
|
|
|
|
|
|
|
|
addAutoReleasedObject(new BinEditorFactory(this));
|
|
|
|
|
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::extensionsInitialized()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::updateCurrentEditor(Core::IContext *object)
|
|
|
|
|
{
|
|
|
|
|
do {
|
|
|
|
|
if (!object) {
|
|
|
|
|
if (!m_currentEditor)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
m_currentEditor = 0;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
BinEditor *editor = qobject_cast<BinEditor *>(object->widget());
|
|
|
|
|
if (!editor) {
|
|
|
|
|
if (!m_currentEditor)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
m_currentEditor = 0;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (editor == m_currentEditor)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
m_currentEditor = editor;
|
|
|
|
|
|
|
|
|
|
} while (false);
|
|
|
|
|
updateActions();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::updateActions()
|
|
|
|
|
{
|
|
|
|
|
bool hasEditor = (m_currentEditor != 0);
|
|
|
|
|
if (m_selectAllAction)
|
|
|
|
|
m_selectAllAction->setEnabled(hasEditor);
|
|
|
|
|
if (m_undoAction)
|
|
|
|
|
m_undoAction->setEnabled(m_currentEditor && m_currentEditor->isUndoAvailable());
|
|
|
|
|
if (m_redoAction)
|
|
|
|
|
m_redoAction->setEnabled(m_currentEditor && m_currentEditor->isRedoAvailable());
|
|
|
|
|
if (m_copyAction)
|
|
|
|
|
m_copyAction->setEnabled(m_currentEditor && m_currentEditor->hasSelection());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::undoAction()
|
|
|
|
|
{
|
|
|
|
|
if (m_currentEditor)
|
|
|
|
|
m_currentEditor->undo();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::redoAction()
|
|
|
|
|
{
|
|
|
|
|
if (m_currentEditor)
|
|
|
|
|
m_currentEditor->redo();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::copyAction()
|
|
|
|
|
{
|
|
|
|
|
if (m_currentEditor)
|
|
|
|
|
m_currentEditor->copy();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void BinEditorPlugin::selectAllAction()
|
|
|
|
|
{
|
|
|
|
|
if (m_currentEditor)
|
|
|
|
|
m_currentEditor->selectAll();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Q_EXPORT_PLUGIN(BinEditorPlugin)
|
|
|
|
|
|
|
|
|
|
#include "bineditorplugin.moc"
|