aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB
Commit message (Collapse)AuthorAgeFilesLines
* Rename '*GuideDB' directories to their actual HTML site target namesAlexander Kriegisch2024-01-0629-16868/+0
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Globally replace HTTP links to eclipse.org by HTTPSAlexander Kriegisch2024-01-063-6/+4
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* More AsciiDoc formatting improvements (WIP)Alexander Kriegisch2024-01-0610-1260/+1165
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Finish AsciiDoc improvements in ADK Developer's Notebook (WIP)Alexander Kriegisch2024-01-062-73/+85
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* More AsciiDoc improvements, mostly about code formatting (WIP)Alexander Kriegisch2024-01-061-454/+174
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix more AsciiDoc links and code blocks (WIP)Alexander Kriegisch2024-01-068-526/+402
| | | | | | | | | | - Add Java syntax highlighting to AspectJ and Java files - Add XML syntax highlighting to XML files (Ant, LTW etc.) - Dedent and remove empty lines, where necessary - Enclose in-line line numbers for Java code in /*23*/ comments in order to enable Java formatting Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix some AsciiDoc links (WIP)Alexander Kriegisch2024-01-063-8/+9
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add initial set of AsciiDoc files, converted from HTML/XMLAlexander Kriegisch2024-01-0613-10/+7220
| | | | | | | | | Some originals have been deleted already. Others, especially the user guides, still exist in both formats because they have not been proof-read and probably lots of links do not function as expected. But I want to see what the files look like directly on GitHun. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove indentation from <programlisting> blocks in docsAlexander Kriegisch2021-04-104-755/+757
| | | | | | | | | | | | | | | Many dozens (hundreds?) of documentation code blocks were indented to match the surrounding XML or just arbitrarily. The thing is: Inside <programlisting> tags, similar to <pre> tags, line feeds and leading whitespace are being preserved, which looked very awkward in the HTML documentation. While a few files were mostly correct in this respect, which shows that it was meant to be like that, many others were not. This was tedious, stupid work to fix, but it had to be done. Please note that the documentation was in no way updated content-wise. This is also overdue, but not my focus here. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix faulty path in docs/progGuideDB/progguide.html.xslAlexander Kriegisch2021-04-101-9/+9
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Give docbook IDs unique namesJerry James2020-09-092-3/+3
|
* 552724: fix typoAndy Clement2019-11-251-1/+1
|
* fix typoAndy Clement2014-06-191-1/+1
|
* 290030aclement2009-09-241-0/+44
|
* 243516: fixed exampleaclement2008-08-141-1/+1
|
* bug 159390 Documenting long-known runtime ClassCastException from proceedwisberg2006-10-052-5/+86
|
* bug 149577 (darker tt tag color in .css)wisberg2006-08-031-1/+1
|
* it's -> itswisberg2006-05-312-2/+2
|
* addressing 118877aclement2005-12-071-6/+10
|
* "Formals" defined when used, more details on aspectOf(..)wisberg2005-11-231-5/+20
|
* added if() expressions to permitted scopes for thisJoinPoint formswisberg2005-10-221-1/+2
|
* clarification of args matching with null for pr68603.acolyer2005-09-091-1/+4
|
* ensure every section has an assigned id so that urls in generated html ↵acolyer2005-09-015-54/+59
| | | | remain stable across builds.
* update to style sheet to fix unpleasant title wrapping on IEacolyer2005-07-271-1/+2
|
* reflective calls outside the Java languagewisberg2005-06-161-2/+9
|
* add a bit of padding below h1 for IEV1_5_0M2acolyer2005-04-101-0/+5
|
* add some style to our guides ;)acolyer2005-04-103-2/+86
|
* per... advice "may then" to "will only" run, per user discussionwisberg2005-01-281-4/+4
|
* Summary of implementation limitations carefully worded to avoid the term ↵wisberg2005-01-271-3/+60
| | | | "limitation" since Erik took it out. Proposed without objection on the mail list.
* fix for Bugzilla Bug 75486acolyer2004-10-212-4/+4
| | | | issingleton or issingleton()?
* variables available in if(b), removed mdash entity as unknownwisberg2004-10-141-5/+6
|
* Fix for Bug 73073: Inconsistency between starred and nonstarred type ↵ehilsdal2004-09-081-1/+60
| | | | | | patterns in connection with shadowing. Finally documented matching difference between exacttype and patterntype
* Fix bug 72623; also changed "definition" to "declaration" for Java elementswisberg2004-08-281-8/+85
|
* Limitation stated in bug 50195wisberg2004-08-281-0/+6
|
* Language specification clarification for two bugs:ehilsdal2004-08-241-0/+10
| | | | | 49784 declaring interface methods should work as it does in interfaces 70794 The introduction on interface causes the interface implementation class error
* Fix for bugzilla bug 71087:ehilsdal2004-08-231-3/+38
| | | | underspecification of primitive conversion
* Fix for bugzilla bug 71393:ehilsdal2004-08-231-0/+52
| | | | Specify how does args pointcut collect context for pointcuts which are used in cflow
* fix for bugzilla bug 72379:ehilsdal2004-08-232-17/+48
| | | | static aspects not well explained
* Fix for bugzilla bug 71404:ehilsdal2004-08-231-3/+37
| | | | Define MethodPattern, FieldPattern, ConstructorPattern terms
* Fix for bugzilla bug 71391ehilsdal2004-08-231-0/+109
| | | | "Specify context collecting behavior for this, target and args pointcuts"
* proactive bug fix (bug not entered) making a short exampleehilsdal2004-08-201-2/+2
| | | | in semantics guide more meaningful
* Fix for Bugzilla Bug 70794aclement2004-08-201-1/+8
| | | | | The introduction on interface causes the interface implementation class error (Feel free to edit my text if you feel more eloquent...)
* fix for 72032 - clarification of cflow(handler(...))acolyer2004-08-181-1/+2
|
* fix for Bugzilla Bug 53981acolyer2004-08-101-0/+26
| | | | proceed used as method name in around advice
* fix for bug 53028acolyer2004-08-061-5/+1
|
* fix for Bugzilla Bug 61569acolyer2004-08-041-0/+7
| | | | if-pointcuts with side-effects
* fix for Bugzilla Bug 64585acolyer2004-07-281-9/+9
| | | | Stale ITD example code in Programming Guide
* requirements for declaring members on interfaceswisberg2004-04-021-0/+11
|
* fix for Bugzilla Bug 48389 acolyer2004-04-021-0/+8
| | | | Cannot assign to final fields in intertype constructors.
* Fix for Bug 51326: mispelled word: "heirarchy"ehilsdal2004-02-091-2/+2
|