Hi,
I guess most of you know the web-based code editor - Mozilla's Bespin project.
Two weeks ago they published their first release of an embedded version:
Being in a alpha stage the documentation isn't really satisfying.
Although there is list of settings I wasn't able to change the syntax to js.
How do you achieve this?
There is...
Hi,
I am trying to use Bespin as my code editor for my next web project. I read through some of the documentation, but could not find a way to save/export files to my web server or onto my Mac.
Can anyone please point me to the right direction???
Thanks!
...
Hi, I set my embedded bespin as below, which works good:
_editorComponent = new bespin.editor.Component('editor', {
language : my_language,
loadfromdiv : true,
set : {
fontsize : 10,
tabsize : 4,
highlightline : 'on'
}
});
and html part for this:
<div id...
Anybody know how to create code snippets in Mozilla Bespin. Its strange that there's so little documentation about it. How do snippets works? are they directly loaded from a js file?
...
I wasn't sure what Canvas did or how it it's useful, so I googled and found this:
http://www.thecssninja.com/javascript/5-uses-canvas-tag
number 1 says
"By far the best implementation of
canvas so far is Mozillas Bespin a web
code editor which uses canvas to
create it’s slick interface, without
canvas Bespin would not be as...
Do any body know how to use bespin php backend? mean how can i use it , i want to edit php files like an online php code editor.http://launchpad.net/bespinphp here is the url!!
...
does anyone know how I can reset my keychain password at bespin.mozilla? I want to import a svn project into bespin but I keep getting the same keychain error - I have tried my most used passwords as well as the one I use to access bespin but with no success.
...
I'm trying to implement a hook when text is edited in a bespin embedded instance. Ideally, I'd simply like to know when the instance has gained or lost focus to capture the user action.
...
How line-numbering in Bespin(https://bespin.mozillalabs.com/) works?
...
Hi, I was checking bespin documentation and I found this
https://wiki.mozilla.org/Labs/Bespin/DesignDocs/VCSIntegration
Here it says bespin can connect mercurial, svn and git. But I could not find those commands in bespin (I am using it from https://bespin.mozillalabs.com/). I am spesifically trying to find a way to connect bespin to git...
I don't know this because I'm on a Sony laptop, but does the Macbook two fingure scrolling work with bespin? The scrolling on my VAIO trackpad doesn't work with bespin. I know this is because the scrollbars are actually canvas drawn and javascript controlled. Sense I want to get a mac eventually, I would like to know if the two fingure s...
Followed the simple tutorial from here
http://stackoverflow.com/questions/1774776/settings-of-bespin-embedded
But cannot figure a way to add a 'save' button that would trigger an ajax event or whatever so i can process it and save the content to a file.
Any clues ?
...
Bespin is a very nice Lab project. I think it has nice potential but the current project seem to lack of active practical applications.
I though of using it as a fixup tool that allows a remote (dev or prod) machine to render the page without having to install dev tools locally. You probably have some better ideas.
Do you have a good p...
Is it possible to clean up indents with mozilla skywriter (bespin)?
...
I saw that Skywriter is released and it looks promising for people that want to create online IDE for other programmers.
Will we soon have online IDE that is based on Skywriter you think?
...