From 77a3cc2e01f701184c0d27803c7baf3d371f5d25 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 9 Feb 2018 09:30:08 +0100 Subject: [PATCH] doc --- src/doc/user/usermanual.html | 7 +++++-- src/doc/user/usermanual.xml | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index bd7fd4f5..ecd2d417 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -9657,8 +9657,11 @@ for i in range(nres): rclblob indexing script later):

-            application/x-blobapp = exec rclblob
-          
+application/x-blobapp = exec rclblob +

Or if the files are mostly text and you don't + need to process them for indexing:

+
+application/x-blobapp = internal text/plain
  • Under the [icons] diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index 711cf3c6..77f64e30 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -6596,8 +6596,11 @@ for i in range(nres): section, add the following line (more about the rclblob indexing script later): - application/x-blobapp = exec rclblob - +application/x-blobapp = exec rclblob + Or if the files are mostly text and you don't need to process them + for indexing: +application/x-blobapp = internal text/plain + Under the [icons] section, you should choose an icon to be displayed for the @@ -6622,6 +6625,7 @@ for i in range(nres): programming section describes in more detail how to write an input handler. +