Ваші коментарі
Hi Ghostface, yes this is definitely planned :)
The first cut will be a widget you can put on your own blog / site.
First version is up check the blog for details:
I will look into this.
Add signature.jpg to the end of your users path like
http://www.codeivate.com/users/paul/signature.png
This is live a example: (url in img tag)
This is saved example from right now: (uploaded image)
This is a first cut, I will make some improvements to it.
Code is available to edit at https://github.com/codeivate/signature
Add signature.jpg to the end of your users path like
http://www.codeivate.com/users/paul/signature.png
This is live a example: (url in img tag)
This is saved example from right now: (uploaded image)
This is a first cut, I will make some improvements to it.
Add signature.jpg to the end of your users path like
http://www.codeivate.com/users/paul/signature.jpg
This is live a example: (url in img tag)
Add signature.jpg to the end of your users path like
http://www.codeivate.com/users/paul/signature.jpg
This is live a example: (url in img tag)
Hi Ghostface,
Thanks for reporting the bug. It looks like it is an issue with notify-send support that is only present on Linux when using Sublime Text 3.
I will fix this next time I do a Sublime 3 build.
As a temporary workaround in the Codeivate -> Settings - user file, you can set
"notify_send_active": false,
that should stop it from happening. This shouldn't cause any other issues with the plugin (apart from notify-send not working!).
Also in the same settings file you might want to set
"show_debug":false,
To hide alot of the other Codeivate output. This was accidentally left on in some initial versions of the plugin.
Cheers,
- Paul
This has been implemented in lasted commit of Sublime 3, the windows version appears from the taskbar down the bottom right and is not as nice as the linux version.
To implement:
In your settings file set the following two variables:
"notify_send_active": true,
"notify_send_path": "C:\\notify-send.exe",
This has been implemented in Sublime 3, the windows version appears from the taskbar down the bottom right and is not as nice as the linux version.
To implement:
In your settings file set the following two variables:
"notify_send_active": true,
"notify_send_path": "C:\\notify-send.exe",
Служба підтримки клієнтів працює на UserEcho
Hi Alex,
the space seems to be the problem I will fix it today.