Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
390 stars 48 forks source link

is fastOlympicCoding removed from sublime ? #73

Closed mindFlayer123 closed 1 year ago

mindFlayer123 commented 1 year ago

ctrl + alt + B not working

FatemaAkther2 commented 1 year ago

same here

FatemaAkther2 commented 1 year ago

what's the problem?

mindFlayer123 commented 1 year ago

Somewhat with author's packages...they are not updated so might be outdated and removed by organization...

ghost commented 1 year ago

No. It is not removed from sublime. Previous versions are working fine.

ctrl + alt + B not working

Yes, it's not working in latest v1.4.11

GEJXD commented 1 year ago

I'm sorry to bother you, this plugin doesn't seem to be working right now.

Jatana commented 1 year ago

There was a problem in the v1.4.11 release with an import of a module which was not present. Everything should be fine in the latest release (v1.4.12). The packagecontrol soon will update the plugin version from v1.4.11 to v1.4.12. Sorry for the inconvenience.

mindFlayer123 commented 1 year ago

@Jatana Thanks, :), pls inform once after updating...

DeveloperKev commented 1 year ago

There was a problem in the v1.4.11 release with an import of a module which was not present. Everything should be fine in the latest release (v1.4.12). The packagecontrol soon will update the plugin version from v1.4.11 to v1.4.12. Sorry for the inconvenience.

Also do change the description to "sublime text 4".

sachin-0102 commented 1 year ago

Is there any way to fix it @Jatana or it will happen on its own after the update?

Jatana commented 1 year ago

Packagecontrol has updated the version. Run Package Control: Upgrade Package and restart Sublime Text. After that, everything should work normally.

DeveloperKev commented 1 year ago

Packagecontrol has updated the version. Run Package Control: Upgrade Package and restart Sublime Text. After that, everything should work normally.

Thanks a lot! btw when did u start developing this package from scratch? and the gui is top notch. did u do it yourself standalone?

Jatana commented 1 year ago

Packagecontrol has updated the version. Run Package Control: Upgrade Package and restart Sublime Text. After that, everything should work normally.

Thanks a lot! btw when did u start developing this package from scratch? and the gui is top notch. did u do it yourself standalone?

I started developing it around 5 years ago. I'm glad that you liked it. The most of the plugin's features were developed by me. At first, I was creating this plugin to use solely by my own. Later, I decided to add it to Packagecontrol in case someone also would find it useful. Of course, issues and pull requests from the community helped to catch bugs and improve existing features.