intellij-community
intellij-community copied to clipboard
IntelliJ IDEA & IntelliJ Platform
This is an idea from the TextMate grammars, in which different syntax highlighting can be customized for keywords which affect control flow and and keywords which do not.
This is a GuiDesigner update. Now it's possible to select a Look and Feel from a list in Form properties and see how it changes the design of the desired...
This PR does a few things regarding float and double literals: * Adds support for `Float.MIN_NORMAL` and `Double.MIN_NORMAL`, added in Java 1.6 * Fixed invalid code being generated for `Float.NaN`,...
For PyCharm build, similar to https://github.com/JetBrains/intellij-community/commit/4d31c825d7b49157d3b8acd60ab4d4b1d31c7ee6.
Merge remote-tracking branch 'JetBrains/master', and update #228. Checking plugin version by plugin version and since build @alexeypegov @ignatov
- Split ExportAction into 2 actions and add them into "InspectionToolWindow.ExportPopup" action group to allow plugins to add more actions there. - Add "InspectionToolWindow.Toolbar" action group to allow plugins to...
Hook up non managed pom notification configuration to project level
Split ExportHTMLAction into specific implementations, allowing plugins to add more export actions though xml registration. Signed-off-by: Martin Zdarsky-Jones [email protected]
@Elizaveta239 Please take a look: 1) Solves the disconnect on recursion limit exceeded problem 2) Frame eval debugger 100% faster for untraced contexts 3) Regular traced contexts about 50% faster...
This extension point allows the extensions to supply application-specific version details in addition to the platform, system and JDK information always populated by the platform by default. For example, Android...