|
Eclipse is over 15 years old, not sure I'd call that "modern" 😊 In my
experience it's buggy bloatware and the IDEs based on it are the ones I
like to use least.
Although Eclipse is open-source, I was referring to the RDi parts of it
that should also be open sourced so that third parties don't have to
recreate the wheel when it comes to parsing the source code and keeping
the syntax up-to-date, which is a job clearly better done by the IBM
chaps.
You may be right about it not being more successful either way, but I
believe RDi would have had much greater adoption had it been a simple,
free download from the IBM website and it would be a superior product
with the additional input of the developer community.
________________________________
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> on behalf of Mark Murphy
<jmarkmurphy@xxxxxxxxx>
Sent: 20 August 2018 20:30
To: Rational Developer for IBM i / Websphere Development Studio Client
for System i & iSeries
Subject: Re: [WDSCI-L] Enter splits lines (was: Officially the weirdest
thing I've seen in RDi)
Tim, RDI is already based on a modern IDE which is already open source
right? The fact that IBM doesn't really keep up with the bleeding edge
of
Eclipse technology isn't that much of a problem. Same would happen on
whichever IDE they built over, and the community isn't really that
large
compared to some of the other communities that use Eclipse (PHP for
example). I have a hard time believing that RDI would be any more
successful on a different platform, open source or not.
On Mon, Aug 20, 2018 at 10:07 AM Tim Fathers <X700-IX2J@xxxxxxxxxxx>
wrote:
I think the reason Microsoft development tools are so good it thatthey
have thousands of programmers in-house developing Microsoft's ownto
applications with them and, most likely, using the tools themselves
develop the tools. RDi is a niche product and I suspect thedevelopers
don't get that much opportunity to write real RPG or COBOLapplications
with their own tools.modern
In my opinion, IBM should drop the silly price tag, port RDi to a
IDE like VS Code and open source it so that the developers thatactually
use the product in anger (literally in many cases 😊 ) can contributeto
it. There are a couple of open source alternatives already but thenumber
of people in our environment who have the skills and inclination towrite
them is small and to my mind it would make far more sense for those<
resources to be pooled with IBM's on a single open source project.
________________________________
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> on behalf of Ken Killian
kkillian@xxxxxxxxxxxx>Client for
Sent: 20 August 2018 15:31
To: Rational Developer for IBM i / Websphere Development Studio
System i & iSeriesweirdest
Subject: Re: [WDSCI-L] Enter splits lines (was: Officially the
thing I've seen in RDi)Perfectly
Oh well falling back to Reliable NotePad++, it has ZERO PROBLEMS with
splitting lines. And actually lines it up on the next paragraph.
EVERY TIME. I admit, I expect too much for RDI. I need to haverealistic
expectations for RDI. Do not expect too much. Concur.to
Gee, I didn't think splitting a line was rocket science, and requires
disable the parser to stop code from being erased.test-cases.
I am require to set up test-cases using RPG-UNIT, and I have to cut &
paste huge SQL-statements to set up test data for repeated
NotePad++,
So, my case usage is probably out of the ordinary. Plus, using
I don't have to shift each line split to line up correctly either.Works
100% much better in NotePad++ anyway. I have a work-around for thethey
limitations of RDI.
A quality software product speaks for itself, and the brand.
My co-workers laugh nervously, asking meekly, cannot IBM do line
splitting? I have to reply, "NO, sadly, and for what ever reason,
cannot handle it on a consistent basis. No wonder Microsoft tool-setis far
superior. And I have to use Alt+S to split sql statements, but I canuse
<Enter> to split "normal" lines.go!
As long as I work around for limitations of coding RDI, I am good to
better
Thanks for the insight. I have no doubt that RDI will eventual get
after 4-years of college.Calabro <
-Ken Killian-
________________________________
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxx> on behalf of Buck
kc2hiz@xxxxxxxxx>Client for
Sent: Saturday, August 18, 2018 7:54 AM
To: Rational Developer for IBM i / Websphere Development Studio
System i & iSeriesweirdest
Subject: Re: [WDSCI-L] Enter splits lines (was: Officially the
thing I've seen in RDi)<vhamberg@xxxxxxxxxxxxxxx>
On Sat, 18 Aug 2018 at 03:11, Vernon Hamberg
wrote:cursor
Y'all - the most recent versions of RDi do split the line at the
line,when you press Enter - to get the previous behavior - to get a new
didyou press Ctrl-Enter.
That was very welcome, but there is a complex interaction between the
'line splitter' and 'SQL formatter' functionality that is not
immediately intuitive to me. Maybe the list can help. Here is some
source:
exec sql
declare fred cursor for
select *
from systables;
x = y + 500;
I've got it in an SQLRPGLE.
My Preferences in Remote Systems > Remote Systems LPEX Editor > IBM i
Parsers > ILE RPG > Free-Form SQL Formatting are simple. Everything
is unchecked except Automatic indentkeys (Filter on SQL).
In Remote Systems > Remote Systems LPEX Editor > IBM i Parsers > ILE
RPG > Key Behavior I have
Alt-S splits and shifts
Enter splits in free form
Automatic indent
Automatic closure of control block
Tab indents
In LPEX Editor > User Key Actions, I have nothing.
Now put the cursor on the '5' in 'x = y + 500;'
Press Enter.
In my window, the 500 moves down one line and is shifted to the left
so it lines up with the '=' sign above.
I rather like that
This works the same in Insert or Overstrike mode..
Now place the cursor on the 'c' in 'declare fred cursor for'.
Press Enter.
My editor gives me a new, empty line after 'declare fred cursor for'.
It behaves exactly like Ctrl-Enter in free-form calcs.
I'm not keen on that because in my head I think of SQL statements as
free-form calculations. RDi has a different opinion :-)
Try the same experiment using the numeric keypad Enter, and it's
different to each other yet again. This time the SQL spli/shifts but
the calcs split/shift/no indent. I'd be OK with any of these
behaviours if they were entirely consistent - if Main Enter always
X and Numeric Enter always did Y.the
You've been on the RDi road with me for a long time Vern, so I know I
don't need to go into the history of the thing. I have a hypothesis
that because RDi was born in the columnar age, grew into a teen in
columnar age, and is now a college student in the emoji age, thereare
more than a few internal RDi processes that simply assume columnarStudio
code. As we find and report them to IBM, I'm sure they'll get
addressed. I've never been more optimistic about RPG and RDi in 30
years. It's a great time to be an RPG programmer.
As for my Microsoft colleagues ribbing me about this or that, well
that's what bonds us together as programmers. They have their own
complaints about their IDE. I truly feel for the RDi developers.
They're writing a thing for programmers. Speaking for myself, as a
programmer, I Could Do That Better Then Those Other Programmers Did.
I'm sure of that, regardless of how true it actually may be (spoiler:
not remotely true). Do doctors make the worst patients? Do
programmers make the worst IDE users? Hm.
--buck
--
This is the Rational Developer for IBM i / Websphere Development
Client for System i & iSeries (WDSCI-L) mailing listhttps://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.midrange.com%2Fmailman%2Flistinfo%2Fwdsci-l&data=02%7C01%7C%7C53621264e51b4688d1be08d606a16dd4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703687730797053&sdata=EVv7vHBIHKzoYTG14f%2FXDFETyOgTyRSYVWJ2bxRT1yI%3D&reserved=0
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
or email: WDSCI-L-request@xxxxxxxxxxxxhttps://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchive.midrange.com%2Fwdsci-l&data=02%7C01%7C%7C53621264e51b4688d1be08d606a16dd4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703687730797053&sdata=zBu%2FqRTE5A2849iOUOkKB0qTHOpv6Wrh1GcEDEI%2Bm18%3D&reserved=0
Before posting, please take a moment to review the archives
at
.Studio
--
This is the Rational Developer for IBM i / Websphere Development
Client for System i & iSeries (WDSCI-L) mailing listhttps://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.midrange.com%2Fmailman%2Flistinfo%2Fwdsci-l&data=02%7C01%7C%7C53621264e51b4688d1be08d606a16dd4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703687730797053&sdata=EVv7vHBIHKzoYTG14f%2FXDFETyOgTyRSYVWJ2bxRT1yI%3D&reserved=0
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
or email: WDSCI-L-request@xxxxxxxxxxxxhttps://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchive.midrange.com%2Fwdsci-l&data=02%7C01%7C%7C53621264e51b4688d1be08d606a16dd4%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703687730797053&sdata=zBu%2FqRTE5A2849iOUOkKB0qTHOpv6Wrh1GcEDEI%2Bm18%3D&reserved=0
Before posting, please take a moment to review the archives
at
.Studio
--
This is the Rational Developer for IBM i / Websphere Development
Client for System i & iSeries (WDSCI-L) mailing listhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.midrange.com%2Fmailman%2Flistinfo%2Fwdsci-l&data=02%7C01%7C%7C3cad5bc493dd42e33d4c08d606cb067b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703866381293852&sdata=G%2F16kXCxDamAEB4qFQxQtbvyaaUqV5eKUpZQOFNcWsE%3D&reserved=0
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
or email: WDSCI-L-request@xxxxxxxxxxxxhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchive.midrange.com%2Fwdsci-l&data=02%7C01%7C%7C3cad5bc493dd42e33d4c08d606cb067b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703866381293852&sdata=N%2BOzcOVKNCKBZGwVt5FMsVSowUS%2BB8c6zSnXm11sKTQ%3D&reserved=0.
Before posting, please take a moment to review the archives
at
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.midrange.com%2Fmailman%2Flistinfo%2Fwdsci-l&data=02%7C01%7C%7C3cad5bc493dd42e33d4c08d606cb067b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703866381293852&sdata=G%2F16kXCxDamAEB4qFQxQtbvyaaUqV5eKUpZQOFNcWsE%3D&reserved=0
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Farchive.midrange.com%2Fwdsci-l&data=02%7C01%7C%7C3cad5bc493dd42e33d4c08d606cb067b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636703866381293852&sdata=N%2BOzcOVKNCKBZGwVt5FMsVSowUS%2BB8c6zSnXm11sKTQ%3D&reserved=0.
--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.
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.