You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/commands/menu-know-how.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,8 @@ Notice:
117
117
*`backdrop` is primary full-background control. in many cut-frame layouts, `backfill` reads as frame-local/border-region fill
118
118
* RMF tint use ABGR-style interpretation
119
119
* plain words are flow text; `<text ...>` is interactive/clickable area text.
120
-
*Avoid long prose under `<center>`on 480p; prefer `<left>` + small inset (`<blank 20-32 1>`) for reliable wrapping/visibility.
121
-
120
+
*CAUTION: `<center>`layout treats each space separated word as a new line, then if you use double quote around your space separated text, if the length is longer than the remaining space in the frame, it will not be rendered.
121
+
* Seems wise to try to use 2 giant blank borders either side of the content, but they must be injected with resolution dependent pixels as: ((width_of_inner_frame_px - centered_content_size_px) / 2) . Then you have a fixed size area across resolutions. CAVEAT: hr element cant be used cos has inbuilt left
122
122
123
123
---
124
124
@@ -228,11 +228,14 @@ hbr *hard line break*
228
228
center *A layout command which forces all following areas to appear centred on the screen and applies a carriage return (I admit that this is not ideal). If you wish to centre a line with spaces in it, then place the phrase in quotes.*
229
229
230
230
normal *A layout command which places all following areas to the right of the previous area until no more will fit, and then a carriage return is applied. This is the default layout state, all areas appearing from left to right just like on a page of text.*
231
+
aka **normal** will **target the next line with free space in it**
231
232
232
233
left
233
234
```xml
234
235
A layout command which places all the following areas from the left of the page going right. The only difference between this and <normal> is that <left> starts from the next available place on the left of the page and not the current “next area position”.
235
236
```
237
+
aka **left** will **always prioritise a new line further vertically down the frame even if off the screen, as long as that new line starts more left than the next line**
238
+
CAVEAT: hr element cant be used cos has inbuilt left
236
239
237
240
right *A layout command which places the following areas at the right of the page working left.*
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## v4.2
4
+
5
+
- Internal menus: RMF layout and content pass across SoF Buddy tabs (main, input, lighting, perf, scaling, social, texture, tweaks, HTTP, update help/prompt), loading header, and HTTP providers; FS_LoadFile override and internal menu hooks refined.
6
+
- Menu docs: menu-know-how guidance and build/makefile tweaks.
7
+
3
8
## v4.1
4
9
5
10
- Windows updater UX polish: silenced noisy extractor stderr/stdout (`tar`, `7z`, PowerShell fallback) in `update_from_zip.cmd` so successful fallback installs do not show misleading error spam.
0 commit comments