Alexander

Results 34 issues of Alexander

This will not work: std::vector myVector; boolinq::from(xmlLogicFragments) .select([](const auto& uniquePtr) { return uniquePtr.get(); }) .toVector(); I.e. conversion from the vector of the unique ptrs to the vector of raw ptrs...

Newly typed document is lost if user closes application (e.g. by mistake), then cancels file save operation in "File save" dialog. **Steps to reproduce:** 1. Create new blank document 2....

References to local pictures are missed when document is exported to PDF **Steps to reproduce** 1. Create (or open) markdown document with references to local pictures Like that: `![Demo Image](Images/Demo.png)`...

Custom css is saved in 'remarkable.settings' file. But when application is closed and then opened - custom css is not applied to live preview. Empty css is used instead.

A minor bug: When new document is created and a single char is typed - document is still not marked with '*' (star). So, user sees it as not modified....

"Swap view" menu command hides and shows editor view. That causes lost focus in editor view.

Hi, Here is a PR for #40 . Some implementation notes: - Separate class `RecentFilesMenu` is introduced, which manages "Recent files" menu entry - The list of recent files is...

According to the [PO files spec](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html), PO file might contain comment lines, which are starting from `#` character at the beginning of the line. Currently such files cannot be read...

#815 Replace ObjArray with std::vector. ObjArray is removed from PropertiesMap class. std classes are used instead.

Issue #520: replace RedBlackMap and RedBlackSet implementation with standard containers Partial implementation: fix for MoleculeAlleneStereo