You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/bash
Michele Calgaro 35fbd60457
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
app_templates Use tde_create_tarball, which is ready for reproducible builds, 4 years ago
doc Updated bash related TDevelop documentation toc files. This relates to bug 1859. NOTE: bash_bugs.toc has been removed since tdehtml can not display the page properly (an empty page is shown both in TDevelop and Konqueror). 10 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 years ago
README.dox Rename old tq methods that no longer need a unique name 13 years ago
bashsupport_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
bashsupport_part.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
kdevbashsupport.desktop Desktop file translations: 4 years ago
kdevbashsupport.rc Revert "Finish renaming tdevelop components" 10 years ago

README.dox

/** \class BashSupportPart

Supports bash language

\authors <a href="mailto:geiseri AT kde.org">Ian Reinhart Geiser</a>

\maintainer <a href="mailto:geiseri AT kde.org">Ian Reinhart Geiser</a>

\feature function browser support
\feature runs bash script in external terminal
\feature syntax highlighting and code folding via katepart
\feature Code completion works for variables
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.

*/