2006-09-05
- Bug #148628 fix. (slapsha)
- Fix bug #147997 - Open error message dialog when the file to debug is not found (eklein)
- Auto Expand the outline view. (slapsha)
- handle null fileData (slapsha)
- handling empty resource. (slapsha)
- fix bug #145398 - when the user selects a different default, preselect the choice in the combo (eklein)
- check that the project is open before building. (slapsha)
- Version upgraded to 0.2.3 (slapsha)
- Remove anonymous classes handling (no such in PHP), fix function comparing. (slapsha)
- only refresh when visible, some null pointers fix. (slapsha)
- Only refresh when visible. (slapsha)
- Resetting missing selection after refresh; handling some null pointers. (slapsha)
- Store previous selection to allow resetting from outside. (slapsha)
- Refresh only if visible. (slapsha)
2006-09-04
- Store the project name in memento. (slapsha)
- Create default empty group nodes when don't exist. (slapsha)
- Ignore visibility. (slapsha)
- Fixed comparing functions with equal names. (slapsha)
- Bug fix #152083 - unnecessary build of non-php projects (ggurfinke)
- Minor refresh fix. (slapsha)
- Fixed view refresh. (slapsha)
- Minor expeption fixes. (slapsha)
- Explorer should only be linked with files. (slapsha)
- Fixed the way of obtaining fileData. (slapsha)
- Splitted the function to allow overriding. (slapsha)
- fix utility function. (slapsha)
- utility function fixes. (slapsha)
- Smarter project recognition. (slapsha)
- Handling non-user models. (slapsha)
- Fixed looping null selection. (slapsha)
- added function getProjectForFileData(), which tries to find a project for external file datas. (slapsha)
- Handling fileDatas with no real resource. (slapsha)
- Fixed getModelForFile() to support include paths. (slapsha)
2006-09-03
- Fixed Project Outline performance: now doesn't refreshes oftener than 1nce per second. (slapsha)
2006-08-31
- Rollback changes is ExplorerPart.showImput() (ggurfinke)
- Don't update when invisible. Instead, update when focused. (slapsha)
- default folding is false (eklein)
2006-08-30
- Revert changes for defaultTextDecorator - no need for sorrounding with html tags (eklein)
- fix bug #153251 - Preferences/PHP Manual - No changes makes error
verify that the data was actually edited, otherwise dialog.getResult() will be null and replaceElement will throw an exception (eklein)
- Unneccessary if. (slapsha)
- Do update if the control is invisible - should be up-to-date, when shown back. (slapsha)
2006-08-29
- bug fix - #138987 line comments were not formatted (ggurfinke)
2006-08-28
- fix bug #155334 - ProjectParsingManager makes garbled phpdoc comments
Add file.getCharset() to InputStreamReader initialization (eklein)
- Bug #150613 fixed. (slapsha)
- Project Outline performance issues fixed
- Cached model delta's
- true async refresh (incremental) (slapsha)
- Minor tune up. (slapsha)
2006-08-27
- Ignoring hidden or disposed control. (slapsha)
- General link-to-editor selection listener. (slapsha)
- Outline link-to-editor fix. (slapsha)
- unlink listeners on dispose, ignore hidden or disposed control when refreshing. (slapsha)
- Preformence improvment - in the lexers should not push stat to the stack for every { but only inside quotes/comments. (ggurfinke)
- Bug fix #144615 - folding didn't fold the whole docBlock (ggurfinke)
- cosmetic changes in ExplorerContentProvider and ExplorerPart (ggurfinke)
- fix bug#148155 - refine condition for setting initial folding boolean value in DefaultPHPFoldingStructureProvider (eklein)
- cosmetic changes in PHPElementImpl and StandardPHPElementContentProvider (ggurfinke)
2006-08-23
- removed non UTF-8 char (ggurfinke)
- removed charecters not in UTF-8 (ggurfinke)
- change files encoding to UTF-8 (mspector)
2006-08-22
- Bug fix #150373 - Parenthesis enclosing variable inside string breaks string confuses the formatter (ggurfinke)
- Bug fix #154680 - Formatting for php code stoped working. (ggurfinke)
- fix bug #149793 - Hover displays empty focus window on syntax error.
improve default decorator (eklein)
2006-08-21
- Bug #150122 fix. (slapsha)
- Bug #147837 fixed. (slapsha)
- Massive PHP Explorer fix
- Auto-synchronize on model changes
- bug #144644 fix
- other link issues fixed
- etc. (slapsha)
- Bug fix #138988 - after formatting php blocks are in new line (ggurfinke)
- Fix opening files with specified line number. (mspector)
- Bug #144644 fixed for Outline view. (slapsha)
- Bug fix #150358 - phpDoc folding was mixed up (ggurfinke)
- Project Outline Part: null pointer exception fixed. (slapsha)
2006-08-20
- Massive Project Outline fix:
- bug #141244 fixed
- bug #144644 fixed partially
- initial appearance & refresh fixed
- etc. (slapsha)
- selecting variable name in the editor:
The default behaviour when double-clicking a variable, for instance $myVar, is to make only myVar selected, without the dollar sign. Changed to include the dollar also (ggurfinke)
2006-08-16
- fix non-documented completion bug affected array() function-like completion behavior. (slapsha)
- bug #153693 - "Open in browser" feature in "debug on server" dialog doesn't open the internal browser on debug. (eklein)
- Bug #149399 fix.
Code cleanup. (slapsha)
2006-08-15
- Fixed Java compatibility issues. (slapsha)
- Bug fix #150246 - Quotes are completed right after closing php tag ?> (ggurfinke)
- Bug fix #150241 - Quotes inside heredoc where not highlighted correctly. (ggurfinke)
- moved PHP_HEREDOC_TAG check from PhpLexer.isCommentState (ggurfinke)
- Bug #141223 fixed.
Code cleanup. (slapsha)
- Bug fix #149827 - Error annotations are disappearing after editing code. (ggurfinke)
2006-08-14
- code cleanup (slapsha)
- Added php ini modifier in order to force include path into php.ini when running/debugging. (slapsha)
- php.ini modifier (slapsha)
- Added and tuned ini4j library - the ini parser. (slapsha)
- Bug fix #141226 - First PHPdoc block in the file isn't foldable if php block not in first line. (ggurfinke)
2006-08-13
- fix bug #139442 - Filters in the PHP Explorer View deos not work (eklein)
- Bug fix #148794 - wrong behavior in line comment when "use asp tags" disabled (ggurfinke)
- removed unnecessary lines (yleon)
- Bug fix #149160 - roll-back preformance improvments. (ggurfinke)
- bug #148608 fixed
+ cleanup. (slapsha)
- override isClosed() in PHPElementImpl (ggurfinke)
- remove " italian" option - was there for testing (eklein)
2006-08-10
- Ported from JDT (slapsha)
- added getButtonWidthHint()
cleaned up the code (slapsha)
- Read filter from the preferences. (slapsha)
- Renamed (slapsha)
- getMatching*() to find multiple occurences of same name elements
cleaned up the code (slapsha)
- Sort model data
Cleaned up the code (slapsha)
- published runSave()
cleaned up code (slapsha)
- add language settings preferences page (eklein)
- locale preferences page (eklein)
- set default locale (eklein)
- add locale preferences messages (eklein)
- add hasChanges flags and additional addComboBox interface (no indent) (eklein)
- add locale constants (eklein)
- add read/write file contents (eklein)
- organize imports (eklein)
2006-08-08
- Added the IDebuggerInitializer interface and made some redesign in the server debugging initialization process. (sgibly)