https://github.com/rgieseke/textadept-portable
A portable launcher for the Textadept editor.
https://github.com/rgieseke/textadept-portable
nsis portable-apps textadept
Last synced: about 1 year ago
JSON representation
A portable launcher for the Textadept editor.
- Host: GitHub
- URL: https://github.com/rgieseke/textadept-portable
- Owner: rgieseke
- License: gpl-2.0
- Created: 2010-10-18T20:03:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T21:16:10.000Z (over 13 years ago)
- Last Synced: 2025-03-27T13:37:49.308Z (about 1 year ago)
- Topics: nsis, portable-apps, textadept
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Textadept Portable
==================
A launcher for the Textadept editor.
Textadept Portable can run from a portable USB
drive without installing anything.
The `.textadept` directory is placed in TextadeptPortable\Data.
Download
========
Note that this is only the launcher, you need to download the current
version of Textadept from and
unpack and copy it to `TextadeptPortable\App\Textadept`.
Building the launcher yourself
==============================
See below for the necessary steps for building the Textadept Portable launcher.
See and
for an
explanation of the format.
To simplify building the following two scripts create a build environment
for Textadept Portable and compile the launcher:
Run on Linux/Unix (or download the files from the web and unzip Textadept):
`downloads.sh`
Then run on Windows:
`build.bat`
Finally a zip can be created (Linux shell script):
`pack.sh`
NSIS
====
Download NSIS Portable:
Current version:
Directory Structure
===================
Create directory structure:
TextadeptPortable
App
+ AppInfo
+ AppName
+ DefaultData
Data
Other
+ Help
+ Images
+ Source
Textadept Portable
==================
The source code for the Portable Launcher is in
`TextadeptPortable\Data\Other\Source`
Copy icons and rename them to `TextadeptPortable\App\AppInfo` (see build.bat).
Build launcher
==============
Run makensis on `TextadeptPortable\Other\Source\TextadeptPortable.nsi`