Login Register

notapad (web based IDE)

An extensible IDE with code completion, colorization, bookmarks, based on my CodeTextArea widget.
A test version is online at http://www.notapad.org
user: guest
pwd: guest
The test user can't write on the remote filesystem.
Nicola

that's really cool! keep it

that's really cool! keep it up.

One quirk I noticed: when you click to focus the text area, it doesn't put the carat where you'd expect, but rather seemingly where it was last focused. Otherwise, top notch!

Well known bug, I'll fix it

Well known bug, I'll fix it ASAP! :)
Thank you Dante!
nic

Well known bug, I'll fix it

Well known bug, I'll fix it ASAP! :)
Thank you Dante!
nic
ps sorry for double posting, can I remove this reply?

fixed!

fixed! At least on FF and IE6.
Thank you,
nic

can't log in

Hi Nicola

I can't login. It remains on:

http://www.notapad.org/?username=guest&password=guest

and continues to ask for username

regards
--
Roberto Saccon
http://rsaccon.com

login problem

Hi Roberto,
what browser are you using? (safari?)
I tested my app only on firefox and IE now, I'll test on safari/win...
Thank you!
nic

Fixed (I hope!) nic

Fixed (I hope!)
nic

By the way, I made some

By the way, I made some changes to your editor so that it can be used in a layout widget. You may want to take a look...
http://svn.psychdesktop.net/trunk/install/apps/Katana%20IDE/KatanaIDE/Co...

Maybe I need to use a newer revision of the widget, I'll try that later on today.

I'll take a look tonight.

I'll take a look tonight. :)

I changed the loadPlugins method, moving the dojo.require(parameter) calls in an external script because I had problems with my dojo xd custom build.
I fixed two bugs: the first one in the bookmarks plugin, the other in the setCaretPositionAtPointer method.
nic

Sign-up open!

I'm glad to announce that sign up is open for notapad IDE 0.1a!
nic
ps I still need a Disclaimer, I'll write it asap...

Some problems (in Safari)

1. Cursor keys don't work.
2. Very hard to tell where the cursor is in a string of text.

Taken together, they make it very difficult to use. If you click to place the cursor inside a string of text, you don't realize that the cursor isn't where you think it is until you see that your typing isn't going where you want it; it's usually only off by one character, but since the cursor keys don't work, you can't just back up one character; you need to reach for the mouse again and try to place the cursor where you want it.

Sorry, I can't run Safari on

Sorry, I can't run Safari on my Gnu Linux box.
Now I'm fixing other major bugs, but I'll fix Safari related bugs ASAP.
Thank you!
nic

Sorry, I can't run Safari on

Sorry, I can't run Safari on my Gnu Linux box.
Now I'm fixing other major bugs, but I'll fix Safari related bugs ASAP.
Thank you!
nic

Source Code?

Hi!!!

Very nice the login system...

Is possible to access the Source Code?

TIA,
JETM

http://code.google.com/p/code

http://code.google.com/p/codetextarea/
You can find here the source code of the CodeTextArea widget and 4 plugins:
BlinkingCaret, MatchingBrackets, GoToLine and Bookmarks
Thanks!
nic

A new version is online...

...with several bugfixes, asynchronous parsing of the document and a new login screen (using dojox.fx.flip :) )
nic