Releases: jie-meng/Lunar
Releases · jie-meng/Lunar
V1.9.5 Release
- Update shortkey
- Update icons
- Rename menu text
- Goto line begin/end supported
- DocView doSave() remove useless empty line spaces
V1.9.4 Release
-
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
- 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
- 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
Support auto update plugins and tools!
V1.9.0 Release
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
Support locate current file in file-explorer.
V1.8.7 Release
Support find files.
V1.8.6 Release
- 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
This is first the release dmg on Mac.