Sergey Prigogin
9fc84c15c8
Removed an unused method.
2014-10-07 14:36:33 -07:00
Sergey Prigogin
d537ab066a
Cosmetics.
2014-10-07 14:36:31 -07:00
Sergey Prigogin
ff5f407bff
Bug 445670 - Name field has no focus when extracting local variables
2014-10-02 17:43:08 -07:00
Andrew Gvozdev
044853140e
bug 445718: CDT Wizard Page started crashing with NPE when custom wizard
...
is defined
2014-10-02 13:58:04 -04:00
Teodor Madan
660fa3fdfe
Include expressionLanguage.exsd - fix occasional PDE errors
...
"referenced element 'enablement' is not defined"
Change-Id: I40a84a249e0e2488e4600a67a9eab935298048e4
Reviewed-on: https://git.eclipse.org/r/33499
Tested-by: Hudson CI
Reviewed-by: Teodor Madan <teodor.madan@freescale.com>
Tested-by: Teodor Madan <teodor.madan@freescale.com>
2014-09-22 02:26:34 -04:00
Sergey Prigogin
bf5f005736
Cosmetics.
2014-09-12 20:23:31 -07:00
Daisuke Nojiri
58af86640b
Bug 443436 - Auto indenter uses spaces where it should use tabs
...
This change makes auto indentation following a new line use tabs where
possible when "Use tabs only for leading indentations" is disabled.
Change-Id: I97d787a003763697e281bb4a8af0f4760cbd81fb
Signed-off-by: Daisuke Nojiri <dai.nojiri@gmail.com>
Reviewed-on: https://git.eclipse.org/r/32955
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-09-05 18:43:14 -04:00
Sergey Prigogin
62f4735f8e
Bug 443356 - Organize Includes adds an unnecessary include for a
...
function referenced by a macro
2014-09-04 15:44:59 -07:00
Sergey Prigogin
096fae2b3e
Bug 442841 - Organize Includes adds an unnecessary include for the base
...
class of the type of a field
2014-08-29 22:11:21 -07:00
Markus Schorn
e7cbbb7412
Bug 355299: When looking for dirty editors during search: Only consider text editors
2014-08-29 08:39:38 +02:00
Markus Schorn
dc3a09bbce
Bug 440057: Fix ClassCastException invoking C/C++ Project Settings Import Wizard.
2014-08-28 13:38:17 +02:00
Sergey Prigogin
565aae76ba
Bug 442742 - "Organize Includes" removes a header required for a
...
namespace alias
2014-08-27 14:14:59 -07:00
Sergey Prigogin
af51f687e2
Cosmetics.
2014-08-27 09:44:38 -07:00
Sergey Prigogin
1eabfa5241
Bug 438384 - "syntax error" for class method ref qualifiers
2014-08-26 18:15:07 -07:00
Paulo Garcia
3bfe2d21a7
Bug 285126 - Added capability to show enum's integer value instead of
...
its constant name.
Change-Id: Iacda2b19dc22497db60f88cf301d01d8654ca0ad
Signed-off-by: Paulo Garcia <pgarcia@qnx.com>
Reviewed-on: https://git.eclipse.org/r/31807
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-08-26 14:54:11 -04:00
Sergey Prigogin
4e69217016
Cosmetics.
2014-08-14 20:08:46 -07:00
Sergey Prigogin
63053a556c
Cosmetics.
2014-08-14 13:59:30 -07:00
Thomas Corbat
ac8965a904
Bug 418493 - [Content Assist] Show default values within parameter hints
...
Preferences:
- Displaying parameters with default argument
- Displaying default arguments
Default arguments for functions and templates.
Conflicts:
core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/contentassist/DOMCompletionProposalComputer.java
Conflicts:
core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests.java
Rebased to changed parent
Change-Id: Ifb505f5723dc26212c34f492d3d49b7badf366ea
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
Reviewed-on: https://git.eclipse.org/r/30646
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Hudson CI
2014-08-14 02:55:59 -04:00
Thomas Corbat
ebb9bced0d
Bug 440422 - Completion in Using Declarations
...
Fix for content assist in the context of using declarations:
- No parameter hint for using declaration (template and function)
- No trailing semicolon if one is already present
- Parameter hint for invocation in template arguments
- Space after comma in function suggestions
Some refactoring to content assist test infrastructure.
Change-Id: Id2483ddefe1c35572a9554fdadb0b6416402446a
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
Reviewed-on: https://git.eclipse.org/r/30584
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-08-13 09:06:04 -04:00
Sergey Prigogin
4dd9a12177
Cosmetics.
2014-08-11 20:17:08 -07:00
Nathan Ridge
42235704cb
Bug 438348 - Allow decltype-specifiers in base-specifiers
...
Change-Id: Ib027b78aa207e1fe0e1aef56fae7eeace041118c
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/31341
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-08-11 13:30:57 -04:00
Alena Laskavaia
b7ec8deec4
Bug 242405 - Binary file editor does not refresh when binary is rebuilt
...
Change-Id: I0af100959f8f61b2d2735f9d0d9cd42b6c91e590
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
Reviewed-on: https://git.eclipse.org/r/31300
Tested-by: Hudson CI
2014-08-11 11:28:30 -04:00
Sergey Prigogin
cbc4e67f8e
Moved TextUtil class to a more prominent place.
2014-08-08 18:45:28 -07:00
Sergey Prigogin
ebac470813
Added support for radio buttons corresponding to non-boolean preferences
2014-08-08 18:40:47 -07:00
Sergey Prigogin
4d0919d7d2
Code streamlining.
2014-08-08 18:39:28 -07:00
Sergey Prigogin
2009946e05
Cosmetics.
2014-08-08 18:38:13 -07:00
Sergey Prigogin
f0a593fbb7
Fixed compiler warnings.
...
Change-Id: I271db5f3e4f64f13e260e66d1ea103eedfbdde4d
2014-08-08 18:36:57 -07:00
Alena Laskavaia
15402f6488
Bug 441385 - Binary editor on big files blocks UI
...
Change-Id: I4ac0c8eff4e77045657f0fe5921a86a966a22922
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
Reviewed-on: https://git.eclipse.org/r/31238
Tested-by: Hudson CI
2014-08-08 11:28:53 -04:00
Sergey Prigogin
5cc7505a12
Cleanup of Messages.properties and Messages.java files.
...
Change-Id: Iea47d46a3ea201722fbe666a03c89dde7e5e4961
2014-08-04 11:15:40 -07:00
Sergey Prigogin
af7c0a635b
Cosmetics.
...
Change-Id: I3f589111ad5e765ebfaa56829ff24ec437f084f8
2014-08-01 18:33:31 -07:00
Sergey Prigogin
1f25d0cb80
Corrected a version in pom.xml
...
Change-Id: I1f529ed791be34b316a2b151d7f05a57f605d660
2014-08-01 12:12:21 -07:00
Sergey Prigogin
093b2efacf
Proper enablement of Build Configurations Build/Clean commands.
...
Change-Id: I7446a357cc2bafdb5015c3a988a1ad0b6f23a8c6
2014-08-01 11:55:31 -07:00
Sergey Prigogin
7880c684eb
Slightly reduced clutter in the project's context menu.
...
Change-Id: I78b5a8b37ce297a9ceaf8ecf9cb94b8df014e61d
2014-07-30 19:07:38 -07:00
Sergey Prigogin
31f37f5b63
Proper enablement/disablement of Clean/Build Selected Files commands.
...
Change-Id: I6f56eeb111759ccf7a0bc8fbbfd57ffd8689bf01
2014-07-30 16:47:55 -07:00
Sergey Prigogin
d8154bd340
Inremented branding plugin version to 8.5
2014-07-21 17:39:01 -07:00
Thomas Corbat
875e21efb0
Bug 430342 - Completion of template arguments.
...
Change-Id: Iaf1c43ce826f6676b941689f39fc81ea5e25daa8
Reviewed-on: https://git.eclipse.org/r/29440
Tested-by: Hudson CI
Reviewed-by: Thomas Corbat <tcorbat@hsr.ch>
Tested-by: Thomas Corbat <tcorbat@hsr.ch>
2014-07-07 03:05:57 -04:00
Sergey Prigogin
fbca073d79
Navigate to template definition by default.
2014-06-25 15:07:34 -07:00
Marc-Andre Laperle
1f29931ff1
Bug 437067 - Hide read-only references in Search view
...
Change-Id: I0f6a864342d54dd3bae6563eba6ce72273d99647
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/28287
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Hudson CI
2014-06-24 15:34:59 -04:00
Sergey Prigogin
852659fa1d
Bug 437630 - NPE in Organize Includes with a lambda expression
2014-06-17 15:18:24 -07:00
Sergey Prigogin
246d2eb69b
Added editing of include guard style preference.
2014-06-17 15:15:50 -07:00
Sergey Prigogin
d962e2eee7
Automatic update of include statements and include guards when header
...
files are renamed or moved.
2014-06-17 15:14:50 -07:00
Sergey Prigogin
cf4556f05f
Cosmetics.
2014-06-17 15:12:01 -07:00
Sergey Prigogin
25e5cffbdc
Bug 436748 - Preference option missing in OrganizeIncludesBlock
2014-06-05 13:23:24 -07:00
Sergey Prigogin
e9efc2eac0
Cosmetics.
2014-06-04 20:30:44 -07:00
Sergey Prigogin
68d17bbd55
Cosmetics.
2014-06-04 20:30:16 -07:00
Sergey Prigogin
c50e715749
Changed the Organize Includes default behhavior to remove unused
...
comments. Organize Includes is mature enough for that.
2014-06-04 10:52:49 -07:00
Sergey Prigogin
27c6327cdf
Cosmetics.
2014-05-30 18:18:17 -07:00
Sergey Prigogin
2cada0fe18
Revert "WIP"
...
This reverts commit 9bc829ac73
.
2014-05-30 18:11:12 -07:00
Sergey Prigogin
9bc829ac73
WIP
2014-05-30 17:54:09 -07:00
Sergey Prigogin
789a49dc70
Bug 436021 - [Organize includes] Both include and forward declarations
...
are added
2014-05-30 17:49:35 -07:00