Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/NewIn72"

< PDT
Line 4: Line 4:
 
</css>
 
</css>
 
<div id="versionNav" class="alert alert-small alert-warning">[[PDT/NewIn71|&lt; Previous Version]] | [[PDT/NewIn73|Next Version &gt;]]</div>
 
<div id="versionNav" class="alert alert-small alert-warning">[[PDT/NewIn71|&lt; Previous Version]] | [[PDT/NewIn73|Next Version &gt;]]</div>
 
We fixed / closed 32 bugs in this release!
 
  
 
This release is a part of '''2020.06''' (17/06/2020)
 
This release is a part of '''2020.06''' (17/06/2020)
Line 12: Line 10:
  
 
* Faster plugin startup
 
* Faster plugin startup
 +
* Eclipse JavaScript Development Tools (JSDT) is now optional. Eclipse PHP is built with WildWebDeveloper [https://eclip.se/561624 #561624]
 +
* WTP JSON Editor replaced by Generic Text Editor [https://github.com/eclipse/pdt/pull/54 #54]
 +
* Improved PHP language stubs for namespaced classes [https://eclip.se/559639 #559639]
  
 
=== Editor ===  
 
=== Editor ===  
Line 18: Line 19:
 
* Removed document revalidation in UI on each editor focus  
 
* Removed document revalidation in UI on each editor focus  
 
* Separate PHP folding settings from WTP [https://eclip.se/298000 #298000]
 
* Separate PHP folding settings from WTP [https://eclip.se/298000 #298000]
 +
* Reduce number for markers for "unused variable" [https://eclip.se/474115 #474115]
 +
* Fixed issue when Class/Trait have same name as child namespace [https://eclip.se/559657 #559657]
 +
* CodeAssist for return types with FQN (for ex. \DateTime) [https://github.com/eclipse/pdt/issues/55 #55]
  
 
=== PHPUnit ===
 
=== PHPUnit ===
Line 26: Line 30:
  
 
* Fixed delete file regression [https://eclip.se/561004 #561004]
 
* Fixed delete file regression [https://eclip.se/561004 #561004]
 +
 +
=== Other ===
 +
 +
* Upgraded jFlex to 1.8.2  [https://eclip.se/562296 #562296]
  
 
=== Full bugs list for this release cycle ===
 
=== Full bugs list for this release cycle ===

Revision as of 09:07, 19 May 2020

This release is a part of 2020.06 (17/06/2020)

General

  • Faster plugin startup
  • Eclipse JavaScript Development Tools (JSDT) is now optional. Eclipse PHP is built with WildWebDeveloper #561624
  • WTP JSON Editor replaced by Generic Text Editor #54
  • Improved PHP language stubs for namespaced classes #559639

Editor

  • Improved "Resource in active editor" search scope #561005
  • Removed document revalidation in UI on each editor focus
  • Separate PHP folding settings from WTP #298000
  • Reduce number for markers for "unused variable" #474115
  • Fixed issue when Class/Trait have same name as child namespace #559657
  • CodeAssist for return types with FQN (for ex. \DateTime) #55

PHPUnit

  • Support for error handling on PHPUnit >= 8.3 #560862

Project Explorer

  • Fixed delete file regression #561004

Other

Full bugs list for this release cycle

 7.2.0 - https://projects.eclipse.org/projects/tools.pdt/releases/7.2/bugs

Previous News&Noteworthy page

 7.1.0 - https://wiki.eclipse.org/PDT/NewIn71

Back to the top