File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
liteidex/deploy/litebuild Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3838 <action id =" Run" img =" run.png" key =" Ctrl+Alt+R;Ctrl+F5" cmd =" $(TARGETNAME)" args =" $(TARGETARGS)" output =" true" codec =" utf-8" readline =" true" work =" $(TARGTWORKDIR)" />
3939 <action id =" RunTerm" img =" runterm.png" key =" Ctrl+Shift+F5" cmd =" $(LITEIDE_EXEC)" args =" $(LITEIDE_EXECOPT) $(GOTOOLS) runcmd $(TARGETNAME) $(TARGETARGS)" output =" false" readline =" true" work =" $(TARGTWORKDIR)" />
4040 <action id =" RunTerm" os =" macosx" img =" runterm.png" key =" Ctrl+Shift+F5" cmd =" /usr/bin/open" args =" $(TARGETNAME)" output =" false" readline =" true" work =" $(TARGTWORKDIR)" />
41- <action id =" FileBuild" img =" filebuild.png" key =" Shift+Alt+B;Alt+F7" cmd =" $(GO)" args =" build $(EDITOR_FILE_NAME)" save =" editor" output =" true" codec =" utf-8" readline =" true" work =" $(EDITOR_DIR_PATH)" />
4241 <action id =" FileRun" img =" filerun.png" key =" Shift+Alt+R;Alt+F6" cmd =" $(GO)" args =" run $(EDITOR_FILE_NAME)" save =" editor" output =" true" codec =" utf-8" readline =" true" work =" $(EDITOR_DIR_PATH)" />
4342 <action id =" Build" img =" build.png" key =" Ctrl+B;F7" cmd =" $(GO)" args =" build $(BUILDARGS)" save =" all" output =" true" codec =" utf-8" regex =" $(ERRREGEX)" navigate =" true" />
4443 <action id =" ForceBuild" img =" rebuild.png" menu =" Build" key =" Ctrl+Alt+B" cmd =" $(GO)" args =" build $(FORCEBUILDARGS)" save =" all" output =" true" codec =" utf-8" regex =" $(ERRREGEX)" navigate =" true" />
4544 <action id =" BuildAll" img =" buildall.png" menu =" Build" key =" " cmd =" $(GO)" args =" build -v ./..." save =" all" output =" true" codec =" utf-8" regex =" $(ERRREGEX)" navigate =" true" />
45+ <action id =" FileBuild" img =" filebuild.png" menu =" Build" key =" Shift+Alt+B;Alt+F7" cmd =" $(GO)" args =" build $(EDITOR_FILE_NAME)" save =" editor" output =" true" codec =" utf-8" readline =" true" work =" $(EDITOR_DIR_PATH)" />
4646 <action id =" Install" menu =" Build" img =" install.png" key =" Ctrl+F8" cmd =" $(GO)" args =" install $(INSTALLARGS)" save =" all" output =" true" codec =" utf-8" regex =" $(ERRREGEX)" navigate =" true" />
4747 <action id =" Clean" menu =" Build" img =" clean.png" cmd =" $(GO)" args =" clean" save =" all" output =" true" />
4848 <action id =" CleanAll" menu =" Build" img =" cleanall.png" cmd =" $(GO)" args =" clean -i" save =" all" output =" true" />
You can’t perform that action at this time.
0 commit comments