All public logs
From NSIS Wiki
Jump to navigationJump to search
Combined display of upload, deletion, protection, user block, page move, and sysop logs. You can narrow down the view by selecting a log type, the user name, or the affected page.
- 17:48, 2 March 2026 Jan talk contribs created page PathLib (Created page with "== Description == A path library for providing LogicLib operators and transformation macros. == Minimum Requirements == * NSIS 3.0 (Unicode) == Logical Operators == LogicLib operators for use with `${If}`, `${IfNot}`, `${ElseIf}`, `${AndIf}`, `${OrIf}`, etc. ${If} ${Path.IsAbsolute} "C:\Windows\System32" DetailPrint '"C:\Windows\System32" is an absolute path' ${EndIf} ${If} ${Path.IsRelative} "docs\readme.txt" DetailPrint '"docs\readme.t...")
- 23:47, 27 February 2026 Jan talk contribs created page Assert (Created page with "== Assert == A runtime assertion library , built on top of LogicLib. == Usage == Binary assertions (works with all LogicLib operators): ${Assert} $R0 == "expected" "values match" ${Assert} $R0 != "" "not empty" ${Assert} $R0 ${StartsWith} "Hello" "starts with Hello" ${Assert} $R0 ${Contains} "world" "contains world" Negated assertions: ${AssertNot} $R0 == "bad" "must not be bad" ${Assert...")
- 22:57, 27 February 2026 Jan talk contribs created page StrLib (Created page with "== Description == A string library LogicLib string-test operators and string transformation macros. == Minimum Requirements == * NSIS 3.0 (Unicode) * Windows 2000 / Windows Vista for the <code>${Slugify}</code> macro == Logical Operators == LogicLib extensions for string prefix, suffix and substring tests. Usage: All standard LogicLib flow operators work automatically: <code>If</code>, <code>IfNot</code>, <code>Unless</code>, <code>ElseIf</code>, <code>ElseIfNot</c...")
- 14:05, 15 June 2025 Jan talk contribs created page AUR (Created page with "== Description == '''⚠️ This is third-party installation method without official support''' The Arch User Repository (AUR) is a community-driven repository for Arch Linux users. === Usage === <code>yay -S nsis</code> === Related Links === * [https://wiki.archlinux.org/title/Arch_User_Repository Arch User Repositoriy] Category:Package Managers")
- 14:01, 15 June 2025 Jan talk contribs created page APT (Created page with "== Description == '''⚠️ This is third-party installation method without official support''' The apt package manager, or Advanced Package Tool, is a command-line utility used for managing software packages on Debian-based Linux systems, such as Debian and Ubuntu. === Usage === <code>sudo apt install nsis</code> === Related Links === * [https://wiki.debian.org/Apt APT] Category:Package Managers")
- 13:58, 15 June 2025 Jan talk contribs created page MacPorts (Created page with "== Description == '''⚠️ This is third-party installation method without official support''' MacPorts, formerly DarwinPorts, is a package manager for macOS and Darwin. It is an open-source software project that aims to simplify the installation of other open source software. === Usage === <code>sudo port install nsis</code> === Related Links === * [https://www.macports.org/ MacPorts] * [https://github.com/macports/macports-ports/blob/master/devel/nsis/Portfile N...")
- 13:52, 15 June 2025 Jan talk contribs created page Homebrew (Created page with "== Homebrew == '''⚠️ This is third-party installation method without official support''' Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple's operating system, macOS, as well as Linux. === Usage === <code>brew install nsis</code> === Related Links === * [https://brew.sh/ Homebrew] * [https://github.com/Homebrew/homebrew-core/blob/master/Formula/m/makensis.rb NSIS manifest for Homebrew]...")
- 13:49, 15 June 2025 Jan talk contribs created page Nix (Created page with "== Nix == '''⚠️ This is third-party installation method without official support''' Nix is a cross-platform package manager for Unix-like systems, supporting Linux, macOS and Windows Subsystem for Linux (WSL) === Usage === Nix configuration <code>environment.systemPackages = [ pkgs.nsis ];</code> Nix shell <code>nix-shell -p nsis</code> === Related Links === * [https://nixos.org/ NixOS] * [https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ns/nsis/pac...")
- 13:43, 15 June 2025 Jan talk contribs created page Scoop (Created page with "== Scoop == '''⚠️ This is third-party installation method without official support''' A command-line installer for Windows, supporting PowerShell 5.1 and later. === Usage === Add the extra bucket to Scoop. This is a one-time operation. <code>scoop bucket add extras</code> Install NSIS <code>scoop install extras/nsis</code> === Related Links === * [https://scoop.sh/ Scoop] * [https://github.com/ScoopInstaller/Extras/blob/master/bucket/nsis.json NSIS manifest...")
- 13:36, 15 June 2025 Jan talk contribs created page Winget (Created page with "== Description == The [https://learn.microsoft.com/en-us/windows/package-manager/ Windows Package Manager] (also known as winget) is a free and open-source package manager designed by Microsoft for '''Windows 10''' and '''Windows 11'''. It consists of a command-line utility and a set of services for installing applications. '''It's the only package manager officially supported by the makers of NSIS.''' === Usage === <code>winget install -e --id NSIS.NSIS</code> === R...")
- 13:28, 15 June 2025 Jan talk contribs created page Category:Package Managers (Created page with "Learn about alternative ways to install NSIS on your computer or CI pipeline. Category:Browse NSIS Repository by Topic")
- 13:25, 15 June 2025 Jan talk contribs created page File:Terminal.png
- 13:25, 15 June 2025 Jan talk contribs uploaded File:Terminal.png
- 17:11, 7 September 2017 Jan talk contribs uploaded File:Vscode.png
- 14:45, 10 May 2016 Jan talk contribs uploaded a new version of File:SublimeLinter.png
- 08:17, 10 May 2016 Jan talk contribs deleted page File:SublimeLinter.png (Deleted old revision 20160510081714!SublimeLinter.png)
- 08:17, 10 May 2016 Jan talk contribs uploaded a new version of File:SublimeLinter.png
- 18:31, 9 May 2016 Jan talk contribs uploaded File:SublimeLinter.png
- 23:34, 21 August 2014 Jan talk contribs uploaded a new version of File:NSIS Plug-in Completions.gif
- 23:32, 21 August 2014 Jan talk contribs uploaded a new version of File:NSIS Completions.gif
- 23:27, 21 August 2014 Jan talk contribs deleted page File:Sublime-nsis.gif
- 23:25, 21 August 2014 Jan talk contribs uploaded File:Sublime-nsis.gif
- 14:10, 4 July 2014 Jan talk contribs moved page Notepad Plus Plus to Notepad++
- 14:10, 4 July 2014 Jan talk contribs moved page Talk:Notepad Plus Plus to Talk:Notepad++
- 12:08, 9 April 2014 Jan talk contribs moved page Prism to Prism.js
- 16:44, 16 March 2014 Jan talk contribs moved page Syntax highlighter for gvim to Gvim
- 16:44, 16 March 2014 Jan talk contribs moved page Syntax highlighter for ConTEXT to ConTEXT
- 16:44, 16 March 2014 Jan talk contribs moved page Syntax File for Visual SlickEdit to Visual SlickEdit
- 16:44, 16 March 2014 Jan talk contribs moved page Syntax File for Proton to Proton
- 16:44, 16 March 2014 Jan talk contribs moved page Syntaxfile for UltraEdit 10 to UltraEdit 10
- 16:43, 16 March 2014 Jan talk contribs moved page Syntax File for Crimson Editor to Crimson Editor
- 15:31, 28 February 2014 Jan talk contribs uploaded File:DocSet Screencast.gif
- 00:04, 16 January 2014 Jan talk contribs uploaded File:NSIS Syntax Highlighting.png
- 23:58, 15 January 2014 Jan talk contribs uploaded File:NSIS Completions.gif
- 16:21, 15 January 2014 Jan talk contribs uploaded a new version of File:NSIS Plug-in Completions.gif (Screenshot of Sublime Text with NSIS Plug-in Completions in action)
- 16:20, 15 January 2014 Jan talk contribs uploaded a new version of File:NSIS Plug-in Completions.gif (Screenshot of Sublime Text with NSIS Plug-in Completions in action)
- 16:19, 15 January 2014 Jan talk contribs uploaded File:NSIS Plug-in Completions.gif (Screenshot of Sublime Text with NSIS Plug-in Completions in action)
- 22:08, 24 June 2013 Jan talk contribs moved page Sublime Text and TextMate to Sublime Text Syntax Highlighter
- 22:05, 24 June 2013 Jan talk contribs moved page Sublime Text Packages to Sublime Text Completions
- 22:05, 24 June 2013 Jan talk contribs moved page Sublime Text Build System for NSIS to Sublime Text Build System
- 21:41, 15 June 2013 Jan talk contribs uploaded File:Sublime Text Build Systems for NSIS.zip
- 21:36, 15 June 2013 Jan talk contribs deleted page File:Sublime Text Build Tools.zip
- 21:31, 15 June 2013 Jan talk contribs uploaded File:Sublime Text Build Tools.zip
- 13:48, 1 June 2013 Jan talk contribs uploaded a new version of File:Highlight.nsis.zip
- 09:43, 1 June 2013 Jan talk contribs undeleted page Category:Syntax Highlighting (1 revision restored)
- 09:43, 1 June 2013 Jan talk contribs deleted page Category:Syntax Files For Text Editors (inappropriate category name, improved category underway)
- 08:23, 1 June 2013 Jan talk contribs deleted page Category:Syntax Highlighting (duplicate)
- 07:56, 1 June 2013 Jan talk contribs moved page NSIS Syntax for Lighter to Lighter
- 07:56, 1 June 2013 Jan talk contribs moved page NSIS Syntax for highlight.js to Highlight.js
- 07:55, 1 June 2013 Jan talk contribs moved page NSIS Syntax for EnlighterJS to EnlighterJS