Skip to content

Releases: jie-meng/Lunar

V1.9.5 Release

22 Feb 13:55
Compare
Choose a tag to compare
  • Update shortkey
  • Update icons
  • Rename menu text
  • Goto line begin/end supported
  • DocView doSave() remove useless empty line spaces

V1.9.4 Release

12 Feb 17:05
Compare
Choose a tag to compare
  • Update util library

  • lua util-lib add 2 functions:
    util.fileCopyFullPath(src, dst, [fail_if_exist = true]) -> boolean
    util.copyTree(src, dst, [overwrite_if_exist = true]) -> boolean

V1.9.3 Release

25 Jan 03:11
Compare
Choose a tag to compare
  • Add 'inspect' to python default lib in pydoc_gen.lua
  • Solve findfiles sometimes crash bug
  • CPP goto-definition plugin enhancement
  • Make shortcut key CTRL+R Replace
  • Fix finddialog sometimes hide by mainwindow bug
  • Merge extension_tools to tools
  • Support set project path to sub dir in FileExplorer

V1.9.2 Release

18 Jan 07:03
Compare
Choose a tag to compare
  • Add Settings MenuItem
  • Fix cannot edit lunar.cfg in Lunar bug
  • Enhance python doc gen script
  • Add 'http' as pydoc_gen's default lib
  • extension_tool support create gh-pages-post

V1.9.1 Release

12 Jan 04:56
Compare
Choose a tag to compare

Support auto update plugins and tools!

V1.9.0 Release

11 Jan 08:20
Compare
Choose a tag to compare

V1.9.0 Update Qscintilla version to 2.10.2; python2/3 plugins make greatly enhancement. (use pydoc_gen.lua in apis/python to generate api first)

V1.8.8 Release

14 Nov 03:41
Compare
Choose a tag to compare

Support locate current file in file-explorer.

V1.8.7 Release

13 Nov 05:31
Compare
Choose a tag to compare

Support find files.

V1.8.6 Release

09 Nov 03:01
Compare
Choose a tag to compare
  • Add export PATH=$PATH:/Applications/Lunar.app/Contents/MacOS to your environment. (Then you can start Lunar from your terminal in current directory by typing command 'luna')

V1.8.3 Release

19 Aug 18:16
Compare
Choose a tag to compare

This is first the release dmg on Mac.