Skip to content

webida v 1.4.0

Compare
Choose a tag to compare
@hwshim hwshim released this 11 Sep 10:17
· 597 commits to master since this release

Features

#310 Guest mode
#151 Opening multiple editors for one file
#203 Extension point for resource icon
#337 API for project configuration
#308 New preference plugin
#324 On this keyword, highlight the same occurrences and its function keyword
#315 Show type information of variables, properties and expressions
#284 When cursor is on a variable, highlight its occurrences
#314 Implement return statements highlighting
#313 Implement yatern based auto-completion
#171 Implement auto-completion of property names
#170 Implement multi-selection of variable occurrences
#169 Implement rename variables
#164 Improve notification view
[more] DataSourceRegistry, PartRegistry, PartModelProvider introduced
[more] Part, PartModel, Viewer (MVC Pattern) introduced
[more] LifecycleManager : Editor's Life-Cycle Manager
[more] Page supports for multiple development environment

Bug patches

#388 Git untrack for multi-selection
#374 Cannot move or copy a file with a space on its name.
#358 Shortcut key not working on "MultiViewerEditor's source editor tab "
#342 Icons are not applied before loading plugins
#303 The progress bar is not disappear when git pull.
#298 remove ' :. ' at Go to File dialog.
#291 cannot duplicate a duplicated file
#290 Quit after modifying more than two files.
#288 Ctrl+W is bound to 'close'
#287 'File > Close > Save and Close' does not work
#279 Cannot input 'Enter' key in markdown(.md) file after opening js file
#257 Creating directory with '..' does not fail
#214 'New File' toolbar is always disabled
#211 Fixing the unclear error message occurred when large file uploaded (>100M)
#210 The name of the file or folder downloaded are urlencoded form

Improvements

#367 Support for abstract dataSource for Workbench Part
#337 API for project configuration
#312 Enable/disable 'rename variable' menu item depending on the cursor position
#309 Improvement on run configuration plugin
#299 Changing 'ctrl+c', 'ctrl+x', and 'ctrl+v' action at the workspace
#297 change 'ctrl + w' action
#295 making dialog with ESC key
#235 UX improvement for 'General Web Application' configuration
#173 Refine error messages for new RESTful API
#154 Refactor on RESTful API

Issues

  • The follwing issues are known and will be fixed on release 1.4.1 hotfix.
  • MultiViewerEditorPart does not work, because of new Workbench Part system.
  • Editor theme does not work when opening editor for the first time.
  • Editor's focus related actions does not work correctly.
  • Editor's tab switching using Ctrl + ` key.
  • Editor's dialog for deleted resources.
  • Go to line after find in files.