facebook

4.1 JavaScript Editor — test and feedback

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243677 Reply

    NotesSensei
    Member

    Hi there,
    Your 4.1 (m2) JavaScript editor looks promising. I think it will be a high quality feature. I’ve been using it for a while now and have a set of improvement suggestions (If this is not the right place to post please move the post).

    1) Code formatter (finally)
    – Could it be configurable. I like a empty line between my functions
    – Could it insert JDoc like headers for functions
    – It needs to take care of functions in objects:
    var myObj = { xxx : function {} }

    2) Support for custom objects (That is hard I know)
    a) objects should be shown as objects not variables in the tree
    b) when I type myObj{dot} I would like the list of my properties/functions

    3) Running the debugger: could the window optional sit inside the IDE instead of a popup.
    4) A DOM inspector mode (a la Advaark) would be nice

    5) Objects awareness for variables:
    var t = document.getElementById() returns a DOM object. The editor should be able to show the dom properties/methods on t{dot}

    6) RUN: configuration like Java run: specifiy the file to load, so you don’t need to navigate all the time

    7) Debug: Edit the dom and edit variables on the fly

    Just my 2c
    🙂 stw

    #243678 Reply

    Thank you for your feedback. We will take your suggestions into the account. You will definatly see JavaScript editor evolving in the next MyEclipse releases.

    #249759 Reply

    ilin0716
    Member

    Dears:

    I using myeclipse to edit JavaScript, when I using “Ctrl + Shift + F” to format my code,

    Chinese characters will be transforming to escape characters, ex: alert (“\u5206\u884c\u6bb5\u7b2c\u4e00\u7ad9”);

    Chinese characters shouldn’t be replaced!!!

    Its big problem for me, have anybody know how to solve it~~

    Appreciate for any feedback and suggestion~

    ilin ^___^

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: 4.1 JavaScript Editor — test and feedback

You must be logged in to post in the forum log in