Rgp Systame
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 Feature request: auto-close build tool window
已回答I 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... -
创建于 Kotlin K2: No code suggestions for 'unresolved reference', local var to class property
已回答Using 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... -
创建于 Gradle project: creating a dependency on an imported module
已回答I 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... -
已编辑于 Function headers: will this feature be in CE?
已回答My 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... -
创建于 Feature Request: for creating Artifacts -- have option to 'create gradle task' for this operation
已回答I'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 ... -
创建于 Keymap combo works in editor--not in 'Show File Structure'
已回答I 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 ... -
创建于 Problem with package references in java/kotlin project
已回答I 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...