- activeInstance
WorkspaceD.Instance activeInstance(WorkspaceD.Instance value)
Undocumented in source. Be warned that the author may not have intended to support it.
- activeInstance
WorkspaceD.Instance activeInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
- bestWorkspaceByDependency
Workspace bestWorkspaceByDependency(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
- binarySearch
ptrdiff_t binarySearch(T[] arr, T value)
Finds a value in a sorted range and returns its index.
- compare
string[] compare(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.
- config
Configuration config(string uri, bool userExecuted, string file, size_t line)
Undocumented in source.
- firstConfig
Configuration firstConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
- firstWorkspaceRootUri
string firstWorkspaceRootUri()
Undocumented in source. Be warned that the author may not have intended to support it.
- handleThings
Workspace handleThings(Workspace workspace, string uri, bool userExecuted, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasWorkspace
bool hasWorkspace(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertSorted
size_t insertSorted(T[] arr, T value)
Inserts a value into a sorted range. Inserts before equal elements.
- parseConfiguration
Configuration parseConfiguration(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseConfigurationSection
T parseConfigurationSection(JSONValue json, string sectionKey)
Undocumented in source. Be warned that the author may not have intended to support it.
- prettyPrintStruct
void prettyPrintStruct(T value, string indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- seemsLikeDubJson
bool seemsLikeDubJson(JSONValue packageJson)
Quick function to check if a package.json can not not be a dub package file.
- selectedWorkspace
Workspace selectedWorkspace()
Undocumented in source. Be warned that the author may not have intended to support it.
- selectedWorkspaceRoot
string selectedWorkspaceRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
- selectedWorkspaceUri
string selectedWorkspaceUri()
Undocumented in source. Be warned that the author may not have intended to support it.
- toInt
int toInt(JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
- userPath
string userPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- userPath
string userPath(Configuration.Git git)
Undocumented in source. Be warned that the author may not have intended to support it.
- workspace
Workspace workspace(string uri, bool userExecuted, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- workspaceIndex
size_t workspaceIndex(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
- workspaceRoot
deprecated string workspaceRoot()
Undocumented in source. Be warned that the author may not have intended to support it.
- workspaceRootFor
string workspaceRootFor(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.