Commit graph

210 commits

Author SHA1 Message Date
ryoon
10a1c08df8 editors: Enable emacs27-nox11 2020-08-12 14:19:01 +00:00
ryoon
89fa39bfbc editors: Enable emacs27 2020-08-12 14:17:02 +00:00
gutteridge
3aafc2b559 editors/Makefile: sort entries 2020-06-18 03:01:50 +00:00
nia
91cf8e5cf7 editors: Add nvi2.
A multibyte fork of the nvi editor for BSD
2020-06-14 11:44:02 +00:00
nia
9b76d9a20d editors: Add tepl4
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for "Text editor product line". It
serves as an incubator for GtkSourceView.

Tepl was previously named Gtef (GTK+ text editor framework). The project
has been renamed in June 2017 to have a more beautiful name. The end of Tepl
is pronounced like in "apple".
2020-06-09 14:30:00 +00:00
sjmulder
af4227fe36 editors/Makefile: Add micro 2020-06-02 08:49:15 +00:00
nia
687269db21 editors: remove notecase
"The free NoteCase Outliner has been discontinued in 2008, in favor of a much advanced variant of the program called NoteCase Pro.

NoteCase Pro, albeit a commercial product, can be used for free with some limitations, but even the free mode of NoteCase Pro is much more advanced than the old NoteCase.

Proceed to NoteCase Pro: ..."
2020-05-28 12:06:17 +00:00
wiz
90f664a809 editor/Makefile: + fileobj 2020-04-15 16:06:21 +00:00
pin
9de94d2c53 Import focuswriter-1.7.5 as editors/focuswriter
FocusWriter is a simple, distraction-free word processor. It utilizes a
hide-away interface that you access by moving your mouse to the edges of
the screen, allowing the program to have a familiar look and feel to it
while still getting out of the way so that you can immerse yourself in
your work.

FocusWriter allows you to customize your environment by creating themes
that control the font, colors, and background image to add ambiance. It
also features on-the-fly updating statistics, daily goals, multiple open
documents, spell-checking, and much more.

Additionally, when you open the program your current work in progress will
automatically load and position you where you last left off so that you
can immediately jump back in.
2020-04-06 11:41:05 +00:00
gutteridge
6e91fae97b feathernotes: import new package, version 0.5.1
FeatherNotes is a lightweight Qt5 hierarchical notes-manager.
It is independent of any desktop environment and has:

  * Support for rich text formatting, image embedding and inserting
    editable tables;
  * Drag-and-drop capability for moving nodes and also for embedding images;
  * A tray icon for quick access on any desktop;
  * Correct position/size saving and restoring with most window managers;
  * Compact but complete search and replacement widgets;
  * The ability to include searchable tags (hidden info on each node);
  * Support for optional node icons;
  * Support for local and remote hyperlinks (bookmarks);
  * Text zooming;
  * Printing and exporting to HTML and PDF;
  * Password protection;
  * Auto-saving;
  * macOS support and other features that can be found in its settings,
    on its menus or when it is actually used.

Packaged in pkgsrc-wip by pin, as part of a broader effort toward
providing all of LXQt and associated utility applications. General
reviews, feedback, and testing of such by gdt@, ng0@, and myself.
2020-02-13 03:21:54 +00:00
gutteridge
512f2bc800 featherpad: import new package, version 0.12.0
FeatherPad is a lightweight Qt5 plain-text editor.
It is independent of any desktop environment and has:
  * Drag-and-drop support, including tab detachment and attachment;
  * X11 virtual desktop awareness;
  * An optionally permanent search-bar;
  * Instant highlighting of found matches when searching;
  * A docked window for text replacement;
  * Support for line numbers and jumping to a specific line;
  * Automatic detection of text encoding;
  * Syntax highlighting for common programming languages;
  * Ability to open URLs with appropriate applications;
  * Session management;
  * Side-pane mode;
  * Auto-saving;
  * Spell checking with Hunspell;
  * Printing;
  * Text zooming;
  * Haiku OS and macOS support.

Packaged in pkgsrc-wip by pin, as part of a broader effort toward
providing all of LXQt and associated utility applications. General
reviews, feedback, and testing of such by gdt@, ng0@, and myself.
2020-02-13 03:12:18 +00:00
nia
3a2265053f editors: Remove mlview.
Ancient GNOME 2 component, no release since 2005.
This is no longer part of GNOME.

PKGREVISION=	52
2020-01-19 00:50:30 +00:00
nia
fff2342f72 editors: remove tomboy
old GNOME 2 version, no longer builds with current mono. according to
its github this has been replaced by tomboy-ng, written in pascal, and is
no longer actively developed.
2020-01-18 12:18:13 +00:00
jnemeth
d23ab514ae sort 2019-10-31 03:05:26 +00:00
nia
e0b6ef7692 Add editors/l3afpad
L3afpad is a simple GTK+ text editor that emphasizes simplicity. As development
focuses on keeping weight down to a minimum, only the most essential features
are implemented in the editor. L3afpad is simple to use, is easily compiled,
requires few libraries, and starts up quickly.
2019-10-26 12:18:49 +00:00
kamil
c4b64369a0 -gedit3 2019-10-25 14:02:26 +00:00
kamil
64c9015e53 + gedit 2019-10-25 13:59:33 +00:00
nia
1826e3f5e3 Add editors/xournalpp. Based on work in pkgsrc-wip by Yorick Hardy.
Xournal++ is a handwriting notetaking software with PDF annotation support.
Written in C++ with GTK3. Supports pen input from devices such as Wacom
Tablets.
2019-10-16 13:34:08 +00:00
nia
f508401560 Remove editors/gedit - successors editors/pluma, editors/gedit3 2019-09-15 13:38:03 +00:00
nia
ffa489a230 Remove editors/conglomerate.
According to its sourceforge page this has been in "pre-alpha" since
2005, with no releases since. It depends on GNOME 2 libraries...
2019-09-14 19:33:32 +00:00
fcambus
d1ace2d586 Add le. 2019-08-18 08:24:35 +00:00
nia
84a585bdd4 Add editors/kakoune.
Kakoune is a code editor that implements Vi's "keystrokes as a text editing
language" model. As it's also a modal editor, it is somewhat similar to the
Vim editor (after which Kakoune was originally inspired).

Kakoune can operate in two modes, normal and insertion. In insertion mode,
keys are directly inserted into the current buffer. In normal mode, keys
are used to manipulate the current selection and to enter insertion mode.

Kakoune has a strong focus on interactivity, most commands provide immediate
and incremental results, while still being competitive (as in keystroke
count) with Vim.

Kakoune works on selections, which are oriented, inclusive range of characters,
selections have an anchor and a cursor character. Most commands move both
of them, except when extending selection where the anchor character stays
fixed and the cursor one moves around.
2019-07-24 17:01:02 +00:00
leot
7a9be9143d editors: + neatvi 2019-07-07 15:00:15 +00:00
gutteridge
65c0307939 editors/Makefile: add retext 2019-03-02 20:50:33 +00:00
mef
37a40e7cff Added editors/emacs26{,-nox11} version 26.1 [makoto 2018-06-20] 2018-06-20 11:15:44 +00:00
kamil
1a3feb0da7 editors: Add dte 2017-11-24 06:47:15 +00:00
adam
34d979e366 Jedi is a static analysis tool for Python that can be used in IDEs/editors. Its
historic focus is autocompletion, but does static analysis for now as well.
Jedi is fast and is very well tested. It understands Python on a deeper level
than all other static analysis frameworks for Python.

Jedi has support for two different goto functions. It's possible to search for
related names and to list all names in a Python file and infer them. Jedi
understands docstrings and you can use Jedi autocompletion in your REPL as
well.
2017-10-16 17:03:06 +00:00
wiz
2c2b2b29ed editors/Makefile: remove emacs2{2,3,4}*
CVs: ----------------------------------------------------------------------
2017-09-30 07:24:22 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
minskim
f169f318de editors/Makefile: Add py-editor 2017-09-13 16:37:10 +00:00
wiz
6a9f5700d8 Remove qgoogletranslator.
This project was stopped upstream because google closed the free usage
of the API this program was using.
2017-09-04 18:21:24 +00:00
morr
4c2e0d3dc6 Add vim-gtk3 package. 2016-10-04 17:57:22 +00:00
ryoon
5f4f369df3 Add emacs25-nox11 2016-09-18 13:40:24 +00:00
ryoon
5fbcc58372 Add emacs25 2016-09-18 13:37:46 +00:00
agc
8da59f6d58 Add the kilo editor to the packages collection.
Kilo is a small text editor in less than 1K lines of code (counted with cloc).

	Usage: kilo <filename>

	Keys:

	CTRL-S: Save
	CTRL-Q: Quit
	CTRL-F: Find string in file (ESC to exit search, arrows to navigate)

	Kilo does not depend on any library (not even curses).  It uses fairly
	standard VT100 (and similar terminals) escape sequences.  The project
	is in alpha stage and was written in just a few hours taking code from
	my other two projects, load81 and linenoise.

	People are encouraged to use it as a starting point to write other
	editors or command line interfaces that are more advanced than the
	usual REPL style CLI.

	Kilo was written by Salvatore Sanfilippo aka antirez and is released
	under the BSD 2 clause license.
2016-07-11 05:21:59 +00:00
kamil
d6ebf9f342 Add editors/codeblocks 2016-06-16 02:29:27 +00:00
kamil
f2284dcb0a Add editors/codelite 2016-06-15 22:05:04 +00:00
kamil
d93582453c Add editors/sasm 2016-06-15 08:38:54 +00:00
youri
e60bf5a2db + pluma 2016-05-21 21:46:12 +00:00
tnn
42627cffd8 add editors/hexcurse 2016-03-12 12:05:37 +00:00
markd
21e6a195cb Add texstudio 2016-02-07 22:30:09 +00:00
ryoon
a30e484914 Remove TeXmacs-devel. 2015-08-05 13:11:36 +00:00
abs
367bd4503d +yed 2015-07-03 09:57:16 +00:00
prlw1
73cf06db63 Remove gedit3-spell and make the spell check plugin an (enchant) option
Update gedit3 to 3.14.2

============
gedit 3.14.2
============

New Features and Fixes
======================
- External tools plugin: fix document saving
- Various other bug fixes

New and updated translations
============================
- ja (Hajime Taira)
- nb (Kjartan Maraas)
- vi (Tran Ngoc Quan)
2014-12-06 20:41:36 +00:00
wiz
7bb804c658 Remove vim-gtk, not supported by upstream any longer.
Noted by Niclas Rosenvik on pkgsrc-users.
2014-01-23 14:15:12 +00:00
agc
38628cdc94 Add and enable em. 2013-05-02 05:06:55 +00:00
wiz
dbf50689d2 + sandy. 2013-04-02 06:46:07 +00:00
mspo
3c13c671a3 remove sandy editor because it is the freeze 2013-03-21 00:29:04 +00:00
mspo
f5800b1c9b add sandy editor 2013-03-21 00:13:45 +00:00
tcort
96063e46ae editors/Makefile: add se. OK by agc. 2013-03-07 05:39:31 +00:00