pasnox / qodeedit

A source code component editor based on QPlainTextEdit, QTextDocument and QSyntaxHighlighter with the use of Kate xml language definition files.
GNU Lesser General Public License v3.0
26 stars 14 forks source link

mimetypes-qt4 as submodule #1

Closed pussbb closed 12 years ago

pussbb commented 12 years ago

it's better make mimetypes-qt4 repository as sub module. You don't need to worry about where this package must be. If some user want to get source he can do following steps:

git clone git://github.com/pasnox/qodeedit.git
cd ./qodeedit.git
git submodule init
git submodule update
pasnox commented 12 years ago

Thanks you for the suggest. i'm still not familiar with submodules.