× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 1/8/2016 10:10 AM, Englander, Douglas wrote:

Thank you for the information and idea. I found a site on the internet that outlines how to perform all of this, since I have never created a plugin before or any other objects that interact with Rational (I use it plain vanilla). That site is here:
http://www.ibm.com/developerworks/websphere/library/techarticles/0605_casey/0605_casey.html

These steps are pretty close to what you need. I wrote up a
step-by-step with screen shots in the wiki:
http://wiki.midrange.com/index.php/RDP_ToPrefixArea

The only change really is to have the user profile class implement a
method named userProfile. I added the following user profile class to
my existing lpexextensions:

package com.kc2hiz.lpexextensions;
import com.ibm.lpex.core.LpexView;

public class UserProfileBuck {
public static void userProfile(LpexView lpexView) {

// trim trailing blanks
lpexView.doCommand("trim");
lpexView.doCommand("set messageText Trailing blanks trimmed.");

}
}

Preferences > LPEX Editor > User Profile :
com.kc2hiz.lpexextensions.UserProfileBuck

And now, every time I open a source member, it gets trailing blanks trimmed.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.