"malloys" wrote:
"SCTR" wrote:
- 'TODO tasks don't show up in the "Task" or "Task List" tabs
That issue hasn't been previously reported. Adding it to the bug queue now.
"SCTR" wrote:
When I do Window > Preferences > "todo" search > Brightscript > Editor > Todo Tasks
I get a window that pops up and says, "The currently displayed page contains invalid values." [OK] and by monkeying around I can usually get it to display the preference page/panel.
"SCTR" wrote:
I click "Enabled searching for Task Tags" and rebuild, but nothing shows up in the Tasks tab. (Note, there are no tags in this panel by default, but I was thinking maybe it used the global ones [General > Editors > Structured Text Edit > Task Tags])
If I select "New..." and add the tags "'TODO" & "TODO" (one with the single quote and one without just in case), rebuild, same thing. Nothing shows up.
"Jeroen" wrote:
Hi
I'm having some issues with the eclipse plugin. I've been asked to place any plugin related questions in here. So I hope I'm not messing up somebody's thread here. If so, please say...
I keep having issues with the plugin. I successfully used the IDE with BrightScript plugin last saturday. Today I wanted to resume my work but the IDE is not showing the telnet console. I've got the normal console showing up at the bottom. But there is no place to select the IP of the Roku. The images in the manual shows a console that has an IP dropdown and also has the text "Roku telnet <IP> (connected)". My console says "No consoles to connect with at this time".
I am able to export the project and successfully upload it to the Roku. So the connection to the Roku is alive. Last saturday the telnet console automatically connected to the Roku after an updated and showed me the needed debug information.
Can somebody give me some suggestion about what to try? I did reselect the perspective.
Setup:
Ubuntu 10.10
Eclipse 3.6
BrightScript plugin 1.0.0.201204050838
Thanks!
While True
msg = wait(0, port)
If msg.isScreenClosed() Then
return -1
ElseIf msg.isListItemSelected()
print "msg: ";msg.GetMessage();"idx: ";msg.GetIndex()
End If
End While
"SCTR" wrote:
I have this block of code and the ElseIf doesn't color code blue. But if I put a space between "Else If" it works.
While True
msg = wait(0, port)
If msg.isScreenClosed() Then
return -1
ElseIf msg.isListItemSelected()
print "msg: ";msg.GetMessage();"idx: ";msg.GetIndex()
End If
End While
using latest update. dunno if this is regression or if it never worked. i forget.