CodePress is web-based source code editor with syntax highlighting written in JavaScript that colors text in real time while it's being typed in the browser.
Features
You can try some features with the demo below.
Real-time syntax highlighting » just write some code
Code snippets » on PHP example type "if" and press [tab]
Auto completion » simple type " or ( or ' or [ or { on any example below (except Plain Text)
Shortcuts » on PHP example press [ctrl][shift][space]. It's shortcut to
Multiple windows » you can add multiple CodePress windows to the same page
Demo
choose example in:
Download v.0.9.6 (26 sep 07)
It has been some time since last update. CodePress project was freezed, but me and Michael are now back.
I really don't know the frequency of future releases but we are working on it.
This release is more like a "we are alive" release. A real release with new features is coming.
Line numbers do not resize with browser font size (because it's a bg image)
Copy from CodePress and paste somewhere else is not working correctly on Internet Explorer.
Fixed for Firefox on version 0.9.6.
License
CodePress is distributed under the LGPL. If your software is compatible with this licence or it is under Creative Commons, you can use it as you want. Just keep the credits somewhere around.
To know a little more about this project, go to the about section.
i decided to change the snippet detector a bit (my upgraded function scope one)
if a pre-defined language snippet reacts to "func" and a function named funcTastic() exists, then youll need to write either "fun" or "funct" to trigger the scoped' one where "func" will trigger the snippet
i did this by swapping the two loops within the snippets() function
Thanks for all the comments here :)) I think we should move this conversation to SourceForge forum. I'm reopening the forum on SF and freezing the comments here.
Martin, I'm really going to spend some time on your code. I tested your function scope and it's really really nice :) By the way, v.0.9.5 already has your VB and ASP syntax highlighting and some fixes for snippets detection.
i decided to change the snippet detector a bit (my upgraded function scope one)
if a pre-defined language snippet reacts to "func" and a function named funcTastic() exists, then youll need to write either "fun" or "funct" to trigger the scoped' one where "func" will trigger the snippet
i did this by swapping the two loops within the snippets() function
Hi guys!
Thanks for all the comments here :)) I think we should move this conversation to SourceForge forum. I'm reopening the forum on SF and freezing the comments here.
Martin, I'm really going to spend some time on your code. I tested your function scope and it's really really nice :) By the way, v.0.9.5 already has your VB and ASP syntax highlighting and some fixes for snippets detection.
Regards
Comments are frozen. Please, use the forum