Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » outline javascript in Eclipse PDT(outline javascript do no view function)
outline javascript in Eclipse PDT [message #1802106] Fri, 01 February 2019 09:15
dev mapluz is currently offline dev mapluzFriend
Messages: 3
Registered: February 2019
Junior Member
Hi

the outline do not view my javascript function;
here an example of my file.
/*Class: Agenda [JS] */
try{
	var Agenda = {
		file: "plugins/agenda/lib/xhr_agenda.php",
		_self: this,
		/* Constructor: init*/
		init: function(left, right, arg) {...
		},
		/*Function: clear*/
		clear: function(){...
		},
                ...
          };
}
catch(e){
	alert(e.message);
}	


Have you an idea ?
Previous Topic:Problem setting up 2 eclipse UTF8 and ISO-8859-1
Next Topic:Cannot connect to Debugger (i.e. SDM)
Goto Forum:
  


Current Time: Fri Apr 26 21:34:52 GMT 2024

Powered by FUDForum. Page generated in 0.02986 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top