1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented content assist for bean references specified with {{{parent}}}, {{{depends-on}}} and {{{ref local}}}. Currently no lookup of beans located in other config files is supported. Added Apache license to code. More... about 20 years ago
Added some templates. Provided extension of XML Editor preference page for defining own templates; fixes #114 More... about 20 years ago
updated class' java doc More... about 20 years ago
Added first template support. Tickets will follow. More... about 20 years ago
WebFlow PR2 preparation. Inceremented version number of WebFlow support plugins to 0.0.2. Dependency to Beans plugins set to 1.2.1 to greater. More... about 20 years ago
WebFlow PR2 preparation. Inceremented version number of WebFlow support plugins to 0.0.2. Dependency to Beans plugins set to 1.2.1 to greater. More... about 20 years ago
WebFlow PR2 preparation. Inceremented version number of WebFlow support plugins to 0.0.2. Dependency to Beans plugins set to 1.2.1 to greater. More... about 20 years ago
WebFlow PR2 preparation. Inceremented version number of WebFlow support plugins to 0.0.2. Dependency to Beans plugins set to 1.2.1 to greater. More... about 20 years ago
WebFlow PR2 preparation. Inceremented version number of WebFlow support plugins to 0.0.2. Dependency to Beans plugins set to 1.2.1 to greater. More... about 20 years ago
Added method validation to WebFlowValidator; fixes #10 More... about 20 years ago
Removed obsolete import of ISourceViewer More... about 20 years ago
Changed property name lookup from using JDT's SearchEngine to BeansCore Introspector. Added navigation for beans ids like e.g. parent and factory-bean; refs #108, #103 More... about 20 years ago
Added methods for xml editor code completion and navigation. Fixed bug in hasConstructor; fixes #99, refs #106, #103 More... about 20 years ago
now uses BeansCore's Introspector; refactored the string manipulation code into helper class [523]; refs #103 More... about 20 years ago
property autocompletion displays now the property name instead of the method name (required to refine search by adding letters to the property name); refs #109 More... about 20 years ago
refactored some string manipulation code into a helper class More... about 20 years ago
added depencies to core, ui and bean ui plugins More... about 20 years ago
removed obsolete class ImageImageDescriptor More... about 20 years ago
Implemented hyperlink navigation for bean' More... about 20 years ago
Added property name autocompletion; refs #103 More... about 20 years ago
now multi-page editors are supported too; refs #107 More... about 20 years ago
now multi-page editors are supported too; refs #107 More... about 20 years ago
Extended bean class autocompletion implementation; refs #103 More... about 20 years ago
openInEditor() now uses an IMarker with IDE.openEditor() to which supports multi page editors too; fixes #105 More... about 20 years ago
added Spring 1.2.2 beans config DTD as catalog contribution; fixes #104 More... about 20 years ago
now uses JDT's search engine for type look-up More... about 20 years ago
Extended the content assist implementation to behave more like the standard java content assist for types. There is still a problem for autocompletions for e.g. 'a.b.c.Te' because for now only package names are handled; refs #103 More... about 20 years ago
updated content assist and outline view More... about 20 years ago
fixed outline view More... about 20 years ago
now bean aliases without name or alias are handled correctly; fixes #102 More... about 20 years ago