Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/krzyzanowskim/STTextView. Pull mirroring updated .
  1. Apr 12, 2025
    • Marcin Krzyzanowski's avatar
      Add GitHub issue template configuration to disable blank issues · 9943f1a9
      Marcin Krzyzanowski authored
      This commit adds a config.yml file under .github/ISSUE_TEMPLATE to disable
      blank issues and provide a contact link directing users to create Discussions
      for feature requests, bug reports, or questions. This helps streamline issue
      reporting and encourages community engagement through GitHub Discussions.
      9943f1a9
  2. Apr 09, 2025
  3. Mar 31, 2025
  4. Mar 30, 2025
  5. Mar 29, 2025
  6. Mar 26, 2025
  7. Mar 22, 2025
  8. Mar 18, 2025
  9. Mar 13, 2025
  10. Mar 10, 2025
    • Marcin Krzyzanowski's avatar
      Fix primaryTextLayoutManager memory issue and initialization order · 9ead4f96
      Marcin Krzyzanowski authored
      Resolves an issue with the text layout manager by ensuring proper initialization
      order and preventing memory issues. The main changes include setting the primary
      text layout manager to nil before removing it, setting text content after setup,
      and reordering initialization steps to avoid potential crashes during view setup.
      9ead4f96
  11. Mar 09, 2025
  12. Mar 04, 2025
  13. Feb 19, 2025
  14. Feb 01, 2025
  15. Jan 31, 2025
  16. Jan 26, 2025
    • Marcin Krzyzanowski's avatar
      Update TextFormation plugin URL · f51a88e1
      Marcin Krzyzanowski authored
      The URL for the STTextView-Plugin-TextFormation repository has been updated to
      point to the fork maintained by krzyzanowskim instead of the original ChimeHQ
      repository.
      f51a88e1
  17. Jan 19, 2025
  18. Jan 16, 2025
    • Marcin Krzyzanowski's avatar
      Update typing attributes immediately · 27b09457
      Marcin Krzyzanowski authored
      Update typing attributes right after changing text attributes, rather than
      waiting until the next layout pass. This ensures the typing attributes stay in
      sync with the latest text attributes.
      27b09457
  19. Jan 10, 2025
    • Marcin Krzyzanowski's avatar
      Simplify license description · 9a0f4941
      Marcin Krzyzanowski authored
      The README now only mentions the open source GPL v3.0 license and a
      commercial license option, with a link to purchase. The explicit split
      into "Open Source" and "Commercial" sections was removed to simplify
      and shorten the license description.
      9a0f4941
    • Marcin Krzyzanowski's avatar
      Insert newline using Unicode scalar to handle non-ASCII newline characters · 61312d34
      Marcin Krzyzanowski authored
      When inserting a newline character, use the Unicode scalar value instead of a
      literal "\n" string. This ensures the correct newline character is inserted
      even if the system uses a non-ASCII newline like CRLF.
      
      When generating attributed string for services menu, if an attachment contains
      plaintext file contents, replace the attachment with the inlined text content
      in the output string. This allows passing the full content, including from
      attachments, to services expecting plaintext input.
      61312d34
    • Marcin Krzyzanowski's avatar
      Add CONTRIBUTING.md with guidelines for proposing changes · 15e0f9a6
      Marcin Krzyzanowski authored
      This commit adds a new CONTRIBUTING.md file that provides guidelines
      for contributors who want to propose changes to the STTextView project.
      It covers:
      
      - The requirement to sign the Contributor License Agreement
      - The recommended process to start a discussion proposing changes
      - Tips to improve the chances of a pull request being reviewed and merged
      15e0f9a6
Loading