× 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.



When I try to use my lpex editor I get a null file message. Has anyone else 
experienced this. I can use the same connection and open the file with my code 
editor. I can see my libraries, members, objects, run commands, create filters 
and so on, but not edit source. We are using WDSc 5.0 a , with OS400 v5r2. Any 
thoughts, ideas/ I contacted the  Toronto lab a number of times but did not get 
an answer.

-----Original Message-----
From: wdsci-l-request@xxxxxxxxxxxx [mailto:wdsci-l-request@xxxxxxxxxxxx]
Sent: Friday, March 26, 2004 9:21 PM
To: wdsci-l@xxxxxxxxxxxx
Subject: WDSCI-L Digest, Vol 2, Issue 140


Send WDSCI-L mailing list submissions to
        wdsci-l@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.midrange.com/mailman/listinfo/wdsci-l
or, via email, send a message with subject or body 'help' to
        wdsci-l-request@xxxxxxxxxxxx

You can reach the person managing the list at
        wdsci-l-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of WDSCI-L digest..."


Today's Topics:

   1. Errors appear in source editor (Buzz Fenner)
   2. RE: Is there an RSE editor equivalent of SEU F15? (Kelly Cookson)
   3. RE: Is there an RSE editor equivalent of SEU F15? (John Taylor)
   4. Re: Errors appear in source editor (Eric Simpson)
   5. RE: Is there an RSE editor equivalent of SEU F15? (Jon Paris)
   6. RE: Errors appear in source editor (Jon Paris)
   7. RE: Errors appear in source editor (Jon Paris)
   8. RE: Errors appear in source editor (Jon Paris)
   9. Tip: How to find default LPEX key actions
      (MichaelQuigley@xxxxxxxxxx)


----------------------------------------------------------------------

message: 1
date: Fri, 26 Mar 2004 15:18:01 -0600
from: "Buzz Fenner" <bfenner@xxxxxxxxxxxxxxxx>
subject: [WDSCI-L] Errors appear in source editor

Trying my hand at 5.1 now - frustrated so far.  While being accustomed to
editing RPGLE source and working with the Error List in the lower window, I
used to be able to double-click an error and the cursor would position to
that line of source in the editing window.  It still does that, but now
inserts ALL errors into the source code in the editing window.  Can I stop
this behavior?

Buzz Fenner
Systems Analyst/Network Administrator
870.930.3374
bfenner@xxxxxxxxxxxxxxxx




--
 PRIVACY WARNING: For auditing purposes, a copy of this message has been
 saved in a permanent database by the Net Integrator at jonesborocwl.org.


------------------------------

message: 2
date: Fri, 26 Mar 2004 15:42:01 -0600
from: Kelly Cookson <KCookson@xxxxxxxxxxxx>
subject: RE: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?

This is not exactly what you want, but when coding RPG there is something
called Show Indentation. Go to the Source menu and select Show Indentation.
A new view will appear next to the LPEX editor that shows the same source
code (albeit with flow control structures indented). 

You can scroll independently through the indent view, and you can select,
copy, paste, and so forth.  You can't search, but you can define a user
action key to filter whatever you select in the indent view, which can be a
quick way top find things and move around. CTRL+W to show all again.

I know everyone is different, but for myself, I could never scroll through
source code to find things as quickly as I can with the Outline, the Find
function (CTRL+F), and the view filters.  



-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx
[mailto:wdsci-l-bounces@xxxxxxxxxxxx]On Behalf Of David Wright
Sent: Friday, March 26, 2004 2:32 PM
To: Websphere Development Studio Client for iSeries
Subject: RE: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?


Not many votes on these issues...

I am trying to make myself use the new interface (been using Code/400), but
I find that not being able to have multiple windows of the same source file
is killing me.

I will usually have one window where I do my coding, and a second view where
I lookup KLISTs, etc...

Maybe we should all go vote?

Or have I missed some other workaround?

Also, where can I change the RSE default to launch CODE instead of the lpex
editor?

Thanks!
David




-----Original Message-----
From: Mark Phippard [mailto:MarkP@xxxxxxxxxxxxxxx] 
Sent: Friday, November 21, 2003 3:24 PM
To: Websphere Development Studio Client for iSeries
Subject: RE: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?


You can't, not even with Java code.  The Eclipse UI framework doesn't have
anything to support it.

There is an Eclipse enhancement request for it, so perhaps it will be in a
future version of WDSC for LPEX editor.  Right now, though, it doesn't look
like it will be in Eclipse 3.0.  The same goes for having two editors open
in maximize view.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=8009

https://bugs.eclipse.org/bugs/show_bug.cgi?id=29763

Mark



      To:   "'Websphere Development Studio Client for iSeries'"
<wdsci-l@xxxxxxxxxxxx>
      cc:
      bcc:
      Subject:    RE: [WDSCI-L] Is there an RSE editor equivalent of SEU
F15?
"John Taylor" <lists@xxxxxxxxxxxxxxxxxxxx>
Sent by: wdsci-l-bounces@xxxxxxxxxxxx
11/21/2003 03:36 PM MST
Please respond to Websphere Development Studio Client for iSeries
<font size=-1></font>






















Has anyone figured out a trick for doing a split view on the same source
member?


> -----Original Message-----
> From: wdsci-l-bounces@xxxxxxxxxxxx
> [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Mark Phippard
> Sent: Friday, November 21, 2003 3:33 PM
> To: Websphere Development Studio Client for iSeries
> Subject: RE: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?
>
>
>
> Great tip and demonstrates the power and flexibility of the
> Eclipse framework. Also, there is no reason you could not
> have the RSE Explorer in that same perspective stacked with
> the Outline view so that it does not take any space.
>
> You could also convert both of those views into "Fast Views"
> within that perspective (might apply across all
> perspectives).  This would allow you to quickly slide the
> view in and out when you need it, but otherwise have the
> editors taking up all of the room.
>
> Mark
>
>
>
>       To:   "'Websphere Development Studio Client for iSeries'"
> <wdsci-l@xxxxxxxxxxxx>
>       cc:
>       bcc:
>       Subject:    RE: [WDSCI-L] Is there an RSE editor
> equivalent of SEU
> F15?
> Kelly Cookson <KCookson@xxxxxxxxxxxx>
> Sent by: wdsci-l-bounces@xxxxxxxxxxxx
> 11/21/2003 04:09 PM CST
> Please respond to Websphere Development Studio Client for
> iSeries <font size=-1></font>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Here's how I get a full screen for the "F15-type" function:
>
> I made a custom perspective by 1) closing all views except
> the editor displaying the source code and the Outline view,
> and 2) going to the Window menu and choosing Save Perspective
> As. I named the perspective COBOL SEU and use this
> perspective to key in COBOL code. I like the simplicity of
> just the editor and outline when I'm keying code.
>
> I open as many files as I want in the RSE perspective, then
> switch to my custom COBOL SEU perspective and set up the
> split screen there. The split screen uses the full page
> (vertically-I still have the Outline view to the right of the
> split screens).
>
> Kelly
>
>
> -----Original Message-----
> From: Sean Porterfield [mailto:sporter@xxxxxxxxxxxx]
> Sent: Friday, November 21, 2003 3:41 PM
> To: Websphere Development Studio Client for iSeries
> Subject: RE: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?
>
>
> Any way to do that full screen?  Mine "restores" as soon as I
> drag down. If I maximize, I only get one member.
>
> Sean Porterfield
> Best Distributing Co.
>
> > -----Original Message-----
> > From: DeLong, Eric
> >
> > Jerry,
> >
> > You can easily do split-screen.  Open two source documents,
> then drag
> > one of the document tabs toward the bottom of the frame.
> When you see
> > the downward
> > pointing arrow, let it go.
> >
> > Eric DeLong
> > Sally Beauty Company
> > MIS-Project Manager (BSG)
> > 940-898-7863 or ext. 1863
> >
> >
> >
> > -----Original Message-----
> > From: Gerald Kern [mailto:gkern@xxxxxxxxxxxxxxxxxxx]
> > Sent: Friday, November 21, 2003 1:24 PM
> > To: wdsci-l@xxxxxxxxxxxx
> > Subject: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?
> >
> >
> > For copy/browse functions. When I started using WDSCi, I
> immediately
> > looked for this function and eventually gave up looking to find the
> > functional equivalent of SEU's F15 copy/browse feature.
> >
> > Now everyone in my office who has installed WDSCi comes to
> me asking
> > how to do this same function.
> >
> > Anyone know? I know code/400 didn't offer this feature, and I don't
> > recall if it made the list of voted for enhancements that
> was recently
> > posted by (I think) George Farr.
> >
> > Comments anyone?
> >
> > Thanks, Jerry
> >
>
> _______________________________________________
> This is the Websphere Development Studio Client for iSeries
> (WDSCI-L) mailing list To post a message email:
> WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change
> list options,
> visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
> or email: WDSCI-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/wdsci-l.
> _______________________________________________
> This is the Websphere Development Studio Client for iSeries
> (WDSCI-L) mailing list To post a message email:
> WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change
> list options,
> visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
> or email: WDSCI-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/wdsci-l.
>
>
>
>
>
>
> _______________________________________________
> This is the Websphere Development Studio Client for iSeries
> (WDSCI-L) mailing list To post a message email:
> WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change
> list options,
> visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
> or email: WDSCI-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/wdsci-l.
>

_______________________________________________
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.






_______________________________________________
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.
_______________________________________________
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.


------------------------------

message: 3
date: Fri, 26 Mar 2004 15:01:16 -0700
from: "John Taylor" <lists@xxxxxxxxxxxxxxxxxxxx>
subject: RE: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?



> -----Original Message-----
> From: wdsci-l-bounces@xxxxxxxxxxxx 
> On Behalf Of David Wright


> I am trying to make myself use the new interface (been using 
> Code/400), but I find that not being able to have multiple 
> windows of the same source file is killing me.

Amen to that! I find the JLPEX editor basically unusable for this
reason. Fortunately, we still have Code/400 available.

> 
> Maybe we should all go vote?
> 

If you're in a voting mood, it wouldn't hurt to add your vote to this
feature within FRED:

https://www7b.software.ibm.com/webapp/wsdd/studioServlet3?client=form210
&SID=1080337524900&SAVEKEY=188

I know it's an Eclipse platform issue, but IBM built Eclipse, so if
enough customers ask for this to be added, I have no doubt that they can
build the enhancement and submit it accordingly.


Regards,

John Taylor



------------------------------

message: 4
date: Fri, 26 Mar 2004 17:55:12 -0500
from: Eric Simpson <esimpson@xxxxxxxxxx>
subject: Re: [WDSCI-L] Errors appear in source editor





Buzz,

Have a look at the iSeries Error List view's menu.  The Messages submenu
lets you pick what messages you want to insert.

Eric Simpson
WebSphere Development Studio Client for iSeries, IBM Toronto Lab,
D1/140/8200/MKM
Phone:  (905) 413-3226,  T/L:  969-3226,  Fax: (905) 413-4850
Email:  esimpson@xxxxxxxxxx



                                                                           
             "Buzz Fenner"                                                 
             <bfenner@jonesbor                                             
             ocwl.org>                                                  To 
             Sent by:                  "WDSC Discussion"                   
             wdsci-l-bounces@m         <wdsci-l@xxxxxxxxxxxx>              
             idrange.com                                                cc 
                                                                           
                                                                   Subject 
             03/26/2004 04:18          [WDSCI-L] Errors appear in source   
             PM                        editor                              
                                                                           
                                                                           
             Please respond to                                             
                 Websphere                                                 
                Development                                                
             Studio Client for                                             
                  iSeries                                                  
                                                                           
                                                                           




Trying my hand at 5.1 now - frustrated so far.  While being accustomed to
editing RPGLE source and working with the Error List in the lower window, I
used to be able to double-click an error and the cursor would position to
that line of source in the editing window.  It still does that, but now
inserts ALL errors into the source code in the editing window.  Can I stop
this behavior?

Buzz Fenner
Systems Analyst/Network Administrator
870.930.3374
bfenner@xxxxxxxxxxxxxxxx




--
 PRIVACY WARNING: For auditing purposes, a copy of this message has been
 saved in a permanent database by the Net Integrator at jonesborocwl.org.
_______________________________________________
This is the Websphere Development Studio Client for iSeries  (WDSCI-L)
mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.




------------------------------

message: 5
date: Fri, 26 Mar 2004 18:02:24 -0500
from: "Jon Paris" <Jon.Paris@xxxxxxxxxxxxxx>
subject: RE: [WDSCI-L] Is there an RSE editor equivalent of SEU F15?

> I am trying to make myself use the new interface (been using
> Code/400), but I find that not being able to have multiple
> windows of the same source file is killing me.

I agree - and would add the missing Navigator and Compare functions to the
list.  Before anyone tells me there is a compare (in fact there are two) - I
mean a _useable_ compare function.

Jon Paris
Partner400
www.Partner400.com




------------------------------

message: 6
date: Fri, 26 Mar 2004 18:02:29 -0500
from: "Jon Paris" <Jon.Paris@xxxxxxxxxxxxxx>
subject: RE: [WDSCI-L] Errors appear in source editor

 >> Can I stop this behavior?

Not that I can find - and it is one of a number of reasons why I still use
CODE as well as WDSc - the plethora of messages makes it nearly impossible
to work with errors in WDSc.

I don't mind it inserting all the actual errors (CODE did that too) but CODE
at least honored the ignore/show settings.  WDSc doesn't - it is a royal
pain in the ....

Jon Paris
Partner400
www.Partner400.com




------------------------------

message: 7
date: Fri, 26 Mar 2004 18:13:22 -0500
from: "Jon Paris" <Jon.Paris@xxxxxxxxxxxxxx>
subject: RE: [WDSCI-L] Errors appear in source editor

  >> The Messages submenu lets you pick what messages you want to insert.

It still doesn't work the way it should Eric.  If I have ignored warnings in
the list, it shouldn't insert them.  Having it insert only the one you
clicked is OK - but why was a working function castrated in the first place?

In fact on my machine (can't speak for others but I have the latest fixes
installed - I checked this morning) if I select anything other than "Insert
all" it doesn't insert anything _and_ doesn't position the edit window!

Jon Paris
Partner400
www.Partner400.com




------------------------------

message: 8
date: Fri, 26 Mar 2004 18:16:23 -0500
from: "Jon Paris" <Jon.Paris@xxxxxxxxxxxxxx>
subject: RE: [WDSCI-L] Errors appear in source editor

 >> The Messages submenu lets you pick what messages you want to insert.

Just tried this again Eric and on my machine - 5.1 latest fix pack - if I
select anything other than "insert all" it doesn't insert anything and also
does not position the edit window.

Jon Paris
Partner400
www.Partner400.com




------------------------------

message: 9
date: Fri, 26 Mar 2004 22:20:39 -0500
from: MichaelQuigley@xxxxxxxxxx
subject: [WDSCI-L] Tip: How to find default LPEX key actions

   Here's how to find the default editor actions for keystrokes, mouse
   clicks, and prefix commands:

   From the workbench if you select 'Help contents' from the 'Help' menu, it
   will launch the browser to the 'Tips for using help' page.  
   Then in the left-hand pane, expand the following through the navigation
   tree:
   'iSeries application developer information',
   +'Editing iSeries applications',
    +'LPEX editor',
     +'Setting LPEX editor profiles'.  

   Under this is a list of the 8 profiles you can select. 'seu base profile'
   is the default (at least I believe it is).  Click on 'seu base profile'
   and you' get a long list of all the default actions for the editor: Key
   Settings (keystrokes), Mouse Event Settings, and Prefix Commands.  I've
   printed it off (about 14 pages) and keep it handy.  Viewing it online is
   also helpful as the actions are hyperlinked to definitions of what they
   do.  You can also do a Ctrl-F search for a word describing an action or a
   keystroke to look up its default action.


------------------------------

_______________________________________________
This is the Websphere Development Studio Client for iSeries  (WDSCI-L) digest 
list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-l.


End of WDSCI-L Digest, Vol 2, Issue 140
***************************************



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.