Ralph WreckIt
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Created Higer order ascii rendered as ? in Scala worksheet result pane
Using IDEA 2016.2.4, Windows 10. Characters such as - Box characters - Greek alphabet Are displayed correctly in the Scala editor of the worksheet. But are rendered as ? In the result pane. This o... -
Created IDEA 2016.2 Git push: Version Control Log not updated with new origin/master
AnsweredHi, I believe this is a bug introduced in 2016.2 (didn't exist in 2016.1.3) Have some local commits, the Version Control Log pane shows HEAD/master and origin/aster are separated. Do a Git Push (Ct... -
Created Howto sync SBT Module with latest STB version?
AnsweredUsing IJ v14.1.6, Scala 2.11.7, SBT v0.13.9, Xubuntu 14.04.03 x64 When creating a brand new project (Scala, SBT). The project property screen only allow to select SBT version 0.13.8. I have updated... -
Created Scala worksheet blank lines removed (CE 14.1.6)
AnsweredHi,Using IntelliJ IDEA CE v14.1.16.I don't know exactly what causes IntelliJ editor to remove blank lines in the Scala source code of a Scala worksheet. Sometimes, the editor doesn't alter the sour... -
Created How to enable line linking 2 braces?
Saw in the screenshot of the blog post IntelliJ IDEA 14 EAP 138.1029 is out with a built-in Java decompilerThe screenshot show a dim vertical line linking the { } braces. Can you please show me how... -
Created v13.1.2 unstable? (lost cursor and then ignore keystrokes)
Hi,Since I updated to IJ 13.1.2 CE (on XUbuntu 13.04), I often experience a lack of responsiveness which eventually (after a few hours) makes the cursor disappear and few keystroke later, the edito... -
Created Howto create a new File Type copying from existing one
Hi,Using IJ CE 13.1.1, I would like to create a new File Type, then register it with a new file extension, and define all the keywords for syntax hilighting.The procedure is described in IntelliJ d... -
Created Some import statements missing color syntax highlight
Hi,Using IJ CE 13.1.1, Sometimes, there are some import statements which have no syntax highliting.In the code, the classes coming from these imports also suffer from the lack of syntax highlightin... -
Created Remove projects in Recent Projects of Welcome screen
Using IntelliJ IDEA 13.1.1 CE,In the past I had deleted some projects or moved a project to another location. In the "Welcome to IntelliJ IDEA" screen, the obsolete project still shows up in the "R... -
Created Any Tutorial for using JUnit in IntelliJ IDEA
Hi,Is there a tutorial to setup and use JUnit with IntelliJ IDEA 13.x? Like this one Using JUnit in Eclipse.Found this blog article Running Unit Tests Inside IntelliJ IDEA Is this all I need to ru...