File tree Expand file tree Collapse file tree 26 files changed +26
-26
lines changed Expand file tree Collapse file tree 26 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML>
2
2
3
3
<!--
4
- * This file copyright (C) 2020-2021 , Peter Johnson (gravatar.com/delphidabbler) and
4
+ * This file copyright (C) 2020-2023 , Peter Johnson (gravatar.com/delphidabbler) and
5
5
* is licensed under the MIT License: https://opensource.org/licenses/MIT
6
6
*
7
7
* DelphiDabbler Code Snippets Database Documentation: REML markup language
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2009-2022 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2009-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Provides a class that renders active text as HTML.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2008-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2008-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Provides interfaces, a factory class and implementation of "active text".
9
9
* Active text is text that can have actions performed on it. Actions may
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2012-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2012-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a class and helpers that create RTF representations of active text
9
9
* with customised styling.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2012-2022 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2012-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements class that renders active text as plain text in fixed width, word
9
9
* wrapped paragraphs.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2011-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2011-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a container record that provides methods to validate active text
9
9
* object.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2005-2022 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2005-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* CodeSnip application project file.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2022, Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2022-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Class that reads and writes settings that apply to all compilers.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2008-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2008-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements classes that can read and write databases stored in XML format
9
9
* with associated source code files.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2012-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2012-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* A frame that provides an editor for entering and ammending active text,
9
9
* either as plain text or in markup.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2005-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2005-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a titled frame that displays lists of snippets, arranged in
9
9
* different ways, and manages user interaction with the displayed items.
Original file line number Diff line number Diff line change 4
4
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
5
5
* obtain one at https://mozilla.org/MPL/2.0/
6
6
*
7
- * Copyright (C) 2009-2021 , Peter Johnson (gravatar.com/delphidabbler).
7
+ * Copyright (C) 2009-2023 , Peter Johnson (gravatar.com/delphidabbler).
8
8
*
9
9
* Help topic describing REML markup language.
10
10
-->
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2008-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2008-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements classes that can import and export user defined snippets from and
9
9
* to XML.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2009-2022 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2009-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Defines various character, string and resource id constants.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2009-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2009-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Provides support for certain character encodings used by the program.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2006-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2006-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Utility routines used for working with graphics.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2008-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2008-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements classes that render and parse Routine Extra Markup Language (REML)
9
9
* code. This markup is used to read and store active text objects as used by
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2006-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2006-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements various classes used to create content of a rich text document.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2008-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2008-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a class that renders a document that describes a snippet as rich
9
9
* text.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2012-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2012-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Defines structures that encapsulate RTF styling elements.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2005-2022 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2005-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Utility functions used when processing RTF.
9
9
}
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2008-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2008-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements an abstract base class that renders a text document that describes
9
9
* a snippet. Should be overridden by classes that generate actual documents in
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2008-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2008-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a class that helps with parsing of a snippet's extra property as
9
9
* active text and vice versa.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2005-2022 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2005-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a class that is used to generate Pascal source code containing
9
9
* specified database snippets.
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2011-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2011-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Unicode string utility routines.
9
9
*
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2009-2022 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2009-2023 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a class that renders a document that describes a snippet as plain
9
9
* text.
You can’t perform that action at this time.
0 commit comments