mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Fix/search text cell on edit (#9685)
* find in text cell changes * remove prev decorations * update find index on cell edit * added test * addressed comments * emit error
This commit is contained in:
@@ -48,4 +48,6 @@ export interface INotebookFindModel {
|
||||
findExpression: string;
|
||||
/** Emit event when the find count changes */
|
||||
onFindCountChange: Event<number>;
|
||||
/** Get the find index when range is given*/
|
||||
getIndexByRange(range: NotebookRange): number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user