Hi Doug,

Re the Eclipse thing, do you have any pointers or links etc for setting up 
eclipse in a Linux workstation environment please?
Most of the stuff I've seen for U2 seems to all be windows based and I'm only 
knew to Eclipse as well having been a vi fan for ages.
My colleague has recently introduced me to the joys of Emacs but am struggling 
to un-learn vi.

Cheers
Peter







Peter Cheney
Ultracs Developer
t 07 3017 8837 | f 07 3002 8400
e peter.che...@firstmac.com.au
w firstmac.com.au

________________________________________
From: u2-users-boun...@listserver.u2ug.org 
<u2-users-boun...@listserver.u2ug.org> on behalf of Doug Averch 
<dave...@gmail.com>
Sent: Sunday, 22 December 2013 12:23 AM
To: U2 Users List
Subject: Re: [U2] BASIC code - upper, lower, CamelCase, what say you?

"BFIND" are your really serious.  Is this one of those, we must us only use
UniBasic code?  Because if it is, we U2 programmers are really dinosaurs
not knowing the comet already has changed the world.

We have been using Eclipse since 2004.  The search engine is so fast and
will search my local machine, not the database, in seconds.  The Eclipse
search engine shows not only the program but the entire line that matches.
You can click on the line in the search window and the editor start up and
loads the program focusing on the line in question.

Gee, you should wonder how Eclipse compares to a single telnet window
driven program written UniBasic?

Regards,
Doug
www.u2logic.com
"Industrial strength tools for U2 programmers and shops"


On Sat, Dec 21, 2013 at 6:08 AM, Symeon Breen <syme...@gmail.com> wrote:

> Not this one again ....
>
>
> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bobby Worley
> Sent: 20 December 2013 19:02
> To: U2 Users List
> Subject: [U2] BASIC code - upper, lower, CamelCase, what say you?
>
> First off - Merry Christmas and Happy New Year to all.
>
> I'm starting to write a lot of new BASIC (Universe 11.1) subroutines for
> our
> DesignBais application, and since I'll be starting with a blank code
> template instead of modifying existing code, and I thought 'hey why not
> join
> the 21st century' and make the code look more mainstream, and readable.
> (falling back on our last TEXMUG presentation by Clif Oliver on
> refactoring).
>
> And considering Universe 11.2 now supports local subroutines and functions,
> I should make the code look and behave more object-like.
>
> Does anyone know of a set of rules or guidelines on how to do this?    Just
> experimenting briefly, Universe BASIC compiler will allow any mix of cases
> for keywords, but variables are case sensitive.  Example:
>
> >ED BP TEST
> ABC=1
> Abc=2
> abc=3
> PRINT ABC
> Print Abc
> pRiNt abc
> stop
> end
>
> >RUN TEST
> 1
> 2
> 3
>
> So, how are developers mixed case in their code these day? Do keywords,
> local variables, common variable, equates follow a standard method?
>
> thanks in advance,
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 -------------------------------------------------------------------------------
Note: 
This email (inc all attachments) is for the use of the intended recipient(s) 
only.
Privileged or confidential information may be contained in this communication. 
If you have received this email in error, please notify the sender immediately 
and then delete all copies of this message from your computer network. If you 
are not the intended recipient, you must not keep, use, disclose, copy or 
distribute this email without the author's prior permission. If you are the 
intended recipient and you do not wish to receive similar electronic messages 
from us in future, then please respond to the sender to this effect. 
We have taken precautions to minimise the risk of transmitting software 
viruses, but advise you to carry out your own virus checks on this email and 
its attachments. We do not accept liability for any loss or damage caused by 
software viruses and do not represent that this transmission is free from 
viruses or other defects. 
Firstmac Limited (ABN 59 094 145 963) (AFSL 290600) 
 -------------------------------------------------------------------------------
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to