René
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
René created a post, AnsweredHow to: SearchEverywhereContributor
I want to create a new search which pulls data from a remote REST API, which returns a JSON with all suitable results. So far I have a custom SearchEverywhereContributor class, which display a new ... -
René created a post, Mixing languages in EditorTextField
I am using the following code to set up an EditorTextField:final PsiFile psiFileFromText = PsiFileFactory.getInstance(project).createFileFromText("newSnippet." + fileExtension, psiFile.getLanguage(... -
René created a post, Check if cursor inside <?php
I am trying to check whether the cursor is encapsulated in <?php ?>.I need to check this to determine whther a string for a write actions needs to contain a php opening tag or not.I tried to check ... -
René created a post, EditorTextField and surrounding JBScrollPane
How do I make an EditorTextField scrollable?I tried to wrap it with an JBScrollPane which gives me some strange results.I cannot use the mouse wheel an the horizantal scrollbar does not appear as i... -
René created a post, Enterprise Plugin Repository Updates
I changed the updatePlugins.xml from <plugin id="com.renemaas.snippetmanager" url="https://intellij.renemaas.com/Snippet-Manager-IDEA-Plugin-1.2.2.zip" version="1.2.2" />to<plugin id="com.renemaas.... -
René created a post, Reformat Scratch File in Custom Editor
Hi,I'm using an editor instance in a JFrame. Which took me a while to implement, but now it's working. ScratchpadManager scratchpadManager = ScratchpadManager.getInstance(project);VirtualFile scrat... -
-
René created a post, Insert String into Editor from within a ToolWindow
Hi all,How can I insert a string into the editor from within a ToolWindow?I played a lot with code snippets I found on the web, but none worked.Does anyone has a simple example for me?Thanks in adv... -
René created a post, Open a Popup Window
How can I create and open a window like the attached one?Attachment(s):Bildschirmfoto vom 2014-10-19 14:53:54.png -
René created a post, Open file with unsupported Language (or File Extension)
Hi all,I'm writing a small plugin for my Snippet Manager.The snippets are opened in a new editor tab which works so far.LightVirtualFile file = new LightVirtualFile("FILENAME" + "FILEEXTENSION", sn...