473,412 Members | 4,594 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Eclipse

I anyone using Eclipse? If so, can you give me a clue to get started.
I keep reading about how good an IDE it is, but it does not seem to
help with Web stuff (CSS/HTML/JavaScript). I downloaded a variety of
plug-ins, but it just seems like a hard to use straight text editor.
What am I doing wrong?
--
Matt Silberstein

Do something today about the Darfur Genocide

http://www.beawitness.org
http://www.darfurgenocide.org
http://www.savedarfur.org

"Darfur: A Genocide We can Stop"
Oct 30 '05 #1
5 2263
Matt Silberstein wrote:
I anyone using Eclipse?
I am using eclipse 3.2M2, currently with MyEclipse 4.0.3GA and PHPEclipse
1.1.8-CVS-20051018 plugins.
If so, can you give me a clue to get started. I keep reading about how
good an IDE it is,
It is. But it is an editor platform, so you need an appropriate editor
plugin to get the most out of it. Eclipse started being a Java IDE only
which is why that is included by default in the SDK. The Java Perspective
and the Java editor is obviously not suited for editing HTML or JS files.
but it does not seem to help with Web stuff (CSS/HTML/JavaScript).
Yes, that only seems to be so. For example, with MyEclipse plugin
installed, you can conveniently edit (X)HTML, XML, CSS, JS and files in
many other Web formats. BTW, I fail to see why you consider Java not to
be "Web stuff".
I downloaded a variety of plug-ins, but it just seems like a hard to
use straight text editor.
The current MyEclipse version contains a structural editor for the HTML
editor plugin when running under MS Windows. Note that using structural
editors only often makes you ending up with invalid code if you do not
understand the basics of structural markup.
What am I doing wrong?


You are expecting a development platform to be a point-and-click
editor -- probably, since you did not tell what you really did (i.e.
which plugins you tried) and what exactly did not work as expected.
PointedEars
Oct 30 '05 #2
On Sun, 30 Oct 2005 23:27:48 +0100, in comp.lang.javascript , Thomas
'PointedEars' Lahn <Po*********@web.de> in
<40****************@PointedEars.de> wrote:
Matt Silberstein wrote:
I anyone using Eclipse?


I am using eclipse 3.2M2, currently with MyEclipse 4.0.3GA and PHPEclipse
1.1.8-CVS-20051018 plugins.
If so, can you give me a clue to get started. I keep reading about how
good an IDE it is,


It is. But it is an editor platform, so you need an appropriate editor
plugin to get the most out of it. Eclipse started being a Java IDE only
which is why that is included by default in the SDK. The Java Perspective
and the Java editor is obviously not suited for editing HTML or JS files.
but it does not seem to help with Web stuff (CSS/HTML/JavaScript).


Yes, that only seems to be so. For example, with MyEclipse plugin
installed, you can conveniently edit (X)HTML, XML, CSS, JS and files in
many other Web formats. BTW, I fail to see why you consider Java not to
be "Web stuff".


No slur intended. I don't do Java at the moment and think of it as
"bigger" than Web stuff. Java produces "programs" (even if applets).
Yes, I know those are terms of art. It is more what I do/everything
else.
I downloaded a variety of plug-ins, but it just seems like a hard to
use straight text editor.


The current MyEclipse version contains a structural editor for the HTML
editor plugin when running under MS Windows. Note that using structural
editors only often makes you ending up with invalid code if you do not
understand the basics of structural markup.


Yeah, I expect an editor to give me help with persnickety details.
What am I doing wrong?


You are expecting a development platform to be a point-and-click
editor -- probably, since you did not tell what you really did (i.e.
which plugins you tried) and what exactly did not work as expected.


I did not want to bore people if I was so off topic. I downloaded
MyEcplise, though, so I will try to play with it a bit more. Thanks
for the help.

--
Matt Silberstein

Do something today about the Darfur Genocide

http://www.beawitness.org
http://www.darfurgenocide.org
http://www.savedarfur.org

"Darfur: A Genocide We can Stop"
Oct 30 '05 #3
Matt Silberstein wrote:
[...] Thomas 'PointedEars' Lahn <Po*********@web.de> [...] wrote:
Matt Silberstein wrote:
I anyone using Eclipse?
[...] it does not seem to help with Web stuff (CSS/HTML/JavaScript).
Yes, that only seems to be so. For example, with MyEclipse plugin
installed, you can conveniently edit (X)HTML, XML, CSS, JS and files in
many other Web formats. BTW, I fail to see why you consider Java not to
be "Web stuff".


No slur intended. I don't do Java at the moment and think of it as
"bigger" than Web stuff. Java produces "programs" (even if applets).
Yes, I know those are terms of art. It is more what I do/everything
else.


JS scripts are programs, too. Most notably, they are compiled into
byte-code which is interpreted by a Virtual Machine later, like Java
programs are; it is only that few people know that because in most
cases, the JS compilation process is performed just-in-time.
I downloaded a variety of plug-ins, but it just seems like a hard to
use straight text editor.

The current MyEclipse version contains a structural editor for the HTML
editor plugin when running under MS Windows. Note that using structural
editors only often makes you ending up with invalid code if you do not
understand the basics of structural markup.


Yeah, I expect an editor to give me help with persnickety details.


Such as?
What am I doing wrong?


You are expecting a development platform to be a point-and-click
editor -- probably, since you did not tell what you really did (i.e.
which plugins you tried) and what exactly did not work as expected.


I did not want to bore people if I was so off topic.


Discussing IDEs that can be used for JS programming does not seem to me as
being off-topic here.
I downloaded MyEcplise, though, so I will try to play with it a bit more.
Thanks for the help.


You're welcome.
PointedEars
Oct 31 '05 #4
Thomas 'PointedEars' Lahn wrote:
I downloaded MyEcplise, though, so I will try to play with it a bit
more. Thanks for the help.

You're welcome.


Coming into this thread late, but also look at:
https://sourceforge.net/projects/jseditor/

--
Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com
Oct 31 '05 #5
Matt Kruse wrote:
Thomas 'PointedEars' Lahn wrote:
I downloaded MyEcplise, though, so I will try to play with it a bit
more. Thanks for the help.

You're welcome.


Coming into this thread late, but also look at:
https://sourceforge.net/projects/jseditor/


Yes, but note the date of last update. Unlike MyEclipse's JavaScript
editor, it's for free. Like the latter, it cannot handle prototypes
(which can be seen in the Outline View) and can do code completion
(with Ctrl+Space). MyEclipse is better on code completion when it
comes to JSdoc; the SF JS editor is better with general language
constructs.

Unfortunately, Harish Kataria's JavaScript Editor 2.0.0 plugin seems the
only JS Editor capable of recognizing prototypes that works at least with
eclipse 3.2M2 can no longer be downloaded from the author's Web site

<http://www.ee.ryerson.ca/~hkataria/>

and therefore it has to remain with me for private use only until further
notice (which is why I did not mention it before). On the other hand, it
cannot do code completion. Probably v2.0.1 will but we have to wait for
that.

Since Harish now provides contact e-mail addresses, I will ask him about
the access problem.
PointedEars
Oct 31 '05 #6

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

Similar topics

0
by: Donovan | last post by:
Hello. I am interested in learning about and using the Eclipse framework and Java -- both of which are new to me. I have prior programming experience with VB.NET and c#.NET; but not Java. As...
4
by: junee | last post by:
I tried to develop php on eclipse installed are prerequisites but it didn't work help me, if any one experienced with it succeeded. it is 0.7 build help plz
16
by: Amir Michail | last post by:
Hi, It seems to me that measuring productivity in a programming language must take into account available tools and libraries. Eclipse for example provides such an amazing IDE for java that it...
0
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for...
5
by: chenhong | last post by:
Is there a way to highlight variable in vs2005 like what eclipse do?
16
by: Ananthu | last post by:
Hi I dont know how to connect mysql with ECLIPSE in RCP application. Please send me the sample code of connecting mysql sever with ECLIPSE in RCP application. Coding Part: RCP Application...
15
by: Ramon F Herrera | last post by:
I have been using Eclipse for a few weeks, and IMO there is no better IDE. Since my experience has been so productive -and hence satisfactory- in Java, I would like to use the same IDE...
0
by: Pesho318i | last post by:
hello, I'm writing in the Java forum, because I believe here I can find ppl comfortable with Eclipse. I'd like to install the PLDT plugin for Eclipse, but always run into compatibility...
7
by: R.A.M. | last post by:
Hello, I have started learning PHP5. I would like to programme in Windows XP and Fedora Linux. I have found two IDEs for PHP (if I understood correctly): - Eclipse PDT, - EasyEclipse for PHP....
3
by: ravit | last post by:
Hello All, I am trying to execute an application that is developed using eclipse libraries. Jface, SWT , etc. While I execute the application , i have received an exception which I am unable...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.