Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f381123
swap GUID and REF_GUID in PlanungsBereichValid message
Mar 3, 2026
f4b2559
Update java/bundles/org.eclipse.set.feature.plazmodel/src/org/eclipse…
linusbbb Mar 4, 2026
329c191
Update java/bundles/org.eclipse.set.feature.plazmodel/src/org/eclipse…
linusbbb Mar 4, 2026
e30f62d
fix github syntax errors
Mar 4, 2026
a0081b0
Bump dotenv from 17.2.3 to 17.2.4 in /web/textviewer (#2184)
dependabot[bot] Mar 4, 2026
57a7131
Bump dotenv from 17.2.4 to 17.3.1 in /web/pdf (#2188)
dependabot[bot] Mar 4, 2026
e129e79
Bump the typescript-eslint group in /web/siteplan with 2 updates (#2183)
dependabot[bot] Mar 4, 2026
5c071c4
Bump axios from 1.13.3 to 1.13.5 in /web/textviewer (#2185)
dependabot[bot] Mar 4, 2026
3674834
Add Enum translation for 1.10.0.3 (#2217)
TruongQuangSB Mar 4, 2026
3478584
Bump vite from 7.2.7 to 7.3.1 in /web/siteplan (#2113)
dependabot[bot] Mar 5, 2026
0578193
Bump string-replace-loader from 3.2.0 to 3.3.0 in /web/pdf (#2065)
dependabot[bot] Mar 5, 2026
30e2ec0
Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 (…
dependabot[bot] Mar 5, 2026
5605384
Bump tycho-version from 5.0.0 to 5.0.2 (#2147)
dependabot[bot] Mar 5, 2026
e92a263
Bump the typescript-eslint group in /web/textviewer with 2 updates (#…
dependabot[bot] Mar 5, 2026
cd6f387
Bump the turf group in /web/siteplan with 5 updates (#2225)
dependabot[bot] Mar 5, 2026
b562bce
Bump vue from 3.5.25 to 3.5.29 in /web/siteplan (#2226)
dependabot[bot] Mar 6, 2026
f89edb7
Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.…
dependabot[bot] Mar 6, 2026
8518d2a
Bump dotenv from 17.2.3 to 17.3.1 in /web/siteplan (#2236)
dependabot[bot] Mar 6, 2026
3942a50
Bump eslint-plugin-vue from 10.6.2 to 10.8.0 in /web/siteplan (#2227)
dependabot[bot] Mar 9, 2026
decb84a
Bump ol-mapbox-style from 13.1.1 to 13.3.0 in /web/siteplan (#2229)
dependabot[bot] Mar 9, 2026
4112b81
Bump webpack from 5.103.0 to 5.105.4 in /web/pdf (#2222)
dependabot[bot] Mar 9, 2026
0d6d982
Bump webpack from 5.103.0 to 5.105.4 in /web/textviewer (#2228)
dependabot[bot] Mar 9, 2026
60a742f
Bump @stylistic/eslint-plugin from 5.7.1 to 5.10.0 in /web/textviewer…
dependabot[bot] Mar 9, 2026
18b5a7f
Bump axios from 1.13.2 to 1.13.6 in /web/siteplan (#2241)
dependabot[bot] Mar 9, 2026
f40f3b7
changed error object to be the reference of Zeiger_TypeClass
Mar 9, 2026
cbc87a9
Footnote scrollable, when > 10 (#2238)
TruongQuangSB Mar 9, 2026
38632f3
improve performance
Mar 9, 2026
2bd0125
Improve Sszs transform (#2230)
TruongQuangSB Mar 9, 2026
fd46cfc
Merge branch 'fix-swap-reference-uids' of https://github.com/linusbbb…
TruongQuangSB Mar 9, 2026
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
Expand Up @@ -379,6 +379,11 @@ public interface CacheId {
*/
public static final String EXAMPLE_PROJECT_1_10_0_3 = "PPHN_01-02_IbnZ2AeM_2026-02-02_17-47.planpro";

/**
* The minimum of footnotes count to active horizontal scroll
*/
public static final int FOOTNOTE_ACTIVE_SCROLL_MINIMUM = 10;

/**
* The tolerance value between TOP_Kante length and the sum of GEO_Kanten
* length, which belong to this TOP_Kante (in Meter)
Expand Down
Loading
Loading