Metapad text-editor v.1.2 arrives

Metapad is a text-editor written with Python and QT5. It contains about 204 lines of heavily commented code. Metapad will be the default text-editor of the PostX Gnu/Linux 0.5(TBA).

#Metapad v.1.2 Copyright (c) 2017 JJ Posti <techtimejourney.net>This program comes with #ABSOLUTELY NO WARRANTY; for details see: #http://www.gnu.org/copyleft/gpl.html. This is free #software, and you are welcome to redistribute it under
#GPL Version 2, June 1991″).

Linux text-editor, text-.editors for linux, lightweight linux text-editors, lightweight linux text

Screenshot from Metapad text-editor.Metapad v.1.2 The release fixes various small issues. only one version now.

Features

-Open file. Filters include: All files, Text files, Python files, C++ files, Bash files, Javascript files, Odt text files.

-Save file, a.k.a. the save as functionality. Filters include: All files, Python files, C++ files, Bash files, Javascript files, Odt text files.

-Print functionality. Print also gives you an option to create a PDF out of your work with a print to a PDF file functionality.

-About window: Contains info.

-Exit functionalities with “Are you sure you want to quit?” dialog. Exit functionalities appear with: Pressing the escape key, with Alt+F4 combination or pressing the quit (x) button next to maximize.

Dependencies

python-pyqt5 or python3-pyqt5 or similar.

python or python3.

Usually you need to install only something pointing towards python-pyqt5 or python3-pyqt5. By default python/python3 should already be installed within your Linux system.

Notes

Filters do not limit the file types you can use. Instead they give you a more filtered overview of your files. Filters do not add file type automatically. If you want to save as a txt file then do: somefile.txt as a file name. The default file type is plain text without an extension – unless the extension is specified.

Odt files can be opened and you can save to odt – if the file in question contains only text. At its current state Metapad does not support image loading/saving. I might add image functionalities in the future.

The style of Metapad is black and green oriented. The styling choices are CSS and as such they do not change the way the actual text appears on a paper or in a file. For example, if you save something it is going to be black, regular text in a white paper.

Metapad v.1.1 fixes Utf-8 support. In other words: there is only one version now.

Metapad v.1.2 fixes file saving bugs and few minor issues with code.

Obsolete entry from v.1:Two Versions

There are two versions. The regular version (metapad.py) does not contain ASCII support for characters like ä, ö, å.

The scandic_unicode version (metapad_uc.py) does contain the previous support. The method of achieving utf_unicode support might lead to some potential problems on some Linux systems(depending on the distribution and Python version). On my tests, I did not notice anything going wrong. Still, to be sure, two versions of the program are given.

Download & Executing

Download Metapad.1.2(as a zip).

If needed make python files executable: chmod +x filename.py

Run with: python filename_location.py

You can also find Metapad from my Github.  Here is the project´s page.