Rgp Systame
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Created Feature request: auto-close build tool window
AnsweredI build frequently, and have to manually close the build tool window every time.I have a kb shortcut assigned to ‘Restore Current Layout’ which closes all windows but project and editor.It'd be nic... -
Created Kotlin K2: No code suggestions for 'unresolved reference', local var to class property
AnsweredUsing Idea CE: Build #IC-241.14494.240, Kotlin Plugin: K2 Kotlin Mode (Alpha).Previously, if I wanted to make a local var global, I'd remove the ‘val’ or ‘var’ preceeding its declaration, hover ove... -
Created Gradle project: creating a dependency on an imported module
AnsweredI have a kotlin gradle project (mainproj) that depends on another kotlin gradle project (projlib).I've imported projlib as a module into mainproj.Class files in mainproj can see the functions in pr... -
Edited Function headers: will this feature be in CE?
AnsweredMy first time trying EAP version.I noticed the function signature header showing @ top of editor. I like it 👍.Just wondering if this will be present in Community Edition, or if it's restricted to p... -
Created Feature Request: for creating Artifacts -- have option to 'create gradle task' for this operation
AnsweredI'm having issues with the standard method for creating fat jars: Shadow plugin, or the usual ‘fatJar’ gradle task.Though they succesfully create jars, the jars aren't usable in the commercial app ... -
Created Keymap combo works in editor--not in 'Show File Structure'
AnsweredI use 'Show File Structure' a lot to jump to different methods/properties.I'm using a modified emacs keymap on my Mac. Control-N/Control-P go up or down 1 line respectively.This works fine in most ... -
Created Problem with package references in java/kotlin project
AnsweredI created a gradle project with java/kotlin jvm. The package structure is com.rsk.kotlin, for kotlin src com.rsk.java, for java src Everything looks good in pro structure, and I get no syntax error...