This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2025-12-16 14:23:28 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6eb6d14019a21caf5b5c75a0155ef360bcee4bfe
openide
/
RegExpSupport
/
src
/
org
/
intellij
/
lang
/
regexp
History
Bas Leijdekkers
6eb6d14019
RegExp: do not allow adding inspection with an existing name
...
GitOrigin-RevId: 63bf6ccc189cac5bd81c7b4f9eb7876f932b37de
2023-01-23 19:28:16 +00:00
..
ecmascript
RegExp: fall back to Java regex evaluation if JS is not available (IDEA-261269)
2023-01-04 18:44:11 +00:00
inspection
RegExp: do not allow adding inspection with an existing name
2023-01-23 19:28:16 +00:00
intention
[regexp] IDEA-311133 CheckRegExpForm class loaded without real need on first file opening
2023-01-21 22:06:02 +00:00
psi
…
surroundWith
…
validation
performance: avoid annotating the same element twice
2022-12-21 14:07:41 +00:00
AsciiUtil.java
…
DefaultRegExpPropertiesProvider.java
…
regexp-lexer.flex
…
RegExpBraceMatcher.java
…
RegExpBundle.java
…
RegExpCapabilitiesProvider.java
…
RegExpCapability.java
…
RegExpColorsPage.java
…
RegExpCompletionContributor.java
cleanup: remove redundant '@author' tags from javadoc comments - 13
2023-01-18 17:02:07 +00:00
RegExpDocumentationProvider.java
cleanup: remove redundant '@author' tags from javadoc comments - 13
2023-01-18 17:02:07 +00:00
RegExpElementType.java
…
RegExpElementTypes.java
…
RegExpFile.java
…
RegExpFileElementType.java
…
RegExpFileType.java
…
RegExpHighlighter.java
…
RegExpLanguage.java
…
RegExpLanguageHost.java
…
RegExpLanguageHosts.java
…
RegExpLexer.java
…
RegExpMatch.java
…
RegExpMatcherProvider.java
RegExp: fall back to Java regex evaluation if JS is not available (IDEA-261269)
2023-01-04 18:44:11 +00:00
RegExpMatchResult.java
…
RegExpModifierProvider.java
…
RegExpParser.java
RegExp: don't fail on parsing if file ends after a high surrogate character (EA-352432)
2023-01-23 12:39:23 +00:00
RegExpParserDefinition.java
…
RegExpSyntaxHighlighterFactory.java
…
RegExpTT.java
…
RegExpWordSelectionFilter.java
…
UnicodeCharacterNames.java
…