Skip to content

Commit

Permalink
autocomplete path case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Jan 6, 2015
1 parent 32907ba commit c27efaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions classes/%WebTerminal.Engine.cls
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ReadError
ReadHalt
Halt

/// Workaround for Caché 2015
/// Workaround for Cache 2015
#define WSProtocol (##class(%Dictionary.CompiledProperty).%OpenId("%CSP.WebSocket||WSClassProtocolVersion"))
WriteMessage(data, data1, head)
if ($$$WSProtocol) && ($$$WSProtocol.InitialExpression > 1) {
Expand Down Expand Up @@ -459,7 +459,7 @@ ClassMethod GetJSAutocompleteFilePath(namespace As %String) As %String
set data = ##class(%Library.File).SubDirectoryName(data,
$ZCONVERT($REPLACE("%SYS", "%", ""), "l")
)
set data = ##class(%Library.File).SubDirectoryName(data, "WebTerminal")
set data = ##class(%Library.File).SubDirectoryName(data, "webterminal")
set data = ##class(%Library.File).SubDirectoryName(data, "js")
set data = ##class(%Library.File).SubDirectoryName(data, "autocomplete")
set data = ##class(%Library.File).SubDirectoryName(data, namespace _ ".js")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"title": "Cache WEB Terminal",
"description": "Web-based terminal emulator for Caché administering.",
"author": "ZitRo",
"version": "2.0.0-beta.5",
"releaseNumber": "7",
"version": "2.0.0-beta.6",
"releaseNumber": "8",
"repository": {
"type": "git",
"url": "https://github.com/intersystems-ru/webterminal.git"
Expand Down

0 comments on commit c27efaf

Please sign in to comment.