Menu

dead project?

2009-04-27
2013-04-24
  • Rob Sterner

    Rob Sterner - 2009-04-27

    Is this project officially dead?  If so, I'm considering porting it to github and taking it over.

     
    • Adam Jimenez

      Adam Jimenez - 2009-04-27

      yep. it's well dead.

      codemirror is probably the closest equivalent around:

      http://marijn.haverbeke.nl/codemirror/

       
      • Clancy Hood

        Clancy Hood - 2009-04-27

        Yes, I personally emailed the project admins offering to help a few weeks ago, received no response except from a regular forum poster I copied the email to, who recommended I try Codemirror.  If you do port it to github I'd be a very willing contributor, have written an engine for Safari 3 and Codepress is still the more useful tool to me.  There's a lot still to be said for a simple regex-powered syntax highlighter, and I haven't yet found a real-world use for Codemirror.

         
        • Rob Sterner

          Rob Sterner - 2009-04-29

          Right on Clancy - I'll post a link to github w/ my port if I end up doing it.  Thanks for the motivation :-D

           
      • Rob Sterner

        Rob Sterner - 2009-04-29

        Thanks for the info Adam.  I'm going to look at codemirror, if it doesn't meet my needs I'll post the link to my github repo for this code.

         
    • James Brooks

      James Brooks - 2009-08-31

      Any news on the GitHub? I'd be willing to contribute too!

       
  • ctrlbln

    ctrlbln - 2009-10-27

    I'm currently working on an editor with a similar scope. It is still quite basic, but you can check it out at http://sourcepad.org.

     
  • ctrlbln

    ctrlbln - 2009-10-27

    …and now with a working link:

      : http://sourcepad.org

     
  • MMJ

    MMJ - 2009-10-30

    I call bs.

    That is way to close to: http://www.cdolivet.com/editarea/editarea/exemples/exemple_full.html

    By looks and the source code.

     
  • ctrlbln

    ctrlbln - 2009-11-06

    > That is way to close to: http://www.cdolivet.com/editarea/editarea/exemples/exemple_full.html

    > By looks and the source code.

    Looks yes (but not for long). Source code: no way.

    It's true that I started out by forking EA (which never really worked for me), but since then, the complete application was refactored multiple times with the core pieces rewritten from scratch.

    F.x. try to enter ?> in the middle of a PHP code block in EA. It won't have any effect (Codepress struggles with this as well, but normally catches up if you press enter once or twice), because EA uses a relatively simple regexp mechanism that is applied globally to the entire code. SP on the other hand actually has an idea of the current context and adapts its matching accordingly. Also, it is much less resource-hungry (mainly because it doesn't run lots of checks every 50ms whether the editor is in use or not)

     
  • Anonymous

    Anonymous - 2010-06-03

    News on github or sourcepad? Sourcepad seems to ghost text when word wrapping with syntax highlighting (a bug that seems to have been inherited from editarea)

     
  • Rob Sterner

    Rob Sterner - 2010-06-09

    Haven't been back here in quite some time.  I ended up rolling something verrrry simple that suited our needs as everything else I'd found was way overkill.

     

Log in to post a comment.