rnwContext_.getChunkOptions(new ServerRequestCallback<RnwChunkOptions>()
{
@Override
public void onResponseReceived(RnwChunkOptions options)
{
RnwOptionCompletionResult result = options.getCompletions(
line,
optionsStartOffset,
cursorPos,
rnwContext_ == null ? null : rnwContext_.getActiveRnwWeave());