Skip to content

Embedding Twitch Chat into IntelliJ IDEA with viewer-controlled commands

License

Notifications You must be signed in to change notification settings

jitterted/jitterchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JitterChat - A Twitch Chat Plugin for IntelliJ IDEA

You can see an intro video about this project here: https://www.youtube.com/watch?v=j-9GtV5rbuI

To Do

LinePainter

  • Change the style of the comment to be different from code comments

Nicer File Node Display

  • Dynamically update comment count for file node (maybe?)
  • More fine-grained tree structure changed event (inserted and removed)

Add Username

  • Add username to comment information (i.e., who submitted the comment)
  • Also add how many (total? active?) comments in the chat view for the user
  • Show comments by user (instead of file)
> [ROOT]
  > file1
    > comment 1 @ line 10
    > comment 2 @ line 15
  > file2
    > comment 1
  > file3 
    > comment 1
  • Try again to put something in the gutter to indicate there's a comment (look at Bookmark)

  • Implement action for "connect to Twitch" <-> "disconnect from Twitch" button toggle

  • Add small text area for me to send chat messages out - but I need to be logged in as "jitterted"

Fix

  • Constrain line number to be valid for given file

  • Move to com.jitterted.jitterchat subpackage?

Releases

No releases published

Packages

No packages published

Languages