Re: [U2] Domain knowledge on B/E Aerospace

2012-10-25 Thread satya satya
HI FOLKS,

Actually i just entered in to the new  project. this project is mainly
based on B/E Aerospace. So could any one of you explain any related
document on unidata based on the B/E Aerospace please friends this is my
humble request please give your valueble sujjestions about it.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [BDT] A giant leap forward

2012-10-25 Thread Brian Leach
 Rocket Software had to write a parser for Unidata and Universe in Eclipse
to accomplish what the U2 compilers do.

I guess they are trying to use regular parsing tools for what just isn't a
standard language: UniBasic doesn't follow normal syntax rules.

And of course, it only works if you're using regular UniBasic - not if you
have a pre-compiler or want to edit anything else (e.g. a PROC, Paragraph,
script, or some other asset like an HTML template or data item).. 

That's why mvDeveloper has always had its own hand-built parser and syntax
definitions that can be customized. The new version extends this to allow
new syntax types to be added based on standard 'families' and a new plug-in
architecture to support a wider range of tools. It affects all kinds of
things from the comment in/out rules, through navigation e.g. by next/prev
labels to the build/compile commands. 

I'll be officially releasing version 2 early next month - so watch this
space for announcements grin.

Brian



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [BDT] A giant leap forward

2012-10-25 Thread Tom Whitmore
HI,
I just looked at http://www.rocketsoftware.com/u2/resources/downloads and it is 
still BDT 3.0.1.  When will this site be updated, or is there somewhere else to 
look for the update?

Thanks,
Tom

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel McGrath
Sent: Wednesday, October 24, 2012 6:17 PM
To: U2 Users List
Subject: Re: [U2] [BDT] A giant leap forward

Thank you, it's always great to hear when we've hit the mark.

I've sent this off to the team members responsible.

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Wednesday, October 24, 2012 3:55 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [BDT] A giant leap forward

I would like to *commend*, yes commend, the developers of the Basic Developers 
Toolkit for recent changes.

In particular, the ability to *install updates* from within the Eclipse package.
In conjunction with the *detailed release notes* highlighting changes in each 
version, for example July's here:

http://updates.rocketsoftware.com/u2/July2012_ReleaseNotes.htm


It's quite useful to be able to read the release notes and try out the fixed 
features ___
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


Re: [U2] [BDT] A giant leap forward

2012-10-25 Thread Doug Averch
That is why we did not write any parser for U2logic's XLr8Editor.  You can
spend a whole bunch of programming time to never quite achieve the goal of
the compiler.  We use the REAL compiler to give you actual errors.  We call
this technology Continuous Compile.  It works while you type just like
Java, C#, and other real time compilers.

Regards,
Doug
www.u2logic.com/tools.html

On Thu, Oct 25, 2012 at 5:37 AM, Brian Leach br...@brianleach.co.uk wrote:

  Rocket Software had to write a parser for Unidata and Universe in Eclipse
 to accomplish what the U2 compilers do.

 I guess they are trying to use regular parsing tools for what just isn't a
 standard language: UniBasic doesn't follow normal syntax rules.

 And of course, it only works if you're using regular UniBasic - not if you
 have a pre-compiler or want to edit anything else (e.g. a PROC, Paragraph,
 script, or some other asset like an HTML template or data item)..

 That's why mvDeveloper has always had its own hand-built parser and syntax
 definitions that can be customized. The new version extends this to allow
 new syntax types to be added based on standard 'families' and a new plug-in
 architecture to support a wider range of tools. It affects all kinds of
 things from the comment in/out rules, through navigation e.g. by next/prev
 labels to the build/compile commands.

 I'll be officially releasing version 2 early next month - so watch this
 space for announcements grin.

 Brian



 ___
 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


Re: [U2] [BDT] A giant leap forward

2012-10-25 Thread Bill Haskett
...and I might add, this is pretty cool.  I still can't get used to the 
keystrokes though, working in Windows all day.  :-(


Bill


- Original Message -
*From:* dave...@gmail.com
*To:* U2 Users List u2-users@listserver.u2ug.org
*Date:* 10/25/2012 6:34 AM
*Subject:* Re: [U2] [BDT] A giant leap forward

That is why we did not write any parser for U2logic's XLr8Editor.  You can
spend a whole bunch of programming time to never quite achieve the goal of
the compiler.  We use the REAL compiler to give you actual errors.  We call
this technology Continuous Compile.  It works while you type just like
Java, C#, and other real time compilers.

Regards,
Doug
www.u2logic.com/tools.html

On Thu, Oct 25, 2012 at 5:37 AM, Brian Leach br...@brianleach.co.uk wrote:


Rocket Software had to write a parser for Unidata and Universe in Eclipse

to accomplish what the U2 compilers do.

I guess they are trying to use regular parsing tools for what just isn't a
standard language: UniBasic doesn't follow normal syntax rules.

And of course, it only works if you're using regular UniBasic - not if you
have a pre-compiler or want to edit anything else (e.g. a PROC, Paragraph,
script, or some other asset like an HTML template or data item)..

That's why mvDeveloper has always had its own hand-built parser and syntax
definitions that can be customized. The new version extends this to allow
new syntax types to be added based on standard 'families' and a new plug-in
architecture to support a wider range of tools. It affects all kinds of
things from the comment in/out rules, through navigation e.g. by next/prev
labels to the build/compile commands.

I'll be officially releasing version 2 early next month - so watch this
space for announcements grin.

Brian

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] New Rocket U2 website!

2012-10-25 Thread Daniel McGrath
For anyone who wants to check it out, we have launched a new website today: 
http://goo.gl/ON5qL

Let's know what you think!

Cheers,
Dan
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] New Rocket U2 website!

2012-10-25 Thread John Hester
I like it :).  It's nicely styled, and the content organization is
intuitive.  It looks like all the content likely to be frequently
accessed is no more than a couple of clicks away.

-John 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Daniel
McGrath
Sent: Thursday, October 25, 2012 1:59 PM
To: U2 Users List (u2-users@listserver.u2ug.org)
Subject: [U2] New Rocket U2 website!

For anyone who wants to check it out, we have launched a new website
today: http://goo.gl/ON5qL

Let's know what you think!

Cheers,
Dan
___
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


Re: [U2] New Rocket U2 website!

2012-10-25 Thread Wjhonson
why are you using that odd mask?

http://u2.rocketsoftware.com/


 

 

-Original Message-
From: Daniel McGrath dmcgr...@rocketsoftware.com
To: U2 Users List (u2-users@listserver.u2ug.org) u2-users@listserver.u2ug.org
Sent: Thu, Oct 25, 2012 1:59 pm
Subject: [U2] New Rocket U2 website!


For anyone who wants to check it out, we have launched a new website today: 
http://goo.gl/ON5qL

Let's know what you think!

Cheers,
Dan
___
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