Summary | Double Line Numbers |
Queue | Horde Framework Packages |
Queue Version | 2.0 |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | |
Requester | c.menssen (at) web (dot) de |
Created | 02/15/2005 (7446 days ago) |
Due | |
Updated | 02/17/2005 (7444 days ago) |
Assigned | |
Resolved | 02/17/2005 (7444 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Queue ⇒ Horde Framework Packages
State ⇒ Resolved
Horde 3.0.4.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Double Line Numbers
Queue ⇒ Chora
New Attachment: ScreenHunter_001.jpg
With py-Files, i've double line numbers...
here is my horde/config/mime_drivers.php:
$mime_drivers['horde']['srchighlite']['location'] =
'/usr/bin/source-highlight';
$mime_drivers['horde']['srchighlite']['inline'] = true;
$mime_drivers['horde']['srchighlite']['handles'] = array(
'text/x-csrc', 'text/x-c++src', 'text/x-java',
'application/x-perl', 'application/x-python', 'text/x-c++src',
'text/cpp');
$mime_drivers['horde']['srchighlite']['icons'] = array(
'default' => 'text.png',
'text/x-csrc' => 'source-c.png',
'text/x-c++src' => 'source-c.png',
'text/cpp' => 'source-c.png',
'text/x-java' => 'source-java.png');
Greetings
Chris