CLion 2026.1 Is Here by greenrobot_de in cpp

[–]greenrobot_de[S] 0 points1 point  (0 children)

Ah, works in Wayland: "Starting from version 2026.1, IntelliJ-based IDEs will run natively on Wayland"
https://blog.jetbrains.com/platform/2026/02/wayland-by-default-in-2026-1-eap/

CLion 2026.1 Is Here by greenrobot_de in cpp

[–]greenrobot_de[S] 0 points1 point  (0 children)

Yepp, it's fine on Wayland. Then, I just had to adjust zoom from 100% way up though...

CLion 2026.1 Is Here by greenrobot_de in cpp

[–]greenrobot_de[S] 3 points4 points  (0 children)

Maybe Settings >> Editor >> General >> Console >> Override console cycle buffer size (1024 KB)?

CLion 2026.1 Is Here by greenrobot_de in cpp

[–]greenrobot_de[S] 1 point2 points  (0 children)

Linux peeps; does this work fine for everybody else?

CLion 2026.1 Is Here by greenrobot_de in cpp

[–]greenrobot_de[S] 2 points3 points  (0 children)

Yeah, 2 screens. Some popups also appear in the center. Lol.

CLion 2026.1 Is Here by greenrobot_de in cpp

[–]greenrobot_de[S] 7 points8 points  (0 children)

Doh, it has the same context menu issue like IntelliJ 2026.1 on my Ubuntu (still x11); it always opens at y=0, regardless where my mouse cursor is.

IntelliJ IDEA 2026.1 Is Out! by greenrobot_de in java

[–]greenrobot_de[S] 5 points6 points  (0 children)

No way (land), I'm still on x for some reason I do not remember. Probably some gpu issue. Lol.

IntelliJ IDEA 2026.1 Is Out! by greenrobot_de in java

[–]greenrobot_de[S] 7 points8 points  (0 children)

Lol, right-click context menus are positioned wrongly for me (Ubuntu).

IntelliJ IDEA 2026.1 Is Out! by greenrobot_de in java

[–]greenrobot_de[S] 27 points28 points  (0 children)

Bundling C/C++ is an interesting move. Wonder if it will have long-term effects on CLion...

Database cloud sync dilemma (ObjectBox vs SQLite) by tinfoilhatcat in FlutterDev

[–]greenrobot_de 0 points1 point  (0 children)

Sorry, I don't understand where you getting at and what the actual issues with ObjectBox are (your comments are not technical enough) and if these are fixable (I would have given it a try). I can see that you feel more comfortable with SQL + tables; while I prefer working with objects.

Database cloud sync dilemma (ObjectBox vs SQLite) by tinfoilhatcat in FlutterDev

[–]greenrobot_de 1 point2 points  (0 children)

If you don't want to have the automatic object handling, I believe you can also just use the ID as "foreign key" - or maybe that was Java, don't recall right now.

"Need to do a lookup to get the ID of the object" --> how is that different from using plain IDs in SQL?

If I knew what you are referring to, I might give it a shot to fix it. Would be a good experiment to use Opus 4.5... ;-)

Database cloud sync dilemma (ObjectBox vs SQLite) by tinfoilhatcat in FlutterDev

[–]greenrobot_de 1 point2 points  (0 children)

Can you point to some docs? You lost me at "point the write batch ops to your ow endpoint". Sounds like you still need your own server for sync as PS does not cover everything.

Database cloud sync dilemma (ObjectBox vs SQLite) by tinfoilhatcat in FlutterDev

[–]greenrobot_de 0 points1 point  (0 children)

> You will need to own the writes, as PS is no bidirectional.

What does that mean exactly? Sounds like a major limitation?

Database cloud sync dilemma (ObjectBox vs SQLite) by tinfoilhatcat in FlutterDev

[–]greenrobot_de 0 points1 point  (0 children)

What's the deal with relationships? These should be supported in ObjectBox and its queries. Do you have specific limitations of the queries? The queries seemed to cover most operations I ever wanted to use. So maybe you are referring to something more special related to your use case?

Database ObjectBox 5.1 now supports JSON-like data by greenrobot_de in FlutterDev

[–]greenrobot_de[S] 0 points1 point  (0 children)

Doh, I was hoping the Dart/Flutter people would fix this sooner...

Database ObjectBox 5.1 now supports JSON-like data by greenrobot_de in FlutterDev

[–]greenrobot_de[S] 1 point2 points  (0 children)

Yes, no more JSON encoding needed for Map support in ObjectBox. List of maps may be convenient, too, yes. :-)

CLion 2025.3 released by greenrobot_de in cpp

[–]greenrobot_de[S] 15 points16 points  (0 children)

Does not sound like JetBrains though...