This feature references a p2.inf that is not there, there
are also some p2.infs in the repo that are not referenced.
Change-Id: I6c5603af62258cc70758761877169f19aeb36fc9
This is applying the per-project code formatting rules that would
be applied on save in the JDT editor
See also Bug 540373
Change-Id: Id04c972c3b3cb0a6ed1ab8581185359b7cf43f91
As the pages are served in an https:// frame, modern browsers will
only successfully link content if link is also to https.
Change-Id: Iaebef874aaacbd5bcadb4517d3bd51108a5676c4
If the correct namespace existed before the refactoring in the
translation unit, refactoring process just ignored it.
Change-Id: I9d6bd301807bb2d3f83f74ef772395d3470cf8bd
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
As the pages are served in an https:// frame, modern browsers will
only successfully link content if link is also to https.
This commit includes the regenerated from Wiki output
Change-Id: If4c3bc083ddbb5dc63a9edfb2b3cd9aaf47b54de
As the pages are served in an https:// frame, modern browsers will
only successfully link content if link is also to https.
This commit includes the regenerated from Wiki output
Change-Id: Ie09f411baa02cda76d33a294c8feaa9d35d0ffbe
As the pages are served in an https:// frame, modern browsers will
only successfully link content if link is also to https.
Change-Id: I51b31e8924988159d05a17092837bc59af0c0953
As the pages are served in an https:// frame, modern browsers will
only successfully link content if link is also to https.
Change-Id: Icee29a3e5f6f0d913f620ff27ac5425aeb16c476
This plug-in started life alongside language server implementation so
had inherited many of those dependencies which aren't needed
Change-Id: I9e61923e744779a9c094506fe89032284718ea53
If an enum, a struct or a class is defined inside a class, the
implementation must qualify the declaration specifier.
Change-Id: I1e9450c7b165a25c4a745c50fe2e0c06e28775d0
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Move away of deprecated FontMetrics.getAverageCharWidth.
The new method is getAverageCharacterWidth returning double.
Change-Id: Ic9c60073bb0c1219c4ef422e933de0576556e88c
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Added org.eclipse.cdt.internal.ui.dialogs.DocCommentOwnerArea
Deprecated org.eclipse.cdt.ui.dialogs.DocCommentOwnerComposite
and marked it for deletion
Change-Id: I6ec1266fa0a7bce2e3fee43d1c4c2c0b3ba11ef7
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
XML editors were added to CDT's target platform in
https://git.eclipse.org/r/#/c/56572/ for
"Bug 478231 - Hook up .qrc files to the XML Editor"
As far as I can tell it is not necessary to have the XML
editors in the target platform. The 56572 PatchSet does
not add any dependencies in Webtools XML editor. I believe
it was probably added to make it possible to test this
code in the dev environment. However now end users may
have xml editors installed from other places, such as
generic editor based ones.
Change-Id: I2f3c55918990778a77337fddaec6b06ee979fdb8
To ensure that developers don't need to add all the new
launchbar and tools.templates projects to their workspace,
the main dependencies are pulled in from the most recent CDT
build.
This is achieved by having the main CDT feature in the target
platform which allows developers to have just key bundles in
their workspace e.g. org.eclipse.cdt.{ui,core}[.tests]
This is similar to how Eclipse Platform projects have the I-builds
in their own target platform.
Change-Id: I59dd36c3f0cb4fdc182ae7cc8d8e996c1dfa90f6
Don't point to temp build p2 repos in target file.
Move to Tycho 1.6.0 too for build speed up.
Change-Id: Ia04dd07fe27d6c7f3bfa9b30368f3ea971a42cb6
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reworked usages of DocCommentOwnerCombo and marked it for deletion
Change-Id: Ic1bfbcdb12512be0d2eed1ae93d454d7f1e5668f
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
Part 2 (please refer to the Bug 559193 regarding the reasons to rework):
- Doxygen option read-only API for clients
- Doxygen option storage API for configuration UI
- OSGi component for Doxygen API implementation
Change-Id: Ia97ade397f1040087898aeb3b50872473d3c0631
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
Expand the copy mask for .settings/org.eclipse.pde.*, copy only
$COREPROJECT/.settings/org.eclipse.pde.prefs
$COREPROJECT/.settings/org.eclipse.pde.api.tools.prefs
Change-Id: I54d3bb65bb8b2a6d1054bff84fd6185e3fec67ef
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
The implementation of methods with parameter declaration or with
template template parameters didn't work.
Change-Id: I783dedc5ffecd6721293d52f13548fd9e73999bc
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
If a variable is in a decl type specifier can't be evaluated as
written.
Change-Id: If78a567dab99e55c78e16c3b7f10c45bbd0a0606
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Part 1 for "Rework DoxygenPreferences to encapsulate constants" (please
refer to the Bug 559193 regarding the reasons to rework):
- option metadata API
- option storage API
- Preference-based storage
- tests for added types
Change-Id: If6f2caa4c8e659497b0e95c00ec959a9888998d7
Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>