473,466 Members | 1,294 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Javascript editor

What javascript editor is the best for writing javascript???


Dec 27 '05 #1
8 1631
Renato Cindori wrote:
What javascript editor is the best for writing javascript???


1. It's _JavaScript_, and that is only one ECMAScript implementation.
<URL:http://pointedears.de/scripts/js-version-info#ecmascript>
(Probably I will add KJS later.)

2. Google is your friend. [psf 6.1]

I would like to add that MyEclipse 4.1M2 [1] (which alas is not compatible
to Eclipse 3.2M4 which introduces linked resources everywhere among other
nice things[2]; however, it is to 3.2M3 [3]) has its JavaScript editor
improved and a JavaScript debugger added (where I have not tested the
latter yet):

<URL:http://myeclipseide.com/ContentExpress-display-ceid-70.html>
PointedEars

P.S.: Your keyboard seems to be broken, especially Question Mark key.
___________
[1]
<URL:http://myeclipseide.com/Downloads%2Bindex-req-viewdownload-cid-4.html>
[2]
<URL:http://download.eclipse.org/eclipse/downloads/drops/S-3.2M4-200512151506/>
[3]
<URL:http://download.eclipse.org/eclipse/downloads/drops/S-3.2M3-200511021600/>
Dec 27 '05 #2
> What javascript editor is the best for writing javascript???


I like Eclipse with JS Eclipse
http://www.interaktonline.com/Produc...ipse/Overview/

but you can not really say that any editor is the best

zwetan
Dec 27 '05 #3
Thomas 'PointedEars' Lahn wrote:
I would like to add that MyEclipse 4.1M2 [1] (which alas is not compatible
to Eclipse 3.2M4 which introduces linked resources everywhere among other
nice things[2]; however, it is to 3.2M3 [3]) has its JavaScript editor
improved and a JavaScript debugger added (where I have not tested the
latter yet):

<URL:http://myeclipseide.com/ContentExpress-display-ceid-70.html>


I have now, alas it turns out that "The JavaScript debugger cannot be used
in non-Windows OS in this version of MyEclipse", which is a Big Minus for
me. One would have thought they would include means to use an external
debugger of choice. But then again the Code Assist feature specifies DOM
features like document.getElementById that NN4(!) does not support as "not
supported by Netscape" and "only supported by IE" ...
PointedEars
Dec 27 '05 #4
Thanks

"Renato Cindori" <rc******@varteks.com> wrote in message
news:do**********@ss405.t-com.hr...
What javascript editor is the best for writing javascript???

Dec 28 '05 #5
> What javascript editor is the best for writing javascript???

The Zeus for Windows IDE has support for Java Script:

http://www.zeusedit.com/features.html
Note: Zeus is shareware (45 day trial)

It does code folding, class browsing and syntax highlighting
for the Java Script language. You can even write Zeus macros
using Java Script.

Jussi Jumppanen
Author: Zeus for Windows

Dec 28 '05 #6
On 27/12/2005 15:07, Thomas 'PointedEars' Lahn wrote:

[snip]
<URL:http://pointedears.de/scripts/js-version-info#ecmascript>


There appear to be some inaccuracies and omissions in the Language
Features table.

The following features work here in IE 4.01, which would put the JScript
version at 3.0 (at least).

- UnicodeEscapeSequence in string and regular expression
literals.
- The arguments.callee property.
- The String.prototype.charCodeAt method.

The following features work here in NN 4.08, which would put the
JavaScript version at 1.3 (at least).

- The arguments object (as a local variable).
- FunctionExpression (anonymous).

Missing features and other incorrect versions.

- The Array.prototype.unshift method is not listed. It is a
JavaScript 1.2/JScript 5.5 feature.
- The Array.prototype.splice method is listed as a JavaScript
1.2 feature, though it wasn't correctly implemented until 1.3
(it didn't previously return an array containing removed
elements). It is also listed as a JScript 2.0 feature, though
it wasn't introduced until 5.5.

There might be other things that I didn't notice.

[snip]

Mike

--
Michael Winter
Prefix subject with [News] before replying by e-mail.
Dec 30 '05 #7
Michael Winter wrote:
On 27/12/2005 15:07, Thomas 'PointedEars' Lahn wrote:
<URL:http://pointedears.de/scripts/js-version-info#ecmascript>


There appear to be some inaccuracies and omissions in the Language
Features table. [...]


Thanks. This document is based on what I could find in vendor's online
documentations and on certain occasions where I could test the respective
feature; it does not claim to be accurate or complete (should I add that
provision to the text?)

Any correction/addition as to things really are is welcome and will be
credited where it is due.
Regards,
PointedEars
Dec 30 '05 #8
Thomas 'PointedEars' Lahn said the following on 12/30/2005 11:12 AM:
Michael Winter wrote:

On 27/12/2005 15:07, Thomas 'PointedEars' Lahn wrote:
<URL:http://pointedears.de/scripts/js-version-info#ecmascript>
There appear to be some inaccuracies and omissions in the Language
Features table. [...]

Thanks. This document is based on what I could find in vendor's online
documentations and on certain occasions where I could test the respective
feature; it does not claim to be accurate or complete (should I add that
provision to the text?)


Yes. And possibly a contact method so that people who see it and
possible inaccuracies could let you know.
Any correction/addition as to things really are is welcome and will be
credited where it is due.


Line: 124
Char: 1
Error: Object doesn't support this method or property.

Is the error given when the page opens.

IE6 SP2 on WinXP

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Dec 30 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Matthew | last post by:
I am very new to JavaScript, and have been using Notepad. Is there a editor out there that showes the JavaScript environment variables? Example: I just found out about the document.forms array...
1
by: Paul Aspinall | last post by:
Can anyone recommend a good editor for coding Javascript?? ie. once which has 'intellisense' type prompting etc. If there isn't an editor with this built-in, is there a program which does it as...
1
by: IkBenHet | last post by:
Hello, I found this script to create a simple rich text form (http://programmabilities.com/xml/index.php?id=17): <html> <head> <title>Rich Text Editor</title> </head> <body>
10
by: madtom1999 | last post by:
I've been playing with some javascript code and have produced a very rough proof of concept source code editor written in javascript (a bit like FCKeditor). Its not ready for release ((L)GPL>2 when...
1
by: carlg | last post by:
There seem to be plenty of Javascript implemented WYSIWYG editors for editing rich text in a web browser, but I haven't been able to find one that shows line numbers. Even if that was the only...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.