Skip to content

Commit

Permalink
Move some files. Syntax package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hlamer committed Jan 3, 2013
1 parent d10d82e commit 9efa561
Show file tree
Hide file tree
Showing 870 changed files with 24 additions and 191,686 deletions.
6 changes: 3 additions & 3 deletions editor.py
Expand Up @@ -3,16 +3,16 @@
import sys

if not '-p' in sys.argv:
sys.path.insert(0, 'build/lib.linux-x86_64-2.7/')
sys.path.insert(0, 'build/lib.linux-x86_64-2.6/')

import sip
sip.setapi('QString', 2)

from PyQt4.QtGui import QApplication, QFont, QPlainTextEdit, QSyntaxHighlighter, \
QTextCharFormat, QTextBlockUserData

from qutepart.syntaxhighlighter import SyntaxHighlighter
from qutepart.syntax import SyntaxManager
from qutepart.syntax.highlighter import SyntaxHighlighter
from qutepart.syntax.syntax import SyntaxManager


def main():
Expand Down
5 changes: 0 additions & 5 deletions makeres.sh

This file was deleted.

1 change: 0 additions & 1 deletion notes

This file was deleted.

3 changes: 0 additions & 3 deletions part/.gitignore

This file was deleted.

55 changes: 0 additions & 55 deletions part/AUTHORS

This file was deleted.

231 changes: 0 additions & 231 deletions part/CMakeLists.txt

This file was deleted.

0 comments on commit 9efa561

Please sign in to comment.