Open Studio! When Visual Studio and Open Source Date!

Looking for Developers|Getting started on Debugger

  • (60 Pages)
  • +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »

891 Replies - 109258 Views - Last Post: 27 August 2009 - 09:31 AM

#191 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 01:23 PM

View Postsbell1099, on 5 May, 2009 - 12:27 PM, said:

well fusion text editor is going to be remade in vb.net so yes.

you do know that the forms designer still doesn't work, nor does the code completion....i have made a alternative to codecompletion for now, its just not on the server yet because im at school right now (thank god for computer class). Its called Code Methods
Was This Post Helpful? 0
  • +
  • -

#192 sbell1099   User is offline

  • Inspiring StoryTeller
  • member icon

Reputation: 16
  • View blog
  • Posts: 685
  • Joined: 28-October 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 02:11 PM

oh that too bad!

I'll sort ot some stuff for forum in meantime as well as codeplex stuff

This post has been edited by sbell1099: 05 May 2009 - 02:11 PM

Was This Post Helpful? 0
  • +
  • -

#193 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 03:01 PM

View Postsbell1099, on 5 May, 2009 - 02:11 PM, said:

oh that too bad!

I'll sort ot some stuff for forum in meantime as well as codeplex stuff

screenshots!


edit:just added codemethods to the lastest build on the svn server. Give it a shot!
Short Explaination of Code Methods:
Code Methods is a simple tool built-in to Open Studio that scans the class files in your Project/Solution and tells you the sub/voids/functions, etc in each class.
The only down side is, it only works if each file has one class in it. The reason thats why is because its good coding practice and its easier for me to parse. if u like it, take a look in CSCodeParser.vb and VBCodeParser.vb. How the stuff is parse is really basic and simple and i will added them as snippets to D.I.C later on....
e.g.
Public Class App
'Bla Bla Bla
End Class


This post has been edited by Amrykid: 05 May 2009 - 03:11 PM

Was This Post Helpful? 0
  • +
  • -

#194 s3thst4   User is offline

  • a * a = (b * b) + (c * c) - 2(b)(c)cos(A)
  • member icon

Reputation: 10
  • View blog
  • Posts: 587
  • Joined: 20-November 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 03:21 PM

View Postsbell1099, on 5 May, 2009 - 01:11 PM, said:

oh that too bad!

I'll sort ot some stuff for forum in meantime as well as codeplex stuff

You don't /have/ to have a GUI builder. You can just write the GUI yourself.
Was This Post Helpful? 0
  • +
  • -

#195 sbell1099   User is offline

  • Inspiring StoryTeller
  • member icon

Reputation: 16
  • View blog
  • Posts: 685
  • Joined: 28-October 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 03:41 PM

i no but i 've just been tol di have a exam on the 20th of may s i can't spend to much time

Nice amryKid

We need th other 2 team members on the forum aswell aas you amry we can do disscussion and stuff plus use the pm center to do all dveelopements too!
Was This Post Helpful? 0
  • +
  • -

#196 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 04:27 PM

ok im on For bit(I got homework Boo!! his!!!)

This post has been edited by [email protected]: 05 May 2009 - 04:28 PM

Was This Post Helpful? 0
  • +
  • -

#197 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 05:40 PM

View Post[email protected], on 5 May, 2009 - 04:27 PM, said:

ok im on For bit(I got homework Boo!! his!!!)

lol, i got homework aswell...
Was This Post Helpful? 0
  • +
  • -

#198 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 05:51 PM

View Postdom96, on 3 May, 2009 - 04:07 PM, said:

View Postabgorn, on 3 May, 2009 - 02:45 PM, said:

Calm down guys, you haven't even made the alpha version of the IDE and you don't seem to be too involved in its development. And since there are free versions of Visual Studio distributed by the almighty Microsoft, this project won't gain much traction. The only way all this work will be justified is if you get a big user base and have extremely good features that could compete with the multi-billion dollar company Microsoft.

I agree with abgorn, if i was you's i would focus on developing open studio not on podcasts websites and such(why do you need a podcast anyway ?)

lol, i know this is late but.......Why? Think about it.... We could talk about how we over come some challenges while developing open studio...
Was This Post Helpful? 0
  • +
  • -

#199 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 06:06 PM

Dev page is up somewhat
Was This Post Helpful? 0
  • +
  • -

#200 s3thst4   User is offline

  • a * a = (b * b) + (c * c) - 2(b)(c)cos(A)
  • member icon

Reputation: 10
  • View blog
  • Posts: 587
  • Joined: 20-November 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 06:22 PM

View PostAmrykid, on 5 May, 2009 - 04:51 PM, said:

View Postdom96, on 3 May, 2009 - 04:07 PM, said:

View Postabgorn, on 3 May, 2009 - 02:45 PM, said:

Calm down guys, you haven't even made the alpha version of the IDE and you don't seem to be too involved in its development. And since there are free versions of Visual Studio distributed by the almighty Microsoft, this project won't gain much traction. The only way all this work will be justified is if you get a big user base and have extremely good features that could compete with the multi-billion dollar company Microsoft.

I agree with abgorn, if i was you's i would focus on developing open studio not on podcasts websites and such(why do you need a podcast anyway ?)

lol, i know this is late but.......Why? Think about it.... We could talk about how we over come some challenges while developing open studio...

That's what a blog is for.
Was This Post Helpful? 0
  • +
  • -

#201 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 06:29 PM

Dev updates to the site you wont realy see the blog only the RSS on the page


ok i have a plugin page for all the plugins for open studio
im also working on a support E-mail for open studio
btw @Armykid can you send 10 secreenshots i need them for the gal
o and im working on a special feature for the site but i cant tell any one :P

This post has been edited by [email protected]: 05 May 2009 - 06:40 PM

Was This Post Helpful? 0
  • +
  • -

#202 Amrykid   User is offline

  • D.I.C Lover
  • member icon

Reputation: 151
  • View blog
  • Posts: 1,589
  • Joined: 16-December 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 06:42 PM

View Post[email protected], on 5 May, 2009 - 06:29 PM, said:

Dev updates to the site you wont realy see the blog only the RSS on the page


ok i have a plugin page for all the plugins for open studio
im also working on a support E-mail for open studio
btw @Armykid can you send 10 secreenshots i need them for the gal

theres 5 for ya on the 10 page.
Was This Post Helpful? 0
  • +
  • -

#203 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 06:48 PM

ok and im setting up a podbean Podcast account
Was This Post Helpful? 0
  • +
  • -

#204 [email protected]   User is offline

  • JMP *0x0(%RIP)
  • member icon

Reputation: 37
  • View blog
  • Posts: 1,019
  • Joined: 20-February 09

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 05 May 2009 - 06:55 PM

o and we all need som way to talk to ech other over the web and record it i use skype but the skype Audio recording costs
EDIT i got a way to record the calls free So if you all got a skype lets go

This post has been edited by [email protected]: 05 May 2009 - 07:01 PM

Was This Post Helpful? 0
  • +
  • -

#205 sbell1099   User is offline

  • Inspiring StoryTeller
  • member icon

Reputation: 16
  • View blog
  • Posts: 685
  • Joined: 28-October 08

Re: Open Studio! When Visual Studio and Open Source Date!

Posted 06 May 2009 - 08:57 AM

yes have skype it's fusionet24

Um anyway I run fusioent24 radio so i have more facittlies anyway i have a call center in skype
Was This Post Helpful? 0
  • +
  • -

  • (60 Pages)
  • +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »