How do you upgrade Textmate to version 2 - textmate

I have Textmate (1.5 I think) and thought I would look at the new version 2.
I cant find instructions anywhere on how to upgrade/get the new version!
I'm sure it must be really obvious but I just cant see how. Unless I have to compile from the source on GitHub?

On the textmate GitHub page, in the 'building' section, there is a link to download pre-built binaries:
GitHub page: https://github.com/textmate/textmate/downloads
Link to prebuilt binaries: https://github.com/textmate/textmate/downloads
Download and unpack whatever version you want and you should be able to launch the '.app' file.

Related

Check if a new version of go based binary is available using go get

I am a little bit new to Go, specifically go get mechanism to download single binaries (CLI apps). Some cool projects in github allow you to download cli apps using go get. How can I check that binary that I installed is outdated? I am looking for something like debian based apt update that checks for newest package versions without installing them.
As an example. Let's say that I installed lazygit using go get github.com/jesseduffield/lazygit. And after a while a new version was released in github . Is it possible to check new version of binary using go get?
I checked the help and found the -u flag. Use go get -u github.com/jesseduffield/lazygit to update the tool.
None of this is speicific to the GitHub.

Ruby Version required 2.4.1 for windows

I am looking for an migration from assembla to jira, For this i need Ruby version 2.4.1(windows exe file) but i am unable to find it anywhere still now . can anyone share me the link. so, i will be able to complete my task.
Go to https://rubyinstaller.org/downloads/archives/ and download the version you want.
These are specifically for Windows users.
Looks like the v2.4.1 exe is https://github.com/oneclick/rubyinstaller2/releases/download/2.4.1-2/rubyinstaller-2.4.1-2-x64.7z
But if you’re OK with v2.4.10 - and I’d highly recommend that you try it, it will have security and big fixes which 2.4.1 lacks and will likely be compatible with anything which requires 2.4.x - then download this exe https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.4.10-1/rubyinstaller-devkit-2.4.10-1-x64.exe which includes the basic gems you’ll also need.

How do I install gtk-fortran on windows 8?

I want to build a GUI for some fortran code I have. GTK-Fortran seemed like a simple option, but I'm having trouble getting everything installed in the correct place.
I am using Windows 8. I have gfortran (version 4.8.1), Cmake, and GTK+ 3 installed. As far as I can tell, the last thing I need to do is include GTK-Fortran, which I download from https://github.com/jerryd/gtk-fortran (the link to download the .zip file is on the right side of the page), but all of the instructions on what to do with it are incredibly vague to me. The INSTALL instructions seem to want me to make a new directory, C:\build, and then do something with cmake, but I'm not sure what that something is or how to do it.
I have GTK+ 3 in C:\GTK, and its bin is included in the path. I would like to just put the GTK-Fortran files within the GTK folder, but I don't think that will actually give me access to the GTK-Fortran files.
Could someone give me very clear instructions on what to do with the files for GTK-Fortran so that I can call them from my own fortran code?
The simplest way for using gtk-fortran under Windows is to install MSYS2/MINGW64, following the installation steps described in the wiki of the project:
https://github.com/vmagnin/gtk-fortran/wiki#windows

What's the best way to update TextMate bundles?

I've just realized, that some of my TextMate bundles would probably profit from updating.
The problem is, that some of them are pre-packaged with TextMate under /Applications/TextMate.app/Contents/SharedSupport/Bundles and others are manually installed by me under ~/Library/Application Support/TextMate/Bundles.
Now the question is, if I for example wanted to update the Ruby on Rails bundle, which is under /Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on Rails.tmbundle, should I just delete it, and manually download from github into the ~/Library folder?
Won't I break something if I delete preinstalled bundles and replace them with newest version from GitHub?
And second question, is there any simple way to tell TextMate to just load all of the newest versions of installed bundles?
I recommend using GetBundles, you can get it from the bundle SVN as described here - it's kind of a "package manager" for TM bundles, and will handle updating the builtin ones correctly too. (I also recommend the other two plugins from that blog post, but that's unrelated.)

Missing com.CorePlot.Framework.docset bundle for core-plot documentation install into xCode

I am very new to both Objective-C and iOS programming. I am working my way through creating some graphs using core-plot and want to access some documentation that might help explain the examples given.
The readme file says in order to install the documentation I must:
Quit Xcode
Copy the com.CorePlot.Framework.docset bundle into ~/Library/Developer/Shared/Documentation/DocSets/
Launch Xcode, and browse Core Plot documentation in the Documentation browser
This looks easy but I am having a problem locating the "CorePlot.Framework.docset" bundle. Perhaps I am missing something simple?
Thanks.
Are you using one of the release packages or building from source?
If you're using a release package without the installer, the docset is in "CorePlot x.x.x/Documentation" after unzipping the archive.
If you're using the installer, it should have placed the docset in the right place.
If you're building from source, follow the instructions here to install Doxygen and Graphviz. Open the CorePlot-CocoaTouch project and build the Documentation target. The build script will install the docset automatically.
Eric

Resources