Skip to content
Build History trend
 
202402211030 / commit 55e2cfb3
202402130930 / commit 55e2cfb3
202312221530 / commit 9d162ed6
202312182030 / commit 97b289d5
202312172200 / commit 7c3f2f2b
202311300930 / commit 42c1f1d7
202311131530 / commit f8b26e1c
202310121900 / commit 0dfc48e6
202308181830 / commit a2b9dd50
 
202308171700 / commit 314a5a8b
 
202307171030 / commit c34371bf
 
202307170930 / commit c34371bf
202306151630 / commit 167a8018
202305262030 / commit 54c8a73e
202305121800 / commit 556f9615
202305061130 / commit 9fd97a0c
202305040900 / commit a488ab65
 
202304072030 / commit ecf28e1a
202304051100 / commit 7e5b44d3
202304040930 / commit 5ba1e2d6

Changes

#235 (Feb 13, 2024, 4:30:11 AM)

  1. Update copyright for 2024 — Stephan Wahlbrink / detail
  2. [R-Console] Add env var JAVA_HOME to Rterm console if available — Stephan Wahlbrink / detail
  3. [IO] Improve reading of files with BOM — Stephan Wahlbrink / detail
  4. [Releng] Add Security info file — Stephan Wahlbrink / detail
  5. [IO] Make use of OutputStream.nullOutputStream — Stephan Wahlbrink / detail
  6. [Releng] Update Maven plugins — Stephan Wahlbrink / detail
  7. Update to Spring Boot 3.2.2-r — Stephan Wahlbrink / detail

#234 (Dec 22, 2023, 10:30:34 AM)

  1. Fix missing resources in bin builds/artifacts — Stephan Wahlbrink / detail

#233 (Dec 18, 2023, 3:30:32 PM)

  1. [RPkg-Dev] Fix highlighted range in editor for fields of R package — Stephan Wahlbrink / detail
  2. [RPkg-Dev] Add auto close for round brackets in R package description — Stephan Wahlbrink / detail
  3. [Ltk-Model] Improve getCoveringSourceElement — Stephan Wahlbrink / detail
  4. [Ltk-Issues] Fix line property of problem markers — Stephan Wahlbrink / detail

#232 (Dec 17, 2023, 5:00:15 PM)

  1. Update target definitions (Platform 4.30-r) — Stephan Wahlbrink / detail
  2. Correct target definitions (Platform 4.30-r) — Stephan Wahlbrink / detail
  3. [Ltk-Source] Improve handling of non-printable characters in quoted — Stephan Wahlbrink / detail
  4. [RPkg-Dev] Fix incorrect definitions of R pkg description fields — Stephan Wahlbrink / detail
  5. [RPkg-Dev] Improve partitioner for R pkg description files with errors — Stephan Wahlbrink / detail
  6. [RPkg-Dev] Correct file headers and Javadoc — Stephan Wahlbrink / detail
  7. [RPkg-Dev] Extend validation of R pkg description files — Stephan Wahlbrink / detail
  8. [Tex-Model] Adapt LtxModelInspector to AbstractSourceIssueReporter — Stephan Wahlbrink / detail
  9. [RPkg-Dev] Fix IDE variables for R package project properties — Stephan Wahlbrink / detail
  10. [Ltk-Issues] Fix line property of problem markers — Stephan Wahlbrink / detail

#231 (Nov 30, 2023, 4:30:15 AM)

  1. Update target definitions (Platform 4.30-rc2) — Stephan Wahlbrink / detail
  2. Update to Spring Boot 3.2.0-r — Stephan Wahlbrink / detail
  3. CleanUp: [R-Help] Fix some compiler warnings — Stephan Wahlbrink / detail
  4. Update project settings (Eclipse 2023-12) — Stephan Wahlbrink / detail

#230 (Nov 13, 2023, 10:30:43 AM)

  1. [Releng] Update to Maven 3.9.5; Update Maven plugins — Stephan Wahlbrink / detail
  2. Update target definitions to Eclipse 2023-12-dev (Platform M3) — Stephan Wahlbrink / detail
  3. [R-Help] Adapt R help to Jetty 12 (Jakarta EE 8) — Stephan Wahlbrink / detail
  4. [R-Help] Add support for Jakarta EE 10 to R help — Stephan Wahlbrink / detail
  5. CleanUp: Tweak String handling — Stephan Wahlbrink / detail
  6. [IO, Runtime] Rework handling of JAR URLs to support 'jar:nested:' URL — Stephan Wahlbrink / detail
  7. [R-Help] Update R help server to Spring Boot 3.2 with Jakarta EE 10 — Stephan Wahlbrink / detail
  8. [R-Model] Rework serialization of R elements — Stephan Wahlbrink / detail

#229 (Oct 12, 2023, 3:00:13 PM)

  1. [Ltk-AST] Enhance AbstractAstNode — Stephan Wahlbrink / detail
  2. [Text] Add TextParserInput.init(TextRegion) — Stephan Wahlbrink / detail
  3. [Yaml-Source] Add support for TextParserInput to YamlParser — Stephan Wahlbrink / detail
  4. [Ltk-Source] Improve pair matchers — Stephan Wahlbrink / detail
  5. [*-Editor] Fix editor preference stores — Stephan Wahlbrink / detail
  6. [Ltk-Model] Add BasicModelElementDelta and BasicIssueReporter — Stephan Wahlbrink / detail
  7. [Ltk-Model] Seperate source unit id from SourceUnitFactory / context — Stephan Wahlbrink / detail
  8. [Text-TreePartitioner] Improve init of partition update — Stephan Wahlbrink / detail
  9. [Ltk-Model] Improve source range when refactoring elements — Stephan Wahlbrink / detail
  10. [Ltk-SourceEditor] Fix potential exceptions in MarkOccurrencesProvider — Stephan Wahlbrink / detail
  11. [Ltk-SourceEditor] Fix document setup for editor inputs like — Stephan Wahlbrink / detail
  12. [Collections] Add ImCollections.addElement(Set, E) — Stephan Wahlbrink / detail
  13. [Collections] Add ImCollection.*Match(Predicate) — Stephan Wahlbrink / detail
  14. [R-Model] Simplify access to RCoreAccess — Stephan Wahlbrink / detail
  15. [Dsl-Source] Add DSL core plug-ins with DCF lexer and parser — Stephan Wahlbrink / detail
  16. [Yaml-Source] Migrate YAML AST to DSL — Stephan Wahlbrink / detail
  17. [Yaml-Source] Update YAML scanner to spec 1.2.2 / test suite 2022-01-17 — Stephan Wahlbrink / detail
  18. [Dsl-Editor] Add editor framework — Stephan Wahlbrink / detail
  19. [Dsl-Source] Add support for embedding DCF value nodes to AST — Stephan Wahlbrink / detail
  20. [R-Model] Remove SourceElement from RLangElement, Add — Stephan Wahlbrink / detail
  21. [R-Model] Enhance Parameters to RFunctionSpec — Stephan Wahlbrink / detail
  22. CleanUp: Correct position of nullable annotations — Stephan Wahlbrink / detail
  23. [Text] Improve DocContentSections/BasicDocContentSections — Stephan Wahlbrink / detail
  24. [Text] Improve RegionParserInput — Stephan Wahlbrink / detail
  25. [Ltk-Source] Improve pair matching — Stephan Wahlbrink / detail
  26. [RPkg-Dev] Add support for R pkg DESCRIPTION files — Stephan Wahlbrink / detail

#228 (Aug 18, 2023, 2:30:20 PM)

  1. Bump version to 4.9.0-dev — Stephan Wahlbrink / detail

#227 (Aug 17, 2023, 1:00:06 PM)

  1. Update project settings — Stephan Wahlbrink / detail
  2. CleanUp: Remove use of deprecated APIs — Stephan Wahlbrink / detail
  3. Update to Spring Boot 2.7.14 — Stephan Wahlbrink / detail

#225 (Jul 17, 2023, 5:30:20 AM)

  1. [Releng] Update to Tycho 3.0.5 — Stephan Wahlbrink / detail

#224 (Jun 15, 2023, 12:30:07 PM)

  1. [R-Console] Add check of Java version to launch config UI — Stephan Wahlbrink / detail
  2. [R-Help] Fix detection of sections in R help pages from GR 4.3 — Stephan Wahlbrink / detail
  3. Update target definitions to Eclipse 2023-06-r — Stephan Wahlbrink / detail

#223 (May 26, 2023, 4:30:19 PM)

  1. Update target definitions — Stephan Wahlbrink / detail
  2. [R-DataEditor] Add support for index attribute of R objects — Stephan Wahlbrink / detail
  3. [R-Source] Add language version 4.3 — Stephan Wahlbrink / detail
  4. [LTK-Issues] Add impl of .toString to BasicTask and BasicProblem — Stephan Wahlbrink / detail
  5. [R-Source] Improve unit tests for R AST / RParser to run each tests — Stephan Wahlbrink / detail
  6. [R-Source] Add support for pipe placeholder in Sub*s to R AST — Stephan Wahlbrink / detail
  7. Update project settings — Stephan Wahlbrink / detail
  8. CleanUp — Stephan Wahlbrink / detail
  9. Update target definitions — Stephan Wahlbrink / detail
  10. [Net] Update to SSHD 2.10 (JGit/EGit 6.6) — Stephan Wahlbrink / detail

#222 (May 12, 2023, 2:00:14 PM)

  1. [Collections] Enhance ImCollection$MappingResult — Stephan Wahlbrink / detail
  2. [RJ-Data] Enhance RObjectFactory — Stephan Wahlbrink / detail
  3. [RJ-Data] Add additional methods RDataUtils to check R data frames and its — Stephan Wahlbrink / detail
  4. [RPkg-Mgr] Revise package manager — Stephan Wahlbrink / detail

#221 (May 6, 2023, 7:30:16 AM)

  1. Update target definitions to Eclipse 2023-06-dev — Stephan Wahlbrink / detail
  2. [Net] CleanUp: Tweak SSH code — Stephan Wahlbrink / detail
  3. [Net, RMI] Improve CommonsNet and RMIAddress — Stephan Wahlbrink / detail

#220 (May 4, 2023, 5:00:25 AM)

  1. Update target platform to Java SE >= 17 — Stephan Wahlbrink / detail
  2. CleanUp: Remove use of deprecated APIs — Stephan Wahlbrink / detail
  3. CleanUp: Fix some compiler warnings and potential NPEs — Stephan Wahlbrink / detail
  4. [Collections] Add implementation for methods added in newer Java — Stephan Wahlbrink / detail
  5. [RJ-Server] Remove use of deprecated Policy/SecurityManager — Stephan Wahlbrink / detail
  6. Update project settings (Eclipse 2023-06) — Stephan Wahlbrink / detail
  7. [Ltk-Model] Fix potential NPE — Stephan Wahlbrink / detail
  8. CleanUp: Make use of pattern matching and other new language features — Stephan Wahlbrink / detail
  9. [R-Debug] CleanUp: Make use of constants of rj.server.dbg.FrameContext — Stephan Wahlbrink / detail
  10. [R-Help] Remove unwanted OSGi libraries from server archive — Stephan Wahlbrink / detail

#219 (Apr 7, 2023, 4:30:11 PM)

  1. [RTM] Fix CCE — Stephan Wahlbrink / detail

#217 (Apr 5, 2023, 7:00:13 AM)

  1. Update to Spring Boot 2.7.10 — Stephan Wahlbrink / detail

#216 (Apr 4, 2023, 5:30:15 AM)

  1. [Net, RMI] Improve CommonsNet and RMIAddress — Stephan Wahlbrink / detail
  2. [R-Console] Add support for unresolvable hosts to remote console — Stephan Wahlbrink / detail