Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jon Akhtar
Total activity
383
Last activity
July 30, 2019 07:31
Member since
September 27, 2010 19:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
142
Activity overview
Posts (42)
Comments (199)
Sort by recent activity
Recent activity
Votes
Created
March 25, 2016 17:22
I just want to say that I have moved back to appCode from Xcode for most of my Swift development. I am using the EAP, and yes there are some warts, but the completions are finally in a pretty decen...
Community
AppCode
State of the Union/Frustration
1 vote
Created
June 12, 2011 00:44
I use the class: import com.intellij.openapi.diagnostic.LoggerThen: private static final Logger log = Logger.getInstance();I had never heard of PluginManager.getLogger until just now.
Community
IntelliJ IDEA Open API and Plugin Development
Proper way to log in Idea plugins
1 vote
Created
October 30, 2013 04:53
Just to add to what Dmitry said.You even said yourself, you are doing 2 things.1) Autocomplete2) Close the function callCompletion can take care of everything if you allow '}' to end completion and...
Community
IntelliJ IDEA Open API and Plugin Development
SmartEnterProcessor for custom language
1 vote
Created
May 11, 2011 11:20
I think the properties plugin may have some code in it to make custom editor along the lines of what you mention, you might take a look to see.
Community
IntelliJ IDEA Open API and Plugin Development
Custom editor for reading and editing a '|' seperated file
1 vote
Created
September 21, 2012 08:12
You will need to do some leg work.Look at the Groovy plugin. It uses Chameleon tokens to handle GroovyDoc parsing.You use ILazyParseableElementType, and basically subclass it or make an anonymous c...
Community
IntelliJ IDEA Open API and Plugin Development
Confucion of ILazyParseableElementType
1 vote
Edited
July 30, 2019 07:31
Can I get an OP on #idea-users - this channel generally does not have an OP. Does anyone know the owner? I am usually idle in the channel - nick sylvanaar
Community
IntelliJ IDEA Users
Chat on IRC: freenode #idea-users
0 votes
Created
August 08, 2011 04:16
I recently had a similar issue happen to me.I killed the fsnotifier process and let IDEA restart it.That neemed to do the trick
Community
IntelliJ IDEA EAP Users
editor pretty much broken in 10.5.1 but no problems with 107.277
0 votes
Created
April 18, 2011 07:22
Thanks Dennis, I think this might be a bug here is a before and after with the settings you gave. See how the slightly longer line has an issue with the comma ending up on its own line.formats to:
Community
IntelliJ IDEA Users
How do I get this formatting to work properly
0 votes
Created
April 18, 2011 07:37
I have attached the settings and the source file. The code is around line 163.I tried this on both 10.0.3 and 106.491Attachment(s):UnbalancedAssignmentInspection.java.zipDefault _1_.xml
Community
IntelliJ IDEA Users
How do I get this formatting to work properly
0 votes
Created
April 19, 2011 06:30
Well, I guess it comes down to how much you (or your employer) value your time. Should you spend it typing spaces and linefeeds or typing functioning source code.What happens if someone else edits ...
Community
IntelliJ IDEA Users
Code style - formatting between IDE's
0 votes
Next
›
Last
»