Friday, October 11, 2013

Enabling Snippets Expander on OS X 10.9 Mavericks

From day to day Apple will release OS X 10.9 Mavericks which will brake Snippets Expander functionality. Snippets is one of the many helpful tools that requires you to "Enable access for assistive devices" to be able to do more than allowed by default. In pre-Mavericks versions you have to go to System Preferences -> Accessibility and check an option named "Enable access for assistive devices".

If you try to do the same on OS X 10.9 you will have difficulties finding this checkbox. It's gone. Well, hopefully they just moved it to another place. Now you have to open System Preferences -> Security & Privacy -> Privacy -> Accessibility and enable Snippets in the listing. You may also need to click on Lock icon and enter your password to unlock preferences from making changes.


Enjoy and happy coding! 

Friday, September 13, 2013

How about using Dropbox or iCloud for sync in Snippets?

Periodically I am asked the same question about using Dropbox or iCloud for sync in Snippets. I decided to give an answer to this question in this blog, so, I can just refer to it when someone asks again.

The short answer is: we are building a product with many benefits for users instead of just an application that can store some bytes of data and sync it between computers.

Now let me explain.

Sync is just one of the benefits of using Snippets. If we had chosen Dropbox or iCloud for sync we would be in the following situation:
  • We would need to sell an app to be able to support further development, because we would have no other way to make money from it. Instead we can give an app for free, have more people using it and make money by charging for the advanced premium features.
  • There are many features that will not be possible when using Dropbox or iCloud for sync. For example, web application, private and public sharing, changes history, access level management, search by publicly shared snippets, open repository of snippets and some other ideas that we don't want to share yet.
Those are limitations from product point of view, and they are the most critical ones. Also, there are many technical limitations that stop us from using these services with Snippets:
  • iCloud is available only for applications that are distributed via Mac App Store. This may be another subject for a discussion, however, Snippets won't be MAC-only.
  • Obviously, iCloud is not available on Windows.
  • I still have doubts about Apple's ability to build viable universal sync service. They failed with such products in the past and they did it multiple times, it's extremely hard to implement universal sync service. 
  • iCloud as well as Dropbox was designed to sync files (Apple likes to call it Documents) which is not a good fit for Snippets. I know there are some workarounds, but workaround is bad by definition.
So, the answer is NO, we won't use either iCloud or Dropbox for synchronization in Snippets.

If you still have any related question, you are welcome to ask them in comments.

Sunday, August 4, 2013

Snippets Distributor for Xcode 5

Snippets Distributor for Xcode now supports Xcode 5 Developer Preview. All you need to do is to update Distributor for Xcode or install it if you haven't yet. To do that open Distributors window by pressing Cmd+Shift+D (or from menu Window->Distributors) and click "Update" or "Install" respectively near the Xcode in listing.

If you are not familiar with Snippets Distributors yet, it is plugin for Snippets that syncs code snippets from its library with the target app's (app that distributor is written for) library, so, these snippets are available for reuse natively in this app.

Here is a quick demo of the Distributor for Xcode:

Tuesday, July 23, 2013

Snippets 0.8 with code syntax highlighting

We are very happy to announce Snippets 0.8 today. This update introduces code syntax highlighting which is most requested feature request in our Ideas section.

Code highlighting is "must have" feature for any tool that deal with the source code, however it's not a core feature for Snippets as it is for code editors. We did not wanted to spend a lot of time creating our own editor, and we did not know any good implementation until recently we discovered Ace Editor.

Ace is an embeddable code editor written in JavaScript which makes it an ideal solution for Snippets that we can use in desktop apps for Mac and Windows and in a web browser for our Web app as well as some other secret tools that are coming out soon. It is the same editor that is used and maintained by Cloud9 IDE, so it's very solid, fast and well tested code editor. During the development it shows great performance and we like it.

Please download/update Snippets and enjoy.

Thursday, July 11, 2013

Snippets Distributors for JetBrains IDEs

We are happy to announce availability of Snippets Distributors for all JetBrains' IDEs. JetBrains is a great company that makes smart IDEs for many languages and technologies. If you don't use them we encourage you at least to try, you will love it.




Here is the full list of supported IDEs:
There is one small thing that makes using Snippets Distributor with all these IDEs (except ReSharper) a bit uncomfortable. If you make any changes in your library or distributor settings, you have to restart IDE in order to reflect these changes.

I've tried to convince guys from JetBrains to implement automatic reloading, but I have no luck. Internally this is not needed for IDE and this is not so small task to implement. Based on our communication, we have two options to improve this:
  1. Implement automatic reloading of settings in Intellij IDEA Community Edition and send pull request. If they accept, it it will spread to all the other IDE since they are bases on Intellij IDEA community edition. Here is the repository.
  2. Vote for this task. We hope that there will be enough votes to get the attention of responsible team to this task. 
To install any of the available distributors, open Distributors window by pressing Cmd+Shift+D on Mac or Ctrl+Shift+D on Windows, find it in Online Gallery listing and click install. You also need to enable it by selecting Enabled checkbox.

If you enjoyed using distributors so far, I’d be very grateful if you’d help it spread by sharing it with your friends on Twitter or Facebook. Thank you!

Thursday, June 27, 2013

Snippets Distributor for Xcode just got better

Today we have a great news for our Xcode users. Recently we published an updated version of distributor for Xcode which now includes a small helper plug-in that reloads code snippets on the go,  restarting Xcode is not required anymore. It just works.

Check out this video.


How do you like it?

Thursday, June 13, 2013

One-click installations and updates for Distributors

Today we've published an update for Snippets 0.7.1 for Mac and 0.7.2 for Windows that introduces one-click updates and installations for distributors from within Distributors window. It looks like this:


As a result we don't bundle any distributor with Snippets distributive anymore.

Code variables with Snippets Expander, Global Search and Snippets Assistant

Now when you reuse snippet's code with Expander, Global search and Assistant we replace code variables with it's values. This is because it makes no sense to insert the whole variable code if editor will not recognize it as a variable. 

However, in Xcode, for example, when you paste code that has a variable in Xcode's format it will recognize it. In this case we do not replace it with its default value but with the variable that Xcode recognizes.

For example snippet with code "Hello ${Name:World}" will be inserted using mentioned earlier instruments into TextEdit or Notepad as "Hello World", but as "Hello <#World#>" into Xcode where <#World#> is a variable.

Some other small features and improvements were introduces as well. Please check out release notes for Windows and Mac clients.

Now it's time to create more distributors. So, stay tuned and happy coding!

Google Analytics

Custom css