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.
9 lines
345 B
9 lines
345 B
15 years ago
|
if test "$enable_editors" = "yes"; then
|
||
|
echo ""
|
||
|
echo "WARNING: You have enabled the editor chooser feature!"
|
||
|
echo "This feature is highly experimental, and officially only the"
|
||
|
echo "Kate part (Advanced Text Editor) is supported!"
|
||
|
echo "Some features are not accessible with other editors, and"
|
||
|
echo "Quanta may even crash with those!"
|
||
|
fi
|