Adding support for installing lex files from file or unc paths

Activity

Show:

bhartsfield June 30, 2020 at 8:59 PM

This also works through box.json

{ "dependencies":{ "mylexfile":"lex:C:\\path\\to\\my.lex" } }

bhartsfield June 30, 2020 at 8:33 PM
Edited

Example usuage.

Windows File Path:

install lex:C:\path\to\my.lex

 

Windows UNC File Path

install lex:\\\\serverName\sharename\my.lex

 

*nix Path

install lex:/path/to/my.lex
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created June 30, 2020 at 8:29 PM
Updated November 23, 2020 at 9:48 PM
Resolved June 30, 2020 at 8:30 PM