Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Dennis
« on: October 25, 2013, 06:59:25 PM »

Thanks for the report.  I am creating a hot fix for this for 18.0.1.
Posted by: naas
« on: October 20, 2013, 12:10:11 PM »

In a .jsp file containing this:
<%
session  = request.getSession(true);
Object o = session.getAttribute("fool");

when typing o. nothing happens.

In a .java file with the same contents, typing o. gives a list of all Object methods and values. How can I get slickedit 2013 mac to do the same in a .jsp file?