mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
PY-74366 Jupyter/RemoteDev (feat): In Remote Dev in notebooks, tables will be displayed in as html-table. Cells execution state will be synchronized.
(cherry picked from commit 853b332b230ffdaf6da890f105811171fd84a4ca) (cherry picked from commit 059b813db573293afa210cd39dcc76c7d081a4b7) IJ-CR-147319 GitOrigin-RevId: 177d11260385a3b1dc514c39a52701f585507647
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f9d6899d51
commit
ab63e63ae6
@@ -69,7 +69,7 @@ class NotebookIntervalPointerConcurrentMap<Value>(messageBus: MessageBus, parent
|
|||||||
* see [java.util.concurrent.ConcurrentHashMap.CollectionView.removeAll]
|
* see [java.util.concurrent.ConcurrentHashMap.CollectionView.removeAll]
|
||||||
*/
|
*/
|
||||||
fun removeAll(cellPointers: Collection<NotebookIntervalPointer>): Boolean {
|
fun removeAll(cellPointers: Collection<NotebookIntervalPointer>): Boolean {
|
||||||
return mapReference.get()?.keys?.removeAll(cellPointers) ?: false
|
return mapReference.get()?.keys?.removeAll(cellPointers) == true
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun dispose() {
|
override fun dispose() {
|
||||||
|
|||||||
Reference in New Issue
Block a user