Skip to content
Snippets Groups Projects
  1. May 03, 2024
  2. May 02, 2024
  3. Feb 05, 2024
    • Andy Nichols's avatar
      Fix crash on start issue on Windows · c2d25163
      Andy Nichols authored and Andy Nichols's avatar Andy Nichols committed
      This crash happened when the lite-xl tried to access a path that didn't
      exist.  We create the path at QStandardPaths::AppDataLocation at startup
      (it is where we load all the templates), but not
      QStandardPaths::AppCacheLocation which is where we told the lite-xl to
      look for the session.lua file. Normally if the file doesn't exist, it
      will create a new one, but if the path doesn't exist it throws and
      exception (which translates as a crash in our case). So I fixed it to
      use the same folder we already know exists and where all the rest of the
      app data is.
      Verified
      c2d25163
  4. Jan 25, 2024
  5. Jan 19, 2024
  6. Jan 18, 2024
  7. Jan 17, 2024
  8. Jan 11, 2024
  9. Oct 23, 2023
  10. Oct 02, 2023
  11. Sep 22, 2023
  12. Sep 21, 2023
  13. Sep 19, 2023
  14. Sep 15, 2023
  15. Sep 10, 2023
  16. Sep 09, 2023
  17. Sep 08, 2023
  18. Sep 07, 2023
  19. Sep 06, 2023
  20. Sep 03, 2023
  21. Aug 29, 2023
Loading