Open Studio! When Visual Studio and Open Source Date!

Looking for Developers|Getting started on Debugger

  • (60 Pages)
  • +
  • « First
  • 51
  • 52
  • 53
  • 54
  • 55
  • Last »

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

#775 [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 24 July 2009 - 05:26 PM

@Amrykid do you approve of that i put it after you install a plugin that it asks you to restart open studio?

View PostAmrykid, on 24 Jul, 2009 - 04:24 PM, said:

View Post[email protected], on 24 Jul, 2009 - 05:23 PM, said:

WTF??? Error 1 A get or set accessor expected Main.cs 57 14 OSosluBackup

thats just a
get{return;}
set{value;} 

thingy.

so
get{return;}
set{"Somthing"} 


Was This Post Helpful? 0
  • +
  • -

#776 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 24 July 2009 - 05:28 PM

View Post[email protected], on 24 Jul, 2009 - 05:25 PM, said:

@Amrykid do you approve of that i put it after you install a plugin that it asks you to restart open studio?

yes, lol, the first time i saw that, i though i put it there. but i remember i put my version in a different place in the add-on manager.

View Post[email protected], on 24 Jul, 2009 - 05:26 PM, said:

@Amrykid do you approve of that i put it after you install a plugin that it asks you to restart open studio?

View PostAmrykid, on 24 Jul, 2009 - 04:24 PM, said:

View Post[email protected], on 24 Jul, 2009 - 05:23 PM, said:

WTF??? Error 1 A get or set accessor expected Main.cs 57 14 OSosluBackup

thats just a
get{return;}
set{value;} 

thingy.

so
get{return;}
set{"Somthing"} 


no...its...
get{return something;} //returns something.
set{something = value;} //Value is what the property is getting set to.

and to be advanced
get
{
return something;
} //returns something.
set
{
something = value;
} //Value is what the property is getting set to.


This post has been edited by Amrykid: 24 July 2009 - 05:29 PM

Was This Post Helpful? 0
  • +
  • -

#777 [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 24 July 2009 - 05:28 PM

View PostAmrykid, on 24 Jul, 2009 - 04:26 PM, said:

View Post[email protected], on 24 Jul, 2009 - 05:25 PM, said:

@Amrykid do you approve of that i put it after you install a plugin that it asks you to restart open studio?

yes, lol, the first time i saw that, i though i put it there. but i remember i put my version in a different place in the add-on manager.

so
get{return something;} //returns something.
set{something = "Vall";} //Value is what the property is getting set to.



Right?

This post has been edited by [email protected]: 24 July 2009 - 05:30 PM

Was This Post Helpful? 0
  • +
  • -

#778 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 24 July 2009 - 05:30 PM

View Post[email protected], on 24 Jul, 2009 - 05:28 PM, said:

View PostAmrykid, on 24 Jul, 2009 - 04:26 PM, said:

View Post[email protected], on 24 Jul, 2009 - 05:25 PM, said:

@Amrykid do you approve of that i put it after you install a plugin that it asks you to restart open studio?

yes, lol, the first time i saw that, i though i put it there. but i remember i put my version in a different place in the add-on manager.

so
get{return something;} //returns something.
set{something = "Vall";} //Value is what the property is getting set to.



Right?

tell me, where that code is suppose to be...Under Dock or Compiler, or something?
...Value is a keyword in .net thats only in a "set" block

This post has been edited by Amrykid: 24 July 2009 - 05:32 PM

Was This Post Helpful? 0
  • +
  • -

#779 [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 24 July 2009 - 05:31 PM

just in general you should real update the plugin format text thingy
Was This Post Helpful? 0
  • +
  • -

#780 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 24 July 2009 - 05:33 PM

View Post[email protected], on 24 Jul, 2009 - 05:31 PM, said:

just in general you should real update the plugin format text thingy

oh come on...this is basic stuff.... :P

This post has been edited by Amrykid: 24 July 2009 - 05:34 PM

Was This Post Helpful? 0
  • +
  • -

#781 [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 24 July 2009 - 05:34 PM

well i got it now so to do list any one?
Was This Post Helpful? 0
  • +
  • -

#782 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 24 July 2009 - 05:36 PM

View Post[email protected], on 24 Jul, 2009 - 05:34 PM, said:

well i got it now so to do list any one?

???
nvm...im slow today :P

This post has been edited by Amrykid: 24 July 2009 - 05:37 PM

Was This Post Helpful? 0
  • +
  • -

#783 [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 24 July 2009 - 05:37 PM

NVM So do you have a todo list
Was This Post Helpful? 0
  • +
  • -

#784 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 24 July 2009 - 05:38 PM

View Post[email protected], on 24 Jul, 2009 - 05:37 PM, said:

NVM So do you have a todo list

yes, its here
Was This Post Helpful? 0
  • +
  • -

#785 [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 24 July 2009 - 05:51 PM

you need to download like 12 things for silverlight :P
working on the silverlight for the wiki
Was This Post Helpful? 0
  • +
  • -

#786 [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 24 July 2009 - 06:18 PM

ok i just updated the wiki Silverlight should now work
Was This Post Helpful? 0
  • +
  • -

#787 [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 24 July 2009 - 06:52 PM

nvm the silverlight is not working
Was This Post Helpful? 0
  • +
  • -

#788 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 25 July 2009 - 06:04 AM

View Post[email protected], on 24 Jul, 2009 - 06:52 PM, said:

nvm the silverlight is not working

keep trying, you'll get it working :D Anyway i just "some-what" rewrote the sdk a littlebit and added the ability to add new languages, now i just gotta get teamprise to upload :angry: It shouldn't break compatiblity (at least for 90% of the plugins).....
Please [email protected], im begging you, please warn me before you lock the svn.....Its really starting to piss me off.... Or at least, lock only one part of the svn.....Could you at least unlock the sdk folder?

This post has been edited by Amrykid: 25 July 2009 - 06:17 AM

Was This Post Helpful? 0
  • +
  • -

#789 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 25 July 2009 - 06:21 AM

-----------------------------------------------------
Just noticed something...By you locking the svn, i would have to re-do all my changes similar to what you had to do. So instead of locking the svn, why dont you try merging the changes (if your using teamprise)....
How to merge changes in teamprise.

This post has been edited by Amrykid: 25 July 2009 - 06:34 AM

Was This Post Helpful? 0
  • +
  • -

  • (60 Pages)
  • +
  • « First
  • 51
  • 52
  • 53
  • 54
  • 55
  • Last »