All Projects → martinrotter → Textosaurus

martinrotter / Textosaurus

Licence: gpl-3.0
Cross-platform text editor based on Qt and Scintilla.

Projects that are alternatives of or similar to Textosaurus

Qview
Practical and minimal image viewer
Stars: ✭ 460 (+105.36%)
Mutual labels:  lightweight, cross-platform, qt5
Qhttpengine
HTTP server for Qt applications
Stars: ✭ 112 (-50%)
Mutual labels:  cross-platform, qt5
Neovim
Vim-fork focused on extensibility and usability
Stars: ✭ 49,389 (+21948.66%)
Mutual labels:  cross-platform, text-editor
Strategrdesktop
No-Fuss Time Management App
Stars: ✭ 130 (-41.96%)
Mutual labels:  cross-platform, qt5
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+475.45%)
Mutual labels:  cross-platform, qt5
App
free software application for social network analysis and visualization
Stars: ✭ 94 (-58.04%)
Mutual labels:  cross-platform, qt5
Liblightmodbus
A cross-platform, lightweight Modbus RTU library
Stars: ✭ 121 (-45.98%)
Mutual labels:  lightweight, cross-platform
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+365.18%)
Mutual labels:  cross-platform, qt5
Qmarkdowntextedit
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
Stars: ✭ 182 (-18.75%)
Mutual labels:  text-editor, qt5
Dspdfviewer
Dual-Screen PDF Viewer for latex-beamer
Stars: ✭ 184 (-17.86%)
Mutual labels:  cross-platform, qt5
Fishengine
Simple, Unity-like Game Engine.
Stars: ✭ 191 (-14.73%)
Mutual labels:  cross-platform, qt5
Xi Qt
A Qt front-end for xi-editor. Experimental (WIP)
Stars: ✭ 85 (-62.05%)
Mutual labels:  text-editor, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+413.39%)
Mutual labels:  cross-platform, qt5
Packetsender
Network utility for sending / receiving TCP, UDP, SSL
Stars: ✭ 1,349 (+502.23%)
Mutual labels:  cross-platform, qt5
Shadowsocks Qt5
A cross-platform shadowsocks GUI client
Stars: ✭ 7,893 (+3423.66%)
Mutual labels:  cross-platform, qt5
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (-50%)
Mutual labels:  cross-platform, qt5
Gtest Runner
A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests
Stars: ✭ 207 (-7.59%)
Mutual labels:  cross-platform, qt5
Qimgv
Qt5 image viewer with optional video support
Stars: ✭ 714 (+218.75%)
Mutual labels:  cross-platform, qt5
Novelwriter
novelWriter is an open source markdown-like plain text editor designed for writing and organising novels. Written with Python 3 (3.6+) and Qt 5 (5.3+) for cross-platform deployment.
Stars: ✭ 739 (+229.91%)
Mutual labels:  text-editor, qt5
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-40.18%)
Mutual labels:  cross-platform, qt5

Textosaurus

Bountysource AppVeyor Travis CI Total downloads Version License

Textosaurus

Textosaurus is simple cross-platform UTF-8 text editor based on Qt and Scintilla. Textosaurus aims to provide similar workflow as Notepad++ does.

You can support author of Textosaurus here. Textosaurus icon was created by http://www.fasticon.com. Flag icons are provided by IconDrawer.

Translations are welcomed!!!

Textosaurus

Downloads

How to build

See main project file for instructions.

Features

  • UI:
    • cross-platform look & feel,
    • configurable toolbar
    • changeable icon themes and styles,
    • main window remembers its location and size,
    • hideable toolbar and statusbar,
    • main window can stay on top,
    • tray icon,
    • can record/save/play macros,
    • can encrypt files with OpenSSL, see here for more info,
    • simple interface,
    • movable dock sidebars:
      • "Output" sidebar - can display output of external tools and other information,
      • "Character Map" sidebar - displays ALL non-control characters from Unicode table (not only from BMP) and allows user to insert them in text editor via mouse double click,
      • "Filesystem" sidebar - allows to browse folder hierarchy and mark some files as favorites,
      • "Markdown Preview" sidebar - allows yout to display simple preview of your Markdown scripts,
    • tabbed interface.
  • Text editor component:
    • supports a lot of input encodings,
    • automagic recognition of input file type via file utility (if available),
    • input file encoding detection (via bundled uchardet),
    • switchable encoding for each separate document,
    • uses full UTF-8 internally,
    • auto-indent with mixed TAB/SPACES support,
    • multiple cursor editing and multiple selections, including rectangular selections,
    • can load relatively big files (100 MB file should not be a problem),
    • can print files including syntax highlighting,
    • can print to PDF,
    • code folding,
    • hideable line numbers,
    • configurable color schemes,
    • URL highlights (fast on big files, only currently visible lines),
    • highlights occurrences of current selection (fast on big files, only currently visible lines),
    • switchable indent characters (spaces/tabs),
    • adjustable tab/indent width,
    • adjustable vertical line height (responds to SHIFT+WHEEL UP/DOWN shortcut too),
    • adjustable editor font (size can be changed also via CTRL+WHEEL UP/DOWN shortcut),
    • can display ligatures (tested with Fira Code on GNU/Linux and Windows),
    • simple find/replace functionality, which allows you to:
      • search forward/backward for plain string or regular expression (ECMAScript),
      • display number of occurrences of search phrase in a document,
      • replace all occurrences,
      • display results via "Find Results" sidebar,
    • switchable EOL mode for new documents,
    • EOL mode auto-detection,
    • syntax highlighting for many text formats,
    • inituitive filtering for menu of available syntax highlighters,
    • conversion of existing EOLs,
    • switchable visibility of EOL/whitespace characters,
    • support for many text operations, which allow you to:
      • upload selection/document to pastebin sites,
      • convert to/from Base64 and Base64Url,
      • convert to/from URL encoded text,
      • convert to HTML escaped text,
      • insert current date/time,
    • support for external scripts, which allow you to:
      • pass current selection/line/document/file to your script,
      • run your script with arbitrary interpreter (Python, Bash or some other executable),
      • get output of your script (as new file, replace selection/document, copy to clipboard, ...),
      • settings of external tools is completely portable (*).
  • Misc:
    • cross-platform easy-to-use plugin API,
    • can save/restore session in platform independent way,
    • all user data (settings, external tools definitions, ...) are fully portable (You can use the same user data shared via Dropbox on all supported platforms.),
    • depends only on Qt (Scintilla is bundled),
    • relatively lightweight,
    • no JavaScript components, no bundled Chromium, no Electron, no web technologies inside,
    • always OSS.

* Usually, custom external tools are executed via Bash or Python, so you must have used interpreter available in all environments where Textosaurus is used. On Windows, Cygwin is probably the best way to use these.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].