Autor Thema: Editoren diverses ...  (Gelesen 2050907 mal)

0 Mitglieder und 15 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
QOwnNotes 18.09.5
« Antwort #3300 am: 29 September, 2018, 21:16 »
QOwnNotes is a text editor / notepad replacement with markdown support and todo list manager. The program supports themes, keyboard shortcuts, syntax highlighting, and encryption. Includes available nested file list, tags, search, and more. Optionally works with the notes application ownCloud or Nextcloud.

Cross-platform with clients available for Mac and Linux.

License:    GPL

Changelog

you can now create markdown new-lines (with two spaces at the end) by pressing Shift + Return in the note editor (for [#1032](https://github.com/pbek/QOwnNotes/issues/1032))
note folder names in the Note folders settings will now be truncated at 50 characters and new-line characters will be removed (for #1027)

[close]

http://www.qownnotes.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Pandoc 2.3.1
« Antwort #3301 am: 30 September, 2018, 10:40 »
Pandoc is a command-line utility that can convert files from one markup format into another.

Pandoc's enhanced version of Markdown includes syntax for footnotes, tables, flexible ordered lists, definition lists, fenced code blocks, superscripts and subscripts, strikeout, metadata blocks, automatic tables of contents, embedded LaTeX math, citations, and Markdown inside HTML block elements. (These enhancements, described further under Pandoc's Markdown, can be disabled using the markdown_strict input or output format.)

License: Open Source

Changelog

RST reader:

    Parse RST inlines containing newlines (#4912, Francesco Occhipinti). This eliminates a regression introduced after pandoc 2.1.1, which caused inline constructions containing newlines not to be recognized.
    Fix bug with internal link targets (#4919). They were gobbling up indented content underneath.

Markdown reader: distinguish autolinks in the AST. With this change, autolinks are parsed as Links with the uri class. (The same is true for bare links, if the autolink_bare_uris extension is enabled.) Email autolinks are parsed as Links with the email class. This allows the distinction to be represented in the AST.

Org reader:

    Force inline code blocks to honor export options (Brian Leung).
    Parse empty argument array in inline src blocks (Brian Leung).

Muse reader (Alexander Krotov):

    Added additional tests.
    Do not allow code markup to be followed by digit.
    Remove heading level limit.
    Simplify <literal> tag parsers
    Parse Text instead of String. Benchmark shows 7% improvement.
    Get rid of HTML parser dependency.
    Various code improvements.

ConTeXt writer: change \ to / in Windows image paths (#4918). We do this in the LaTeX writer, and it avoids problems. Note that / works as a LaTeX path separator on Windows.

LaTeX writer:

    Add support for multiprenote and multipostnote arguments with --biblatex (Brian Leung, #4930). The multiprenotes occur before the first prefix of a multicite, and the multipostnotes follow the last suffix.
    Fix a use of last that might take empty list. If you ran with --biblatex and have an empty document (metadata but no blocks), pandoc would previously raise an error because of the use of last on an empty list.

RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail instance (Jonas Scholl).

ODT Writer: Improve table header row style handling (Nils Carlson). This changes the way styles for cells in the header row and normal rows are handled in ODT tables. Previously a new (but identical) style was generated for every table, specifying the style of the cells within the table. After this change there are two style definitions for table cells, one for the cells in the header row, one for all other cells. This doesn’t change the actual styles, but makes post-processing changes to the table styles much simpler as it is no longer necessary to introduce new styles for header rows and there are now only two styles where there was previously one per table.

HTML writer:

    Don’t add uri class to presumed autolinks. Formerly the uri class was added to autolinks by the HTML writer, but it had to guess what was an autolink and could not distinguish [http://example.com](http://example.com) from <http://example.com>. It also incorrectly recognized [pandoc](pandoc) as an autolink. Now the HTML writer simply passes through the uri attribute if it is present, but does not add anything.
    Avoid adding extra section nestings for revealjs. Previously revealjs title slides at level (slidelevel - 1) were nested under an extra section element, even when the section contained no additional (vertical) content. That caused problems for some transition effects.
    Omit unknown attributes in EPUB2 output. For example, epub:type attributes should not be passed through, or the epub produced will not validate.

JATS writer: remove ‘role’ attribute on ‘bold’ and ‘sc’ elements (#4937). The JATS spec does not allow these.

Textile writer: don’t represent uri class explicitly for autolinks (#4913).

Lua filters (Albert Krewinkel):

    Cleanup filter execution code.
    Better error on test failure.

HTML, Muse reader tests: reduce time taken by round-trip test.

Added cabal.project.

MANUAL: epub:type is only useful for epub3 (Maura Bieg).

Use hslua v1.0.0 (Albert Krewinkel).

Fix translations/ru to use modern Russian orthography (Ivan Trubach).

Build Windows binary using ghc 8.6.1 and cabal new-build. This fixes issues with segfaults in the 32-bit Windows binaries (#4283).

[close]

https://github.com/jgm

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
EmEditor Free 18.1.1
« Antwort #3302 am: 30 September, 2018, 21:00 »
EmEditor is a lightning-fast, tabbed text editor with themes, syntax highlighting, stay-on-top, and customizable keyboard mapping. The program supports batch find-and-replace, regular expressions, and more.

The program beat a variety of other text editors in tests performed by TPFC user TP109. Additional features are available via a non-free version.

License:    Free for personal use

Changelog

Added the Prompt when creating a new file in a network path check box to the File page of the Customize dialog box.
Deleted the Black, Blue, Brick, EmEditor Classic, and Rose themes from the Display page of configuration properties.
Added the Enable/Disable All check box to the Define Encodings dialog box, and removed the New, Delete, Up, Down, Propertiesbuttons from the dialog box. The Encoding Properties dialog box was deprecated.
Removed the Open Undefined as System Default Encoding check box from the Detect All Result dialog box.

[close]

https://www.emeditor.com/text-editor-features/history/emeditor-free/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Markdown Edit 1.34
« Antwort #3303 am: 01 Oktober, 2018, 16:15 »
Markdown Edit is fully compatible with the CommonMark specification, enabling you to edit Markdown documents, as well as HTML or text ones. It allows document formatting and real-time HTML previewing, providing hotkeys for almost all commands, for easier control.

MIT License

Whats new:>>

Update Pandoc
Use Pandoc's newer GitHub Flavored Markdown support
Add Lua script to allow GitHub Task List checkboxes
Incorporate and close all outstanding pull requests
Add new translations (Czech, Portuguese)

https://markdownedit.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
MultiText Editor 3.2
« Antwort #3304 am: 01 Oktober, 2018, 19:15 »
MultiText Editor is a Java-based text editor that comes loaded with several handy features, such as a spellchecker, case conversion, and font customization, among others. This utility doesn't come equipped with complicated options or configuration parameters, making it accessible to all types of users, even those less experienced with such software.

License : GPLv3

https://sourceforge.net/projects/multitexteditor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Textadept 10.1
« Antwort #3305 am: 02 Oktober, 2018, 12:22 »
Textadept will provide users with a fast, minimalist, and ridiculously extensible text editor. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more.

Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua.

License : MIT License ( Donationware )

Changelog

Bugfixes:

Fixed view focus synchronization issues when dropping files into split views.
Fixed potential crash with non-UTF-8 bytes copy-pasted into non-UTF-8 buffer.
spawn_proc:read() correctly handles rn sequences.

Changes:

Added ability to save/restore persistent data during a reset event via events.RESET_BEFORE and events.RESET_AFTER.
Replaced ui.find.find_in_files_filter with ui.find.find_in_files_filters table for project-specific filters.
Added Chinese localization.
Updated to GTK 2.24.32 on Windows, which fixes a number of various GTK-related issues.

[close]

http://foicica.com/textadept/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Scite 4.1.2
« Antwort #3306 am: 02 Oktober, 2018, 13:36 »
Editor mit Syntax-Highlighting, Auto-Completion, Folding und vielem mehr...

Lizenz: Open Source

Whats new:>>

Drops menukey feature on Win32 to fix bugs.

http://www.scintilla.org/SciTE.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PredictEd 1.1.0
« Antwort #3307 am: 02 Oktober, 2018, 17:45 »
Predictive text editor that offers auto-completion suggestions as you are typing, learns from your writing and can also be trained using existing texts.

MIT License

Changelog

Contexts - Different databases for different subjects or languages.
Spell checks - With custom dictionaries.
Re-sizable window.
Fast training.
Encryption tools - AES, Base64, Steganography, SHA512.
Bug fixes.
Support for drag and drop of files.
Support for shell opening of files.
Tips, tooltips and a cleaner status area.

[close]

https://oormi.in/software/predicted/help.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
CudaText 1.63.0.0
« Antwort #3308 am: 03 Oktober, 2018, 11:50 »
Create programming scripts with this powerful tool that supports more than 130 languages and allows users to work concurrently on as many as six groups of projects.

Freeware

Changelog

Add: option "ui_auto_save_session", allows closing without questions, like in Sublime Text
Add: option "lexer_postpone_until_shown", it makes much faster app start with lot of files from session
Add: more system libs are placed to subfolder "py/sys"
Change: folder "py/requests" was moved to "py/sys", so delete this old copy: "py/requests"
Change: lexers Go, YAML removed to add-ons
Fix: painting gutter decoration on wrapped line
Fix: with complex multi-selections (from Invert Selection), Delete command could brake text (now text is Ok, only carets pos need fixing)

[close]

http://www.uvviewsoft.com/cudatext/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
HostsCK 2.1.9.0
« Antwort #3309 am: 03 Oktober, 2018, 13:15 »
Seamlessly access and edit Windows' Host file so you manage the list of blocked and allowed websites more efficiently via this application.

Freeware

Changelog

Added: HostsDE can check for mvps updates periodically while
it is running and provides protection against the renaming or
deletion of the Hosts as well as preventing changing it’s read-only
attribute by other programs.
Added: HostsCK can now clear the Internet Explorer cache as well
as cookies when closing the built in browser.
Added: You can now use your own button images on the toolbar.
Added: Setting to show URLs in main textbox. Links can be clicked
and opened in your default browser.
Improved: HostsCK’s total load time reduced by up to 1 second. *
Improved: Search textbox back and fore colour will be the same
as the main textbox.
Improved: The Design panel in Settings has a more logical layout.
Changed: Search textbox text highlight happens on mouse up
instead of mouse down.
Changed: Slight redesign to the About window.
Minor bug fixes: Several bugs squashed.

[close]

http://redisoft.uk/hck/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Lines Code Editor 2.0
« Antwort #3310 am: 03 Oktober, 2018, 18:15 »
Edit source code in CSS, HTML5, JavaScript and PHP using this simple and straightforward tool that has syntax highlighting, templates, and more.

Freeware

Changelog

- Option to limit tab width by limiting the number of characters
- Color indicator activated by color click when in CSS context
- Document colors shows text values
- Close tab-document button on right
- Fixed flickering when switching tabs
- Added last write time on tab tooltip
- UI response improvements
- Added dialog on project open
- Added import project from ZIP file and saving file location
- Toolbar hides on web browser open
- Option to merge empty lines to one empty line
- Fixed project command bug when argument field is empty
- Menu activation fixes
- Color picker window size reduced (HSL selector removed)
- Color picker shows named colors and titles
- User response form

[close]

https://www.creatixbih.com/lines

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHPNotepad 1.7.1
« Antwort #3311 am: 04 Oktober, 2018, 05:45 »
Write and edit your code in almost any of the supported languages with the help of this neat, versatile and useful software application.

Donationware

http://phpnotepad.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
BirdFont 3.12.9
« Antwort #3312 am: 04 Oktober, 2018, 06:05 »
BirdFont is a free font editor that lets you create vector graphics and export TTF, EOT & SVG fonts.

License: Open Source

http://birdfont.org/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
EmEditor Free 18.1.2
« Antwort #3313 am: 04 Oktober, 2018, 13:54 »
Whats new:>>

Bug Fixes:

Fixed a bug related to Replace in Files.
Fixed a bug where editing very large files with little memory could crash EmEditor.
Fixed customer-reported issues

https://www.emeditor.com/text-editor-features/history/emeditor-free/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
LPub3D 2.3.1.0.977
« Antwort #3314 am: 04 Oktober, 2018, 19:50 »
LPub3D is an Open Source WYSIWYG editing application for creating LEGO style digital building instructions.

LPub3D uses the LDraw parts library, the most comprehensive library of digital Open Source LEGO bricks available and reads the LDraw LDR and MPD model file formats.

License: Open Source

Release Notes

Features, enhancements, fixes and changes
------------

Starting with LPub3D version 2.3.0, the README notes will present a short overview of the update (these paragraphs) along with the significant features, enhancements, fixes and changes as links to their respective LPub3D GitHub tickets. While this instance of the README will continue to be updated you should consult the hyperlinked version.

LPub3D 2.3.0 presents a few significant new features. Notably "True" fade, multi-segment pointers, console commands with headless operations, and, my favourite, continuous page processing - simply click and have a brew while LPub3D does the repetitive work of cycling through your model file.
Significant user interface enhancements include "Dark Mode" for the Night Owls, rulers and guides, and additional 3DViewer panes presenting properties and time-line. In addition to the existing menu button, the property pane also offer x,y,z dialogues to enter your ROTSTEP matrix. Enjoy, Cheers.

New feature - Continuous page processing - GitHub ticket #76
New feature - Go Dark - Add dark theme - GitHub ticket #73
New feature - "Native" renderer based on 3DViewer (LeoCAD library) - GitHub ticket #71
New feature - "Native" POV file generation based on LDView library - GitHub ticket #77
New feature - Multi-segment page, divider and callout pointers - GitHub ticket #67
New feature - "True" part fade and part highlight - GitHub ticket #47
New feature - UI dialogue to set sub-model level color - GitHub ticket #69
New feature - Scene horizontal and vertical ruler and axis guides - GitHub ticket #68
New feature - Console commands - GitHub ticket #12
Enhancement - Default assembly orientation angles to Assembly Setup - GitHub ticket #72
Enhancement - Headless mode on Linux, macOS and Windows Platforms - GitHub ticket #56
Enhancement - Improved ROTSTEP entry from 3DViewer pane - GitHub ticket #- GitHub ticket #78
Enhancement - Keyboard shortcuts for Edit commands - GitHub ticket #63
Enhancement - Respect relative and absolute paths for inserted images - GitHub ticket #61
Enhancement - Rotate Icon resize - GitHub ticket #66
Enhancement - Set renderer from project setup menu - GitHub ticket #70
Enhancement - Use an image for Rotate Icon - GitHub ticket #6262)
Change - Move LPub3D.ini file to application location for Windows portable distros - GitHub ticket #75
Change - Update 3DViewer to LeoCAD 18.2 commit 15d5e89
Bug - Go To page function broken - GitHub ticket #55
Bug - Insert text on a sub-model insertion page gets placed in the sub-model instead of the parent model - GitHub ticket #53
Bug - Mixed-page orientation incorrect - GitHub ticket #59
Issue - Abnormal program end on malformed CALLOUT - GitHub ticket #74
Issue - Automatically add assembled image of multi-occurrence sub-model to parent page - GitHub ticket #65, description
Issue - Landscape page orientation for .pdf export not working - GitHub ticket #58, cannot reproduce
Issue - LDView Multiple files single call rendering slow - GitHub ticket #54
Issue - LDView on macOS not loading - missing libraries - GitHub ticket #57
Issue - LPub3D renders very slow on Windows - GitHub ticket #60, duplicate

[close]

https://sourceforge.net/projects/lpub3d/?source=directory

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )