Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/21/2008
*
* AbstractCompletion.java - Base class for possible completions.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/21/2008
*
* AbstractCompletionProvider.java - Base class for completion providers.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/21/2008
*
* AutoCompleteDescWindow.java - A window containing a description of the
* currently selected completion.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/21/2008
*
* AutoCompletePopupWindow.java - A window containing a list of auto-complete
* choices.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/21/2008
*
* AutoCompletion.java - Handles auto-completion for a text component.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* 02/08/2014
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* 02/08/2014
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 06/24/2012
*
* AutoCompletionStyleContext.java - Manages styles related to auto-completion.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 01/03/2009
*
* BasicCompletion.java - A straightforward Completion implementation.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/21/2008
*
* Completion.java - Represents a single completion choice.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/23/2008
*
* CompletionCellRenderer.java - Cell renderer that can render the standard
* completion types like Eclipse or NetBeans does.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/22/2008
*
* CompletionListModel.java - A model that allows bulk addition of elements.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/21/2008
*
* CompletionProvider.java - Provides autocompletion values based on the
* text currently in a text component.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 02/06/2010
*
* CompletionProviderBase.java - Base completion provider implementation.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 02/06/2010
*
* CompletionXMLParser.java - Parses XML representing code completion for a
* C-like language.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/21/2008
*
* DefaultCompletionProvider.java - A basic completion provider implementation.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/22/2008
*
* DelegatingCellRenderer.java - A renderer for Completions that will delegate
* to the Completion's provider's renderer, if there is one.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* 05/11/2012
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 04/29/2010
*
* EmptyIcon.java - The canonical icon that paints nothing.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/23/2008
*
* ExternalURLHandler.java - Implementations can be registered as a callback
* to handle the user clicking on external URLs.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*
* 04/26/2010
*
* FastListUI.java - A JList UI implementation that computes the preferred size
* of all cells really fast, to facilitate lists of possibly thousands of items
* rendered with HTML, which is slow with BasicListUI extensions.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/22/2008
*
* FunctionCompletion.java - A completion representing a function.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 01/03/2009
*
* LanguageAwareCompletionProvider.java - A completion provider that is aware
* of the language it is working with.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* 05/16/2012
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 01/06/2009
*
* MarkupTagCompletion.java - A completion representing a tag in markup, such
* as HTML or XML.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 04/26/2009
*
* OutlineHighlightPainter.java - Highlight painter that draws an outline
* around its text.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/14/2010
*
* ParameterChoicesProvider.java - Provides completions for a
* ParameterizedCompletion's parameters.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/11/2010
*
* ParameterizedCompletion.java - A completion option.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/11/2010
*
* ParameterizedCompletionChoicesWindow.java - A list of likely choices for a
* parameter.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 06/17/2012
*
* ParameterizedCompletionContext.java - Manages the state of parameterized
* completion-related UI components during code completion.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/21/2008
*
* ParameterizedCompletionDescriptionToolTip.java - A "tool tip" displaying
* information on the function or method currently being entered.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 05/26/2012
*
* ParameterizedCompletionInsertionInfo.java - Used internally to track the
* changes required for a specific parameterized completion.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*
* 12/02/2013
*
* This library is distributed under a modified BSD license. See the included
* AutoComplete.License.txt file for details.
* LICENSE.md file for details.
*/
package org.fife.ui.autocomplete;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/22/2008
*
* ShorthandCompletion.java - A completion that is shorthand for some other
* text.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/23/2008
*
* SizeGrip.java - A size grip component that sits at the bottom of the window,
* allowing the user to easily resize that window.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*
* 12/17/2010
*
* SortByRelevanceComparator.java - Sorts two Completions by relevance before
* sorting them lexicographically.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/*
* 05/26/2012
*
* TemplateCompletion.java - A completion used to insert boilerplate code
* snippets that have arbitrary sections the user will want to change, such as
* for-loops.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 06/17/2012
*
* TemplatePiece.java - A logical piece of a template completion.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 08/13/2009
*
* TipUtil.java - Utility methods for homemade tool tips.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
4 changes: 0 additions & 4 deletions AutoComplete/src/main/java/org/fife/ui/autocomplete/Util.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/21/2008
*
* Util.java - Utility methods for the autocompletion package.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/22/2008
*
* VariableCompletion.java - A completion for a variable.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/*
* 12/21/2008
*
* AutoCompleteDemoApp.java - A demo program for the auto-completion library.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE.md file for details.
*/
Expand Down
Loading
Loading