mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[lsp] IJPL-189553 update docs in StickyLinesCollector
GitOrigin-RevId: b53baa678187d92d6cce77ded65efc4b2da65bcb
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a77deb8447
commit
30b3d1267d
+2
-2
@@ -25,8 +25,8 @@ import com.intellij.util.concurrency.annotations.RequiresReadLock
|
||||
import org.jetbrains.annotations.ApiStatus.Internal
|
||||
|
||||
/**
|
||||
* Responsible for collecting sticky lines based on psi file structure. // todo rewrite
|
||||
* The implementation relies on PsiFileBreadcrumbsCollector to collect psi elements at specific document line.
|
||||
* Responsible for collecting sticky lines based on the file structure.
|
||||
* The implementation relies on FileBreadcrumbsCollector to collect ranges at specific document line.
|
||||
*/
|
||||
@Internal
|
||||
class StickyLinesCollector(private val project: Project, private val document: Document) {
|
||||
|
||||
Reference in New Issue
Block a user