Closed (fixed)
Project:
GeSHi Filter for syntax highlighting
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Sep 2007 at 13:10 UTC
Updated:
17 Feb 2010 at 10:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
nicholasthompsonI would DEFINITELY second this one!
Comment #2
soxofaan commentedindeed,
this one is at the top of my priority list for GeSHi filter.
I already started working on it, but it's not ready yet.
stay tuned
Comment #3
soxofaan commentedHere is a first iteration of the GeSHi CCK field
it's a basic version, without the bells and whistles, but it should be already usable.
be welcome to try it out
Comment #4
Undefined.za commentedsubscribing...
Comment #5
eagereyes commentedThe patch applies cleanly, but my modules page says that the GeShi CCK field is incompatible with Drupal 6.6.
Comment #6
soxofaan commentedThe patch is indeed for the Drupal5 version of the module.
When working on this patch, CCK for Drupal6 was still in alpha/beta mode.
I'm not familiar with Drupal6 CCK development (yet), but as far as I understand, there are significant changes between Drupal5 CCK and Drupal6 CCK.
I would like to first finalize the Drupal5 version of this patch before starting on the drupal 6 version.
So if you want to try it out, you'll have to crack open a can of Drupal 5 ;)
Comment #7
eagereyes commentedAh, i see. Well I can't go back to Drupal 5, but I'd be willing to test a version (even if early alpha) for D6. Also, by now I would guess most people would have switched to D6, so you'd reach a lot more people with a D6 version.
Comment #8
likewhoa commentedsubcribing
Comment #9
soxofaan commentedDrupal 6 usage has grown significantly since the latest patch in this thread,
so I think this issue should also shift to Drupal 6.
Comment #10
wgrunberg commentedI have not found a satisfactory way of making FCKeditor and GeSHi coexist.
A CCK GeSHi field for Drupal 6 sounds like a great way of avoiding WYSIWYG conflicts, Also, I wouldn't have to add a GeSHi input filter that will affect all my content types and not just the ones that I need syntax highlighting.
As an interim solution, how can I duplicate the geshinode.module content type?
Comment #11
soxofaan commentedHere is a first draft for Drupal 6/CCK2
The basic stuff is works, but there is still room for improvement (like most importantly: caching the syntax highlighted code).
I'd also like some other people try it out and give feedback.
Interested people with git in their tool belt can follow the development more closely at http://github.com/soxofaan/geshifilter-dev/tree/geshifield-d6
Comment #12
soxofaan commentedNew version now with caching of the GeSHi filtering
Still some todo's left, but it is already functional
Comment #13
soxofaan commentedHi all,
I just released GeSHi filter module 6.x-1.3, which contains a first beta version of the geshifield module (largely the patch from #12 with some additional tweaks).
Because comments and feedback seem to be dried up in this thread, I decided to release it to all users in the hope to collect more feedback.
Comment #14
likewhoa commentedthanks!! this does everything a geshi cck field should do except moderation of which languages to highlight ;)