summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/sublime
AgeCommit message (Collapse)Author
2020-05-14sublime3{,-dev}: fix updateScriptJan Tojnar
The HTML page changed and the update script was no longer finding the latest version. I changed it to query for the latest version using dedicated URL: https://forum.sublimetext.com/t/fixed-download-url-for-latest-version/23763/7 Also terminated the update sooner if we detect no update available. update-source-version handles that normally but we are cleaning the version so that we can update both platforms at the same time.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-10-03sublimetext: 3207 -> 3211Guillaume Massé
2019-08-28treewide: remove redundant recvolth
2019-06-18sublime{3,-merge}: simplify codeJan Tojnar
2019-06-18sublime3: add maintainerJan Tojnar
2019-06-18sublime3: remove GTK 2 supportJan Tojnar
No version in the repo uses it anymore
2019-05-17sublime3: 3200 -> 3207Sebastian Sellmeier
2019-05-03sublime3-dev: 3203 → 3208Jan Tojnar
Build 3208 21 April 2019 Mac: Added a workaround for a macOS OpenGL driver bug in 10.14.4 Build 3206 5 April 2019 Performance improvements Build 3205 3 April 2019 Improved scrolling logic in some scenarios Linux: Fixed compatibility with old Linux distributions Build 3204 2 April 2019 Mac: Added a workaround for a MacOS issue with DisplayLink adapters Linux: Tweaked the way text scaling is handled Improved file indexing behavior in some scenarios Fixed block carets changing the way text selection works
2019-04-24sublime-{merge,text}: make common.nix files have a similar structureTim Zook
In the future it's desired to unify Sublime packages expressions. So them having a shared structure will make this more achievable.
2019-03-29sublime3: Fix python api locale (#58491)zimbatm
2019-03-28sublime3-dev: 3184 → 3203Jan Tojnar
2019-03-28Revert "sublime3-dev: 3184 → 3203"Graham Christensen
This reverts commit 85b69524bfa4e124e6dc322509363aadd95f6645 as its hash is invalid.
2019-03-28sublime3-dev: 3184 → 3203Jan Tojnar
2019-03-28sublime3: Fix python api localed10n
2019-03-13sublimetext3: 3176 -> 3200 (#57600)Aaron Janse
2019-03-02sublime3: Add updateScriptJan Tojnar
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj
2019-01-01sublime3-dev: 3183 -> 3184Ivan Kozik
2018-12-13sublime: add new download urlPatrick Hilhorst
The old one gave a 404. I left it there for if it ever comes back
2018-12-03sublime3-dev: 3176 → 3183Jan Tojnar
Sublime finally switched to GTK 3!
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2018-05-14sublime3: 3170 -> 3176 (#40494)Guillaume Massé
2018-05-07sublime3: 3162(dev), 3143(stable) -> 3170(stable, dev)Guillaume Massé
2018-05-03treewide: remove platform assertionsMatthew Bauer
linux: readd assertion
2018-04-16sublime3-dev: 3161 → 3162Jan Tojnar
2018-04-06Sublime dev (#38383)Guillaume Massé
* Package sublime-dev build. * sublime3-dev: Init at 3160 * Sublime3: Refactor to share derivation between sublime-text 3 dev and stable * Sublime3: Refactor as a fuction to avoid duplicating parameters * Sublime3: Remove unnecessary rec https://github.com/NixOS/nixpkgs/pull/38383#discussion_r178898901 * sublime3-dev: 3160 -> 3161
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2016-05-25sublime: add a desktop item and iconsChris Martin
2016-05-01replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2015-01-14rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2014-01-27Added SublimeText3 support. SublimeText2 and SublimeText3 can be installed ↵Wojciech Danilo
side by side. They provide 'sublime', 'sublime2' and 'sublime3' commands. SublimeText3 has lower precedense than SublimeText2 because its in beta mode (for over a year now)
2013-10-06More description fixesBjørn Forsman
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-09-02Update sublime text to 2.0.2Rob Vermaas
2012-11-11Make sublime work on 32bit linux.Rob Vermaas
2012-11-11Oops, should have at least parsed the expression when committing before ↵Rob Vermaas
having had coffee...
2012-11-11Sublime: add license attribute, and add assertion for i686-linux/x86_64-linuxRob Vermaas
2012-11-10Add Sublime Text editorRob Vermaas