mahart-studio / kivystudio

A Software development environment for software developers
MIT License
189 stars 51 forks source link

fixed windows platform error #10

Closed mcroni closed 5 years ago

avour commented 5 years ago

Thanks for contributing bro!

avour commented 5 years ago

Am working on one now but for now you could a custom popup and notification for the studio. and by the way nice video you got on YouTube

On Sun, Jun 23, 2019, 5:19 PM kojo mcroni notifications@github.com wrote:

@mcroni commented on this pull request.

In kivystudio/widgets/codeinput/init.py https://github.com/mahart-studio/kivystudio/pull/10#discussion_r296488350 :

@@ -47,10 +47,7 @@ class InnerCodeInput(HoverBehavior, CodeInput): def init(self, kwargs): super(InnerCodeInput, self).init(kwargs) self.rightclick_dropdown = CodeInputDropDown(self)

  • try:
  • self.style_name = 'native_tweak'
  • except ValueError:
  • self.style_name = 'colorful'

lets make a todo on the important stuffs to implement so we dont work on the same stuffs at the same time

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mahart-studio/kivystudio/pull/10?email_source=notifications&email_token=ALCHQG3KOBGVKWG6L2VZYODP36O7ZA5CNFSM4HZ6B4U2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4LJWVQ#discussion_r296488350, or mute the thread https://github.com/notifications/unsubscribe-auth/ALCHQG3HISQ4F67WVIUMX5DP36O7ZANCNFSM4HZ6B4UQ .

avour commented 5 years ago

You could just pick one from the list

On Sun, Jun 23, 2019, 5:19 PM kojo mcroni notifications@github.com wrote:

@mcroni commented on this pull request.

In kivystudio/widgets/codeinput/init.py https://github.com/mahart-studio/kivystudio/pull/10#discussion_r296488350 :

@@ -47,10 +47,7 @@ class InnerCodeInput(HoverBehavior, CodeInput): def init(self, kwargs): super(InnerCodeInput, self).init(kwargs) self.rightclick_dropdown = CodeInputDropDown(self)

  • try:
  • self.style_name = 'native_tweak'
  • except ValueError:
  • self.style_name = 'colorful'

lets make a todo on the important stuffs to implement so we dont work on the same stuffs at the same time

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mahart-studio/kivystudio/pull/10?email_source=notifications&email_token=ALCHQG3KOBGVKWG6L2VZYODP36O7ZA5CNFSM4HZ6B4U2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4LJWVQ#discussion_r296488350, or mute the thread https://github.com/notifications/unsubscribe-auth/ALCHQG3HISQ4F67WVIUMX5DP36O7ZANCNFSM4HZ6B4UQ .