code-assist

Default taglibs used within included JSPs for editing

Hello everyone Within Eclipse's jsp-editor, as you all know, I get code-assistance for external taglibs once I defined them. In the project I am working on now a lot of jsps are just included and have no taglib definition in the top which gives me a lot of editor warnings. In the deployment this doesnt matter because the taglibs are def...

Code assist in (jsp /jstl) view for Spring MVC model objects in Eclipse

In Spring MVC when placing an object in the view model like so: public String getUser( Model model ) { //...fetch user... model.addAttribute( "user", user ); return "viewName"; } and accessing it's values in the JSP / JSTL view like this: ... <p> ${user.name} </p> ... I'm wondering if it is possible to have code ass...

More Code Assist in Eclipse PDT For HTML

I am trying to come over from dreamweaver to eclipse. In eclipse when I am in a php file writing html. If I just type a "<" then the code assist popup will come up with all the options I can choose from. I would like to know if the code assist can appear in more places though. If I type "<div" and hit space can I get another code assi...

Content Assist problem in eclipse 3.5 (solved)

I've got a Content Assist problem in eclipse 3.5, which is eclipse-java-galileo-win32.zip. When I press Alt+/(I've changed Ctrl+Space to this) in Java Editor, no assistant tips are shown up. I've solved this problem and I'd like to share my experience. Eclipse-->Preferences-->General-->Keys; Search 'Content Assist'; You'll find that ...

Adding Code Assist feature to an Editor

Hi, I would like to add a very basic assist feature to a text editor I am writing. Am interested in knowing how the code assist feature for major IDEs or Text Editors work. Can someone point me in the direction of links towards implementations of these, maybe in any of the major open source projects or even the data structures or basic ...

Aptana: Can PHP and HTML code assist happen in the same file?

I'm attempting to use Aptana for some web programming. For the most part, I'm impressed! One thing that's driving me crazy is that Aptana won't perform code assist on PHP code in an .html file... and conversely, won't perform HTML code assist in a .php file?! Am I missing something here? Pushing "best practices" aside for a moment... P...

jQuery Code Assist for Eclipse

I am using Eclipse PDT Helios v3.6 I have tried using the jQueryWTP plugin @ http://www.langtags.com/jquerywtp/ I did what the Installation notes said. But in vain. I still am unable to get the Code Assistance. Has anyone had better luck with this? Help is greatly appreciated. ...

how to use list collection for "foreach" in SSIS

Hi All, how to use foreach with "for each from variable enumator" if variable is of List<> type in SSIS packages. please give me example thanks in advance. ...

Zend studio 7.2 code assist window

Does anyone know how to change the code assist font to a smaller size on Zend Studio ???. Using a 13" mac hence its too big. ...