An open API service indexing awesome lists of open source software.

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.

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`