Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-03-18added TemplateCompletionProcessorteicher1-0/+205
2004-03-18- moved contexttyperegistry to jface.textteicher1-0/+185
2004-03-18- added bundles for template contributionsteicher2-19/+33
2004-03-18bugfixteicher1-2/+2
2004-03-18removed unused importsteicher1-1/+1
2004-03-18Removed unused codeDani Megert1-5/+1
2004-03-18- custom templates written to preferences, not fileteicher2-49/+51
2004-03-18spellingKai Maetzel1-11/+11
2004-03-18fixed update problem when collapsingKai Maetzel1-1/+9
2004-03-18adding template extension pointteicher1-10/+6
2004-03-18adding template extension pointteicher5-0/+837
2004-03-18fixed update problem when expandingKai Maetzel1-0/+2
2004-03-18migration of child documentsKai Maetzel1-11/+11
2004-03-18spellingKai Maetzel1-62/+39
2004-03-18bug 55212 [misc] ConcurrentModificationException in link.contentassist.Conten...teicher1-1/+2
2004-03-18Null guardteicher1-0/+3
2004-03-18migration of child documentsKai Maetzel1-3/+3
2004-03-18#55137Kai Maetzel1-1/+1
2004-03-17fixed exit upon-return strategy to be what one expectsteicher1-1/+2
2004-03-15bug 51516: [typing] IllegalArgumentExceptions while using linked mode in segm...teicher2-120/+130
2004-03-12bug fixingKai Maetzel1-1/+2
2004-03-12Rework of projection documentsKai Maetzel14-94/+1011
2004-03-12adds position based completionproposalteicher2-5/+177
2004-03-12Fixed bug 54356: TextContentAssistSubjectAdapter - Widget is disposedDani Megert1-3/+7
2004-03-11fixes last leak possibility (although seems not possible since install and di...teicher1-8/+8
2004-03-11fixes possible thread leakteicher1-15/+27
2004-03-11templateProposal can now create proposal positionsteicher2-3/+8
2004-03-11fixes possible thread leakteicher1-7/+19
2004-03-11- better linkedUIControl-contentAssistant interaction (listener instead of qu...teicher6-91/+114
2004-03-10View menu for quick controlsDani Megert3-4/+46
2004-03-09fixes bug 52571: NPE when editing codeteicher1-0/+18
2004-03-09annotation model event creation streamlinedv20040309Kai Maetzel1-10/+18
2004-03-08- deadlock prevention between PartiallySynchronizedDocument and AnnotationModelKai Maetzel5-14/+330
2004-03-08*** empty log message ***Kai Maetzel2-2/+0
2004-03-08re-introducing the isResolved property of TemplateVariables and Resolvers, na...teicher1-2/+2
2004-03-08fix for bug 53855teicher1-0/+3
2004-03-05- removed global context type registry - can now be obtained from JavaPlugin,...teicher2-2/+367
2004-03-05consume return when pressed on the exit locationteicher1-1/+2
2004-03-05removing setRedraw bypass for gtk, see bug 52899teicher1-6/+0
2004-03-04Edits-based comment formatterKai Maetzel6-1171/+454
2004-03-04added a guard for filtered proposals being null.teicher1-1/+1
2004-03-04- replaced cycle type enums with type safe enumteicher1-17/+23
2004-03-04Need to send out annotation model changes when automatically removing annotat...Kai Maetzel1-1/+1
2004-03-04*** empty log message ***Kai Maetzel1-4/+4
2004-03-04fixed javadocteicher1-1/+2
2004-03-01added direct insertion of the only possible case-sensitive completion in the ...v20040302teicher1-0/+9
2004-03-01fixes bug 50267: CompletionProposalPopup#showProposals() adds key listener mo...teicher1-3/+6
2004-03-01#50767Kai Maetzel1-3/+2
2004-03-01fixing translation bugsteicher1-6/+19
2004-03-01synchronized adding/removing positionsKai Maetzel1-4/+10

Back to the top