2006-12-17
- Avoid endless loops when updating. (slapsha)
- Remove elements (slapsha)
- making getTokenizer() public, this enabling getting the tokenizer from the source parser (rganor)
2006-12-14
- added a license file to the javacup source (ggurfinke)
- Fixed bug #145574 - Fixed the issue that caused the debugger not to stop on breakpoints in cases where a project name had a back-slash.
This problem occured only on non-Windows machines (Windows prevent any slash type in the project wizard) (sgibly)
- Documented (mspector)
- Listen to variable changes. (slapsha)
- Handling inexistant models (slapsha)
- includePathBlock disposition. (slapsha)
- Listening IncludePathVariables changes. (slapsha)
- documented (mspector)
- documented. (mspector)
- fixing redundant code from the task manager (rganor)
2006-12-13- removed unneeded extension point: phpDebugActions (mspector)
2006-12-12
- Bug fix #167552 - updated functions list - competible with PHP5.2 API (ggurfinke)
- Bug fix #167626 - variable's types from language model where not resolved in DefaultParserClient (ggurfinke)
- Define adapter for PHPElementImpl and PHPTextImpl (slapsha)
- An attempt to resolve text selection to a PHP element (slapsha)
- Adapt PHPElementImpl and PHPTextImpl to PHPSearchPageScoreComputer to show PHP Search Page for PHP Files (slapsha)
- Override createTextNode to create PHPTextImpl instead of TextImpl (enable PHP Search in PHP Files) (slapsha)
- PHPElementImpl to be IAdaptable (slapsha)
- PHPTextImpl - replaces TextImpl for PHP document (slapsha)
- StandardPHPElementContentProvider to take in charge treeProviders when computing hasChildren (slapsha)
- Use cheaper isPHPFile instead of finding filedata. (slapsha)
- PHPSearchPage to know it's extension point (slapsha)
- TreeNode to contain children by default. (slapsha)
- add hashcode and equals (instead of old "equals") (eklein)
- correxted and fixed bug #163814.
The resource text paster shouldn't move the resource, but only rename it.
I used simple Text.paste() (ymazor)
- Global refactoring:
1. PhpEditorModel - should be DOMModelForPHP
2. PHPDomDocument - PhpDOMStyle (rganor)
- setting the default version to PHP 5 (if project is not provided) (rganor)
2006-12-11
- Changes were made to solve bug #163319.
Added AppearancePreferencePage (ymazor)
- Changes were made to solve bug #163319.
Added Label for topic of Appearance (ymazor)
- Changes were made to solve bug #163319.
Added flags for method return type (ymazor)
- Changes were made to solve bug #163319.
This class now inherits from AppearanceAwareLabelProvider.
Imternal label provider was changed as well to supprt html mode (ymazor)
- changed the call to internal label provider to the label provider itself since now it inherits from AppearanceAwareLabelProvider (ymazor)
- changed the postRefresh to refresh labels in fileDataChanged (ymazor)
- added Preference block to handle appearance in general.
Specifically this Pref. block was added to solve bug #163319 (ymazor)
- added 2 strings for PHPAppearancePreferenceBlock (ymazor)
- Move extension point phpDebugPreferencesAddon to common (PHP UI) phpPreferencePageBlocks. (mspector)
- set default value for non-project files (false asptags) (rganor)
- added comments for the previous debugger view fix (sgibly)
- Fixed the debug tree auto-expand when a debug session is triggered. (sgibly)
- issue #159562 - Code Assist proposal's list is not sorted correctly
fixed.
the order is by type then by name,
type : classes, methods, constants, keywords, all others
name: alphabetically (rganor)
- modify text (eklein)
- enable jar file extension (eklein)
2006-12-10
- *** empty log message *** (sben-zeev)
- removed (yleon)
- change comment (eklein)
- fixes (yleon)
- updates and fixes (yleon)
- remove redundent files (sben-zeev)
- change signature of prePerformFinish (eklein)
- move action taken in postperform finish to pre peform finish (eklein)