Skip to content

Commit

Permalink
handling of the webview events?
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 6, 2024
1 parent e50b641 commit 2a9b866
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Editor/Rstudio.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference path="vscode/monaco.d.ts" />
/// <reference path="linq.d.ts" />
declare module rstudio {
declare namespace rstudio {
function getCodeText(): string;
function create(): void;
function create_editor(script: string, lang: 'r' | 'json'): void;
Expand Down Expand Up @@ -242,7 +242,7 @@ declare namespace rstudio.intellisense {
const r_primitive: string[];
const r_const: string[];
}
declare module rstudio.tooltip {
declare namespace rstudio.tooltip {
function create_tooltip(model: monaco.editor.ITextModel, position: monaco.Position): any;
function contentHtml(word: string): Promise<string>;
const imports_keyword: string;
Expand Down
13 changes: 13 additions & 0 deletions src/Editor/Rstudio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a9b866

Please sign in to comment.