fhackenberger / ktikz

KtikZ provides a nice user interface for making pictures using TikZ.
Other
348 stars 34 forks source link

Show also *.tex files in file-open dialog #49

Closed VolkerChristian closed 3 years ago

VolkerChristian commented 3 years ago

It would be fine to get also all *.tex files in file open dialog.

Change

parsedFilter += QCoreApplication::translate("FileDialog", "PGF document", "filter") + QLatin1String(" (*.pgf *.tikz)");

to

parsedFilter += QCoreApplication::translate("FileDialog", "PGF document", "filter") + QLatin1String(" (*.pgf *.tikz *.tex)");

in filedialog.cpp

jfmcarreira commented 3 years ago

Added. Thanks for the suggestion.