Javascript & Namespaces/OOP

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
Gizmor
Posts: 4
Joined: Wed Jan 30, 2008 10:01 pm
Contact:

Javascript & Namespaces/OOP

Post by Gizmor »

Hi,

it would be nice if you can add support for Namespaces/OOP in Javascript

For example, if you use something like this:

Code: Select all

var Test = new Object();
Test.Function1 = function() {...};
Test.Function2 = function() {...};
It shows up somewhere between all Variables and where it is hard to find and hart to use.
It would be nice if these functions are available at the Functions-Tree.

Hope, you understand what I'm trying to say :)
Post Reply