code/library/src/main/kotlin/org/fbme/lib/iec61499/parser/STConverter.kt (3 lines): - line 249: // TODO field selector - line 277: // TODO unescape parsed string - line 284: // TODO unescape parsed string code/nxt-integration/src/main/kotlin/org/fbme/integration/nxt/refactorings/CompositeCreator.kt (3 lines): - line 23: factory: IEC61499Factory // TODO add user name for fb name in interface - line 30: factory.createCompositeFBTypeDeclaration(compositeFBIdentifier) // name in interface (TODO set by user) - line 67: // TODO think about optimal coordinate shifts code/nxt-integration/src/main/kotlin/org/fbme/integration/nxt/refactorings/DeclarationExtractor.kt (2 lines): - line 120: return false // TODO delete later if it's safe - line 124: return true // TODO test if FB have connection to external input/output (delete later if it's safe) code/debugger/src/main/kotlin/org/fbme/debugger/RuntimeTraceSynchronizer.kt (1 line): - line 170: || fbType.name == "E_CYCLE" && portName == "EO" // TODO: handle these cases more generic way code/scenes/src/main/kotlin/org/fbme/scenes/controllers/scene/KeyboardListener.kt (1 line): - line 4: * FIXME make real key event listener code/debugger/src/main/kotlin/org/fbme/debugger/plugin/NetworkWatchActions.kt (1 line): - line 62: // to test highlight connections only, TODO write normal tests code/richediting/src/main/kotlin/org/fbme/ide/richediting/adapters/ecc/ECTransitionPathPainter.kt (1 line): - line 219: // TODO: не всегда верно определяется нужная дуга code/platform/src/main/kotlin/org/fbme/ide/platform/testing/PlatformTestBase.kt (1 line): - line 89: // FIXME copied from Iec61499ModelFactory code/scenes/src/main/kotlin/org/fbme/scenes/controllers/ExtendedLayoutModel.kt (1 line): - line 33: // FIXME has to employ myExtensionBoundsProvider to handle extensions also code/debugger/src/main/kotlin/org/fbme/debugger/explanation/ExplanationProducer.kt (1 line): - line 235: // // TODO: find first state: source with equal value and output event change with associated event happened code/library/build.gradle.kts (1 line): - line 15: // TODO use real JDOM and somehow bridge it in the intellij platform environment? code/richediting/src/main/kotlin/org/fbme/ide/richediting/viewmodel/NetworkView.kt (1 line): - line 154: ?: // TODO handle broken parameters code/language/src/main/kotlin/org/fbme/ide/iec61499/repository/MpsBridge.kt (1 line): - line 49: // TODO provider ext point here code/scenes/src/main/kotlin/org/fbme/scenes/controllers/scene/WindowedBackgroundDragFacility.kt (1 line): - line 10: // TODO: what this class for? is it unused?