You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "James Yong (Jira)" <ji...@apache.org> on 2020/09/19 07:15:00 UTC

[jira] [Comment Edited] (OFBIZ-12018) Open FTL File from browser

    [ https://issues.apache.org/jira/browse/OFBIZ-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198671#comment-17198671 ] 

James Yong edited comment on OFBIZ-12018 at 9/19/20, 7:14 AM:
--------------------------------------------------------------

References:
https://www.jetbrains.com/help/idea/opening-files-from-command-line.html
https://www.cnet.com/news/prevent-an-applications-dock-icons-from-showing-in-os-x/ to prevent multiple Dock icons of the same application.
https://wiki.eclipse.org/Eclipse/OpenFileFeature 

 


was (Author: jamesyong):
References:
https://www.jetbrains.com/help/idea/opening-files-from-command-line.html
https://www.cnet.com/news/prevent-an-applications-dock-icons-from-showing-in-os-x/

 

> Open FTL File from browser 
> ---------------------------
>
>                 Key: OFBIZ-12018
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12018
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: base
>    Affects Versions: Upcoming Branch
>            Reporter: James Yong
>            Assignee: James Yong
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-12018.patch
>
>
> Allow developer to open FTL file from the browser by clicking on the filename on the named border.
> There are 2 properties involved:
> {code:java}
> # Enable widget named border for development
> # NONE - For production where no named border will be shown.
> # LABEL - Show named border
> # SOURCE - Show named border with link to open the source code
> widget.dev.namedBorder=SOURCE
> # Command template to open file with editor
> # For intellij IDEA use: idea ${sourceLocation}
> widget.dev.cmd.openSourceFile=idea ${sourceLocation}{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)