Frontmatter
| id | 9164 |
| title | [DevIndex] Rename Control Tabs & Add Buffer Settings |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 15, 2026, 4:18 AM |
| updatedAt | Feb 15, 2026, 4:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9164 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 15, 2026, 4:25 AM |
[DevIndex] Rename Control Tabs & Add Buffer Settings
tobiu assigned to @tobiu on Feb 15, 2026, 4:24 AM

tobiu
Feb 15, 2026, 4:25 AM
Input from Gemini 3 Pro:
✦ Refactored
ControlsContainer.mjsto:
- Rename tabs to "Search" and "Settings".
- Move "Show Animations" to the top of "Settings".
- Add "Buffer Row/Column Range" ComboBoxes with
labelPosition: 'inline'andforceSelection: true. ImplementedonBufferRowRangeChangeandonBufferColumnRangeChangeinMainContainerController.mjs.
tobiu closed this issue on Feb 15, 2026, 4:25 AM
Enhance the DevIndex controls by renaming tabs for clarity and exposing buffer settings for performance tuning.
onBufferRowRangeChangeandonBufferColumnRangeChangetoMainContainerControllerto updategrid.body.These settings allow users to tune the rendering buffer (the number of rows/columns rendered off-screen) for smoother scrolling.