View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

All Types

| com.virtlink.aesi.eclipse.debugging.model.AbstractDebugThread | Abstract base class for debug thread implementations. | | com.virtlink.aesi.debugging.AbstractDebugger | Abstract base class for debuggers. The debugger must call the [`#fireThreadCreated`](#) and#fireThreadDestroyed methods for any threads that are created or destroyed after the debugger has been attached and before the debugger has been detached. Then, for each thread created, the debugger must call either the [`#fireThreadResumed`](#) or the#fireThreadSuspended methods to indicate the running state of the thread. | | com.virtlink.aesi.debugging.AbstractSyncDebugger | Executes synchronous actions asynchronously. | | com.virtlink.aesi.eclipse.debugging.model.AesiBreakpoint | | | com.virtlink.aesi.eclipse.debugging.model.AesiBreakpointAdapterFactory | | | com.virtlink.aesi.eclipse.debugging.model.AesiBreakpointManager | Manages breakpoints. | | com.virtlink.aesi.eclipse.codecompletion.AesiCompletionProcessor | A code completion processor for AESI languages. | | com.virtlink.aesi.eclipse.structureoutline.AesiContentProvider | | | com.virtlink.aesi.eclipse.debugging.model.AesiDebugElement | A debug element. | | com.virtlink.aesi.eclipse.editors.AesiDocument | An AESI document. | | com.virtlink.aesi.eclipse.editors.AesiDocumentManager | | | com.virtlink.aesi.eclipse.editors.AesiDocumentProvider | | | com.virtlink.aesi.eclipse.editors.AesiFileDocument | A file-backed document. | | com.virtlink.aesi.eclipse.structureoutline.AesiLabelProvider | | | com.virtlink.aesi.eclipse.launching.AesiLaunchConfigurationDelegate | The launch configuration delegate. | | com.virtlink.aesi.eclipse.launching.AesiLaunchConfigurationTabGroup | | | com.virtlink.aesi.eclipse.debugging.model.AesiLineBreakpointAdapter | | | com.virtlink.aesi.eclipse.structureoutline.AesiOutlinePage | | | com.virtlink.aesi.eclipse.AesiPlugin | The activator class controls the plug-in life cycle | | com.virtlink.aesi.eclipse.editors.AesiSourceViewerConfiguration | The AESI source viewer configuration. | | com.virtlink.aesi.eclipse.debugging.model.AesiStackFrame | A stack frame. | | com.virtlink.aesi.eclipse.structureoutline.AesiStructureSymbol | | | com.virtlink.aesi.eclipse.AesiUtils | | | com.virtlink.aesi.eclipse.syntaxcoloring.AsyncPresentationReconciler | Implementation of the IPresentationReconciler that assumes that its presentation repairer may take some time. The damagers however should be quick, since they’ll be executed on the main thread. | | com.virtlink.aesi.codecompletion.CompletionProposal | A completion proposal. | | org.slf4j.impl.ConsoleLoggerAdapter | Logs to the console view. | | com.virtlink.aesi.eclipse.Contract | Pre- and post-conditions. | | com.virtlink.aesi.codecompletion.DummyCodeCompleter | | | com.virtlink.aesi.structureoutline.DummyStructureOutliner | | | com.virtlink.aesi.syntaxhighlighting.DummySyntaxColorizer | A dummy implementation of the syntax colorizer interface. | | org.slf4j.impl.EclipseLoggerAdapter | Logs to the Eclipse Error view. | | org.slf4j.impl.EclipseLoggerFactory | Creates Eclipse logger adapters. | | com.virtlink.aesi.debugging.IAttachOptions | Options for attaching to a program. | | com.virtlink.aesi.codecompletion.ICodeCompleter | A code completer. | | com.virtlink.aesi.debugging.IDebugSession | A debug session. | | com.virtlink.aesi.debugging.IDebuggerCapabilities | Specifies the capabilities of the debugger. | | com.virtlink.aesi.debugging.IEvaluator | Evaluates expressions. | | com.virtlink.aesi.debugging.IProcess | Created by daniel on 6/29/17. | | com.virtlink.aesi.debugging.IValue | A value. | | com.virtlink.aesi.eclipse.editors.IXMLColorConstants | | | com.virtlink.aesi.eclipse.IconManager | Manages the icons. | | org.slf4j.impl.LoggerBase | Base implementation for loggers. | | com.virtlink.aesi.eclipse.logging.LoggerFactory | | | com.virtlink.aesi.debugging.mock.MockBreakpoint | | | com.virtlink.aesi.debugging.mock.MockDebugSession | | | com.virtlink.aesi.debugging.mock.MockDebugger | | | com.virtlink.aesi.debugging.mock.MockThread | | | com.virtlink.aesi.NonNullByDefault | This annotation can be applied to a package, class or method to indicate that the class fields, method return types and parameters in that element are not null by default unless there is: