Commit Graph

4936 Commits

Author SHA1 Message Date
Dennis Ushakov
3d5ac89c42 treat entities as part of the text for formatting purposes 2017-02-02 18:09:41 +03:00
Dmitry Avdeev
629d2bea8d cleanup 2017-02-02 15:54:56 +03:00
Dennis Ushakov
79b985dabd do not split html text on entities (WEB-23605) 2017-02-02 15:26:57 +03:00
Alexey Kudravtsev
d06bc9dccb cleanup 2017-02-02 14:37:53 +03:00
Dennis Ushakov
a078ef2efc correctly detect style attribute after unfinished js attribute (WEB-24804) 2017-02-01 21:56:19 +03:00
peter
e58f41d54c extract delayed completion statistics logic out of CompletionLookupArranger 2017-02-01 11:57:32 +01:00
Alexander Zolotov
5635f93fec WEB-20921 Add support for valid HTML syntax for including LESS/SCSS in <style> tags 2017-02-01 13:25:12 +03:00
Anna.Kozlova
b2a8e9bf28 fix write access, ensure that clients do not assume write access is needed 2017-01-31 14:36:03 +01:00
Alexander Zolotov
1b9cf20cc4 WEB-24917 Throwable when choose color 2017-01-31 16:04:01 +03:00
Vladimir Krivosheev
75a80a477e EA-95352 Must be at least one browser per family 2017-01-30 15:51:23 +01:00
Anna Kozlova
d3a11a0b0d AppManager.getApplication().runReadAction() -> ReadAction.compute 2017-01-27 20:26:16 +03:00
peter
a055c5ed69 assert that finishLookup is called outside write action, because it can display "clear read-only status" dialog 2017-01-27 18:13:35 +01:00
Anna Kozlova
625bc8126e make warning for attempt to edit in viewer accessible in lang-api, avoid duplication 2017-01-27 17:58:55 +03:00
Dmitry Avdeev
28313556b8 IDEA-163906 Incorrect XSD validation result in editor 2017-01-26 14:30:33 +03:00
Tagir Valeev
c7e3ab2395 RngDocumentationProvider#generateDoc fixed for XmlAttribute 2017-01-26 16:34:11 +07:00
peter
b3e98a91fb fix XmlHighlightingTest#testTheSameElement file case 2017-01-26 09:42:46 +01:00
Dmitry Avdeev
14fbaf03d0 IDEA-156292 In XmL Editor view Idea does not accept a seemingly valid XML 2017-01-25 19:43:01 +03:00
Anna Kozlova
914791f122 CodeInsightHandler: getElementToMakeWritable default implementation to clear readOnly status and then have a write action 2017-01-25 11:03:55 +03:00
Maxim.Mossienko
adeac42886 "Resource registered by this uri is not recognized" spuriously triggers for "http://www.w3.org/2001/XMLSchema-instance" running tests (IDEA-162824)
(cherry picked from commit 5f836a3)
2017-01-24 21:38:45 +01:00
Dmitry Avdeev
d3d675ab33 fixing "Entity is declared more than once" problem 2017-01-24 17:44:29 +03:00
Vladimir Krivosheev
c5b4c5ab34 clear state on test end (removeIgnoredResource) 2017-01-24 15:36:30 +01:00
Dmitry Batrak
b02a24b004 IDEA-165564 Breadcrumbs do not use ligature setting 2017-01-24 14:42:48 +03:00
Gregory.Shrago
c224b34de7 TreeChangePreprocessorBase: extract common code and simplify 2017-01-21 17:10:29 +03:00
Dennis Ushakov
602bd0e9d2 remove method used only by jade 2017-01-16 15:35:20 +03:00
Dennis Ushakov
0ecd7ca047 customisable end of embeddment 2017-01-12 21:18:13 +03:00
Dmitry Avdeev
a42a86af44 tests fixed 2017-01-11 17:21:17 +03:00
Vladimir Krivosheev
d82be8763b reduce usage of ApplicationComponent.disposeComponent (to dispose in a correct order (as Disposer)) 2017-01-11 14:45:53 +01:00
Dennis Ushakov
58cb4459cd need to override script content provider for highlighting 2017-01-11 16:36:54 +03:00
Dennis Ushakov
c0c14a6a6c made public due to TokenHandler accessibility issues 2017-01-11 16:36:54 +03:00
Alexander Zolotov
44be16f73c Emmet: fix surrounding html comment (WEB-19796) 2016-12-30 17:23:31 +03:00
Vladimir Krivosheev
0ae264b61b do not save defaults — WebBrowserManager / FeatureUsageTrackerImpl / ActionScriptProfileSettings 2016-12-29 16:01:55 +01:00
Vladimir Krivosheev
62aa6fe038 IDEA-166029 static access to EP_NAME 2016-12-29 11:08:19 +01:00
Tagir Valeev
ffc5e158f4 Identical catch blocks collapsed where possible
Via "Identical 'catch' branches in 'try' statement" inspection with manual check/corrections
2016-12-26 17:54:01 +07:00
Dennis Ushakov
9646fb9a31 cleanup 2016-12-26 12:49:55 +03:00
Dennis Ushakov
4ad8c32f7b don't capture next line for unclosed tags (WEB-17897) 2016-12-22 18:16:21 +03:00
Dennis Ushakov
36b5693d1a move whole script/style tag (WEB-7947) 2016-12-22 18:16:21 +03:00
Dmitry Avdeev
cbbc7d899b IDEA-165641 IDEA 2016.3.1: Wrong unused import recognition in xml files 2016-12-21 14:31:37 +03:00
Dmitry Avdeev
bccbc6b985 no completion outside quotas 2016-12-21 12:46:45 +03:00
Dennis Ushakov
ce8727e0b7 Revert "embed doesn't have end tag (WEB-24708)"
This reverts commit 9cc287bb75.
2016-12-20 19:41:28 +03:00
Dennis Ushakov
8a92be7ae0 provide html completions for xhtml files 2016-12-20 19:41:28 +03:00
Dennis Ushakov
df80df4a9c adjust enumerated values completion so providers (e.g. angular) can get better variants 2016-12-20 19:04:22 +03:00
Dmitry Avdeev
795c11273f IDEA-165641 IDEA 2016.3.1: Wrong unused import recognition in xml files 2016-12-20 17:44:50 +03:00
Dennis Ushakov
3e737fd66a Merge branch 'denofevil/xml-remove-completion-data' 2016-12-20 16:45:18 +03:00
Dennis Ushakov
9cc287bb75 embed doesn't have end tag (WEB-24708) 2016-12-20 13:40:33 +03:00
Dennis Ushakov
32d8a48db9 remove xml completion data completely 2016-12-20 12:17:51 +03:00
Dennis Ushakov
3504f3334b cleanup 2016-12-19 18:21:22 +03:00
Dennis Ushakov
2692cddbad cleanup 2016-12-19 17:56:35 +03:00
Dennis Ushakov
102d12bb64 word completion in attribute values is handled by XmlCompletionContributor 2016-12-19 13:27:27 +03:00
Dennis Ushakov
e0546712d3 dtd completion data removed 2016-12-19 12:35:57 +03:00
Dennis Ushakov
e4dc69820b get rid of xml completion data 2016-12-16 15:39:24 +03:00