Skip to content

fix macos copy/paste#6634

Closed
VillainsRule wants to merge 3 commits intoCCBlueX:nextgenfrom
VillainsRule:fix/macos-copy
Closed

fix macos copy/paste#6634
VillainsRule wants to merge 3 commits intoCCBlueX:nextgenfrom
VillainsRule:fix/macos-copy

Conversation

@VillainsRule
Copy link
Copy Markdown

fixes #3793
fixes #6151
fixes #6552

Warning

for the love of god please test on windows

coded by copilot BUT TESTED 💯

@gqwg2003
Copy link
Copy Markdown
Contributor

In my opinion, a length restriction should be implemented Inserting too much text may cause the interface or even the entire game to freeze. To avoid such a potential problem, a restriction is necessary.

@VillainsRule

This comment was marked as spam.

@gqwg2003
Copy link
Copy Markdown
Contributor

I apologize, but I did not understand what you meant to convey with those words.

@MukjepScarlet
Copy link
Copy Markdown
Contributor

MukjepScarlet commented Aug 17, 2025

You should add if for OSX because we don't want to press Win+V to paste
ctrl -> other, cmd -> osx

@sqlerrorthing
Copy link
Copy Markdown
Contributor

if you're stupid that's your fault

at least @gqwg2003 doesn't vibecoding

@gqwg2003
Copy link
Copy Markdown
Contributor

@sqlerrorthing Привет Давно не виделись как жизнь

@sqlerrorthing
Copy link
Copy Markdown
Contributor

@sqlerrorthing Привет Давно не виделись как жизнь

норм, поступил в техникум, ты?

@gqwg2003
Copy link
Copy Markdown
Contributor

@sqlerrorthing у меня наконец-то выходные появились 100 лет их ждал наконец-то несколько недель не нужно работать

@VillainsRule

This comment was marked as spam.

@VillainsRule

This comment was marked as spam.

val scancode = event.scanCode
val modifiers = event.mods

if (action == GLFW.GLFW_PRESS && key == GLFW.GLFW_KEY_V && System.getProperty("os.name").contains("Mac")) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minecraft's Util.getOperatingSystem

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bc vibecoding

@sqlerrorthing
Copy link
Copy Markdown
Contributor

sqlerrorthing commented Aug 17, 2025

ai wrote poor 15 loc.
i cant trust it to wrote something bigger than 2 if checks with super base conditions

@VillainsRule

This comment was marked as spam.

@sqlerrorthing
Copy link
Copy Markdown
Contributor

sqlerrorthing commented Aug 17, 2025

15 loc is too smal to see a big diffs. but in core logic like detect os is poor bc ai doesnt know the details. and i can write better than ai in most cases if it bigger than 15 loc with only 2 simple conds

ok ok ok

@VillainsRule

This comment was marked as spam.

@sqlerrorthing
Copy link
Copy Markdown
Contributor

ai is shit in big codebases

@1zun4 1zun4 closed this Aug 18, 2025
@VillainsRule

This comment was marked as spam.

@gqwg2003
Copy link
Copy Markdown
Contributor

@VillainsRule
For your information, I no longer use neural networks to generate descriptions. I previously used them a couple of times to save time. A maximum of two times, and after told me [1zun4], I no longer use neural networks to generate PR descriptions.

These are two distinct concepts; please do not conflate them in your responses. Description/Coding

@1zun4
Copy link
Copy Markdown
Member

1zun4 commented Aug 18, 2025

The reason for closing this is that it needs a proper fix. I don't mind if you use AI to generate code, especially if the outcome is good, but in this case it's more of a quick fix than a proper solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Broken LB UI Inputs [BUG] Cannot copy and paste copy paste not working macos

5 participants