File indexing completed on 2025-02-02 03:54:47
0001 <!DOCTYPE html> 0002 <html><head> 0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 0004 <title>test.desktop</title> 0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (.desktop) - Theme (Breeze Dark)"/> 0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre> 0007 <span style="color:#7a7c7d"># test file for .dekstop syntax highlighting</span> 0008 <span style="font-weight:bold">[Desktop Entry]</span> 0009 <span style="color:#2980b9">GenericName</span>=Text Editor 0010 <span style="color:#2980b9">GenericName</span><span style="color:#f67400;font-weight:bold">[ar]</span>=محرّر نصوص 0011 <span style="color:#2980b9">Name</span>=KWrite 0012 <span style="color:#2980b9">Name</span><span style="color:#f67400;font-weight:bold">[ar]</span>=كاتبك 0013 <span style="color:#2980b9">Comment</span>=KDE Text Editor 0014 <span style="color:#2980b9">Comment</span><span style="color:#f67400;font-weight:bold">[ar]</span>=محرّر نصوص لكدي 0015 <span style="color:#2980b9">MimeType</span>=text/plain; 0016 <span style="color:#2980b9">Exec</span>=kwrite %U 0017 <span style="color:#2980b9">StartupNotify</span>=true 0018 <span style="color:#2980b9">Icon</span>=kwrite 0019 <span style="color:#2980b9">X-DocPath</span>=kwrite/index.html 0020 <span style="color:#2980b9">Type</span>=Application 0021 <span style="color:#2980b9">Terminal</span>=false 0022 <span style="color:#2980b9">InitialPreference</span>=8 0023 <span style="color:#2980b9">X-DBUS-StartupType</span>=Multi 0024 <span style="color:#2980b9">X-DBUS-ServiceName</span>=org.kde.kwrite 0025 <span style="color:#2980b9">Categories</span>=Qt;KDE;Utility;TextEditor; 0026 <span style="color:#2980b9">Actions</span>=new-window;new-tab; 0027 0028 <span style="color:#7a7c7d"># test folding: the header should not be</span> 0029 <span style="color:#7a7c7d"># part of the previous region.</span> 0030 <span style="color:#7a7c7d"># </span><span style="color:#81ca2d;background-color:#4d1f24;font-weight:bold">NOTE</span><span style="color:#7a7c7d">: this options in Exec don't exist.</span> 0031 <span style="font-weight:bold">[Desktop Action new-window]</span> 0032 <span style="color:#2980b9">Name</span>=New Window 0033 <span style="color:#2980b9">Exec</span>=kwrite --new-window 0034 <span style="color:#2980b9">Icon</span>=kwrite 0035 0036 <span style="font-weight:bold">[Desktop Action new-tab]</span> 0037 <span style="color:#2980b9">Name</span>=New Tab 0038 <span style="color:#2980b9">Exec</span>=kwrite --new-tab 0039 <span style="color:#2980b9">Icon</span>=kwrite 0040 </pre></body></html>