This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
21cc3d665428507dc59b6005efe3c8fb6366fbbe
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
textBlocks
T
History
Artemiy Sartakov
and
intellij-monorepo-bot
37137f76ac
AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)
...
GitOrigin-RevId: 091cd09f3dac6b9d3dc130d5e2e65bee5fd88792
2019-10-03 04:32:43 +00:00
..
BadEscape.after.java
determine content range of text block correctly on pasting in literal (IDEA-CR-50963)
2019-08-12 16:06:12 +03:00
BadEscape.java
determine content range of text block correctly on pasting in literal (IDEA-CR-50963)
2019-08-12 16:06:12 +03:00
EscapeQuotes2.after.java
AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)
2019-10-03 04:32:43 +00:00
EscapeQuotes2.java
AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)
2019-10-03 04:32:43 +00:00
EscapeQuotes.after.java
AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)
2019-10-03 04:32:43 +00:00
EscapeQuotes.java
AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)
2019-10-03 04:32:43 +00:00
NoEscapeWhenInTextBlockPrefix.after.java
determine content range of text block correctly on pasting in literal (IDEA-CR-50963)
2019-08-12 16:06:12 +03:00
NoEscapeWhenInTextBlockPrefix.java
determine content range of text block correctly on pasting in literal (IDEA-CR-50963)
2019-08-12 16:06:12 +03:00
NoEscapeWhenNotInTextBlockContent.after.java
text blocks: don't escape paste outside content of text block (IDEA-217353)
2019-08-01 01:02:50 +03:00
NoEscapeWhenNotInTextBlockContent.java
text blocks: don't escape paste outside content of text block (IDEA-217353)
2019-08-01 01:02:50 +03:00
PasteMultilineText.after.java
AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)
2019-10-03 04:32:43 +00:00
PasteMultilineText.java
StringLiteralCopyPasteProcessor: keep indent for multiline paste into text block (IDEA-217406)
2019-09-11 12:11:55 +00:00
PasteNewline.after.java
fix text data file name case
2019-08-12 20:04:58 +03:00
PasteNewline.java
determine content range of text block correctly on pasting in literal (IDEA-CR-50963)
2019-08-12 16:06:12 +03:00
TextBlocks.java
text blocks: fix broken escape highlighting (IDEA-219098)
2019-07-29 12:20:20 +03:00
UnclosedTextBlock.java
…