Skip to content

Releases: visualfc/liteide

x31

09 Mar 22:03
Compare
Choose a tag to compare
x31
  • LiteIDE
    • add command line liteide [files|folder] [--select-env id] [--local-setting] [--user-setting] [--reset-setting]
  • LiteApp
    • add application idle timer automatic save documents option
    • folders are not sorted to resolve sync editing errors on MacOS
    • update new file wizard
  • GolangPackage
    • update GOPATH setup
  • GolangCode
    • update env load
  • GolangAst
    • classview and outline add sync editor action
  • DlvDebugger
    • fix dlv execution on MacOS
  • FakeVim
    • option add load default command list action
  • LiteEditor
    • fix editor restore vertical scrollbar postion
    • fix codecompleter prefix min setup
    • restore the editor toolbar
    • option add mimetype custom extsition setup
  • LiteBuild
    • build config xml file enable custom $() on cmd and args

x30.3

08 Dec 01:32
Compare
Choose a tag to compare
  • LiteEnv
    • remove GO15VENDOREXPERIMENT env
  • LiteEditor
    • add fuzzy completion option, default setup
    • add clear completion cache when save files option
    • support drop file to open editor
    • add case convert actions
  • GolangEdit
    • add guru support (backup oracle)
  • GolangFmt
    • fmt try to keep the original location
  • DlvDebugger
    • use native stepout
    • filter term color
  • LiteBuild
    • filter term color
    • FileTest support TESTARGS
  • gotools
    • always use vendor
    • gotest support [build|test args]
    • update vendor for oracle