Announcing BooLangStudio - visual studio integration for the boo language!

View: New views
15 Messages — Rating Filter:   Alert me  

Announcing BooLangStudio - visual studio integration for the boo language!

by Jeffery Olson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I'm proud to announce my initial stab at visual studio 2008
integration for the boo language.

Check it out at:
http://www.codeplex.com/BooLangStudio

Please note that it is VERY rough around the edges currently.

The Microsoft Visual Studio 2008 SDK is a dependency, also.

And lots of other stuff that I didn't mention.

Cheers!
Jeff

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by James Gregory-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Wow, this is a kick in the teeth. Great news for the community though.


:(

I think we need to talk.

On Tue, May 20, 2008 at 12:16 AM, Jeffery Olson <olson.jeffery@...> wrote:

I'm proud to announce my initial stab at visual studio 2008
integration for the boo language.

Check it out at:
http://www.codeplex.com/BooLangStudio

Please note that it is VERY rough around the edges currently.

The Microsoft Visual Studio 2008 SDK is a dependency, also.

And lots of other stuff that I didn't mention.

Cheers!
Jeff




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Jeffery Olson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I just emailed you.. i see you have intellisense support

we need to merge our code ASAP

On Mon, May 19, 2008 at 4:19 PM, James Gregory <jagregory.com@...> wrote:

> Wow, this is a kick in the teeth. Great news for the community though.
> http://blog.jagregory.com/2008/05/18/boo-visual-studio-plug-in-1-complete/
> :(
> I think we need to talk.
> On Tue, May 20, 2008 at 12:16 AM, Jeffery Olson <olson.jeffery@...>
> wrote:
>>
>> I'm proud to announce my initial stab at visual studio 2008
>> integration for the boo language.
>>
>> Check it out at:
>> http://www.codeplex.com/BooLangStudio
>>
>> Please note that it is VERY rough around the edges currently.
>>
>> The Microsoft Visual Studio 2008 SDK is a dependency, also.
>>
>> And lots of other stuff that I didn't mention.
>>
>> Cheers!
>> Jeff
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Jeffery Olson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I just found a bug (now i have other people to test it) in the nant
installer task (the step that merges the registry settings for the
integration package)... if you have the zip unzip'd into a path with
whitespacee in it..

the line that is being passed to the shell needs to be enclosed in
quotes.. This currently isn't the case.

The workaround is to unzip the package... run the install.bat as
normal.. and then go into the BooLangRootDir\Install\Post folder and
merge the "BooLangStudio_install.reg" file...

Sorry for the hassle with this.. I was testing it as being installed
at C:\BooLangStudio . Go figure.

I'll update the release file tonight with this fix.

Jeff

On Mon, May 19, 2008 at 4:21 PM, Jeffery Olson <olson.jeffery@...> wrote:

> I just emailed you.. i see you have intellisense support
>
> we need to merge our code ASAP
>
> On Mon, May 19, 2008 at 4:19 PM, James Gregory <jagregory.com@...> wrote:
>> Wow, this is a kick in the teeth. Great news for the community though.
>> http://blog.jagregory.com/2008/05/18/boo-visual-studio-plug-in-1-complete/
>> :(
>> I think we need to talk.
>> On Tue, May 20, 2008 at 12:16 AM, Jeffery Olson <olson.jeffery@...>
>> wrote:
>>>
>>> I'm proud to announce my initial stab at visual studio 2008
>>> integration for the boo language.
>>>
>>> Check it out at:
>>> http://www.codeplex.com/BooLangStudio
>>>
>>> Please note that it is VERY rough around the edges currently.
>>>
>>> The Microsoft Visual Studio 2008 SDK is a dependency, also.
>>>
>>> And lots of other stuff that I didn't mention.
>>>
>>> Cheers!
>>> Jeff
>>>
>>>
>>
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Jeffery Olson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


As per my previous post, the binary release available on the codeplex
site has been updated to address the issue with the installer and
whitespace paths.

enjoy,
Jeff

On Mon, May 19, 2008 at 4:51 PM, Jeffery Olson <olson.jeffery@...> wrote:

> I just found a bug (now i have other people to test it) in the nant
> installer task (the step that merges the registry settings for the
> integration package)... if you have the zip unzip'd into a path with
> whitespacee in it..
>
> the line that is being passed to the shell needs to be enclosed in
> quotes.. This currently isn't the case.
>
> The workaround is to unzip the package... run the install.bat as
> normal.. and then go into the BooLangRootDir\Install\Post folder and
> merge the "BooLangStudio_install.reg" file...
>
> Sorry for the hassle with this.. I was testing it as being installed
> at C:\BooLangStudio . Go figure.
>
> I'll update the release file tonight with this fix.
>
> Jeff
>
> On Mon, May 19, 2008 at 4:21 PM, Jeffery Olson <olson.jeffery@...> wrote:
>> I just emailed you.. i see you have intellisense support
>>
>> we need to merge our code ASAP
>>
>> On Mon, May 19, 2008 at 4:19 PM, James Gregory <jagregory.com@...> wrote:
>>> Wow, this is a kick in the teeth. Great news for the community though.
>>> http://blog.jagregory.com/2008/05/18/boo-visual-studio-plug-in-1-complete/
>>> :(
>>> I think we need to talk.
>>> On Tue, May 20, 2008 at 12:16 AM, Jeffery Olson <olson.jeffery@...>
>>> wrote:
>>>>
>>>> I'm proud to announce my initial stab at visual studio 2008
>>>> integration for the boo language.
>>>>
>>>> Check it out at:
>>>> http://www.codeplex.com/BooLangStudio
>>>>
>>>> Please note that it is VERY rough around the edges currently.
>>>>
>>>> The Microsoft Visual Studio 2008 SDK is a dependency, also.
>>>>
>>>> And lots of other stuff that I didn't mention.
>>>>
>>>> Cheers!
>>>> Jeff
>>>>
>>>>
>>>
>>>
>>> >>>
>>>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by mc-17 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Very cool, congratulations to you both!  Please keep us informed about
your efforts.

Mike

> >>>> Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Gabriel Schenker :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


+1 on keeping us informed

On Tue, May 20, 2008 at 6:50 AM, mc <MP.Chean@...> wrote:
>
> Very cool, congratulations to you both!  Please keep us informed about
> your efforts.
>
> Mike
>
>> >>>> Jeff
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Justin Chase-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have some experience working with VS integration packages and would be pretty interested in joining in such an effort. Are you interested in additional support for this project?


 
On Tue, May 20, 2008 at 12:07 AM, Gabriel Schenker <gnschenker@...> wrote:

+1 on keeping us informed

On Tue, May 20, 2008 at 6:50 AM, mc <MP.Chean@...> wrote:
>
> Very cool, congratulations to you both!  Please keep us informed about
> your efforts.
>
> Mike
>
>> >>>> Jeff
> >
>




--
Justin Chase
http://www.justnbusiness.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Mandel-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



This is great, I just summitted to reddit/programming to try and get
more people interested in boo :) here is the link:

http://reddit.com/r/programming/info/6k1wd/comments/

Thanks for the work, I have been wanting to use boo for a project but
every one uses VS and it was to time consuming to useing a text
editor :(

On 20 May, 00:16, "Jeffery Olson" <olson.jeff...@...> wrote:

> I'm proud to announce my initial stab at visual studio 2008
> integration for the boo language.
>
> Check it out at:http://www.codeplex.com/BooLangStudio
>
> Please note that it is VERY rough around the edges currently.
>
> The Microsoft Visual Studio 2008 SDK is a dependency, also.
>
> And lots of other stuff that I didn't mention.
>
> Cheers!
> Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Ayende Rahien-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can you post a few screen shots ?
I want to post about this, and it would help if BLS has screen shots as well.

On Tue, May 20, 2008 at 2:16 AM, Jeffery Olson <olson.jeffery@...> wrote:

I'm proud to announce my initial stab at visual studio 2008
integration for the boo language.

Check it out at:
http://www.codeplex.com/BooLangStudio

Please note that it is VERY rough around the edges currently.

The Microsoft Visual Studio 2008 SDK is a dependency, also.

And lots of other stuff that I didn't mention.

Cheers!
Jeff




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by elleryq :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Congratulation!!

Great.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by matt-159 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

this is great news - well done! 



2008/5/20 Jeffery Olson <olson.jeffery@...>:

I'm proud to announce my initial stab at visual studio 2008
integration for the boo language.

Check it out at:
http://www.codeplex.com/BooLangStudio

Please note that it is VERY rough around the edges currently.

The Microsoft Visual Studio 2008 SDK is a dependency, also.

And lots of other stuff that I didn't mention.

Cheers!
Jeff




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Jeffery Olson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Oren,
http://www.codeplex.com/BooLangStudio/Wiki/View.aspx?title=BooLangStudioScreenshots

Cheers,
Jeff

On Tue, May 20, 2008 at 1:07 AM, Ayende Rahien <ayende@...> wrote:

> Can you post a few screen shots ?
> I want to post about this, and it would help if BLS has screen shots as
> well.
>
> On Tue, May 20, 2008 at 2:16 AM, Jeffery Olson <olson.jeffery@...>
> wrote:
>>
>> I'm proud to announce my initial stab at visual studio 2008
>> integration for the boo language.
>>
>> Check it out at:
>> http://www.codeplex.com/BooLangStudio
>>
>> Please note that it is VERY rough around the edges currently.
>>
>> The Microsoft Visual Studio 2008 SDK is a dependency, also.
>>
>> And lots of other stuff that I didn't mention.
>>
>> Cheers!
>> Jeff
>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by Ayende Rahien-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Cool, thanks.

On Tue, May 20, 2008 at 8:59 PM, Jeffery Olson <olson.jeffery@...> wrote:

Oren,
http://www.codeplex.com/BooLangStudio/Wiki/View.aspx?title=BooLangStudioScreenshots

Cheers,
Jeff

On Tue, May 20, 2008 at 1:07 AM, Ayende Rahien <ayende@...> wrote:
> Can you post a few screen shots ?
> I want to post about this, and it would help if BLS has screen shots as
> well.
>
> On Tue, May 20, 2008 at 2:16 AM, Jeffery Olson <olson.jeffery@...>
> wrote:
>>
>> I'm proud to announce my initial stab at visual studio 2008
>> integration for the boo language.
>>
>> Check it out at:
>> http://www.codeplex.com/BooLangStudio
>>
>> Please note that it is VERY rough around the edges currently.
>>
>> The Microsoft Visual Studio 2008 SDK is a dependency, also.
>>
>> And lots of other stuff that I didn't mention.
>>
>> Cheers!
>> Jeff
>>
>>
>
>
> >
>




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---


Re: Announcing BooLangStudio - visual studio integration for the boo language!

by cigarette :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


good news

On 5月20日, 上午7时16分, "Jeffery Olson" <olson.jeff...@...> wrote:

> I'm proud to announce my initial stab at visual studio 2008
> integration for the boo language.
>
> Check it out at:http://www.codeplex.com/BooLangStudio
>
> Please note that it is VERY rough around the edges currently.
>
> The Microsoft Visual Studio 2008 SDK is a dependency, also.
>
> And lots of other stuff that I didn't mention.
>
> Cheers!
> Jeff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---