Hoje com essa maravilhosa aqui!
Quem tiver pelo @hacktownsrs, cola em 15 min estaremos lá no Auditório HACKSTUDIO GAMES (prédio 04 na INATEL) falando sobre mulheres na narração! ✨
Hoje é dia de Palestra na Hacktown, estarei junto da @AMD22k, falando sobre Mulheres na Narração e muito mais! Feliz demais por esse momento, um pouco ansiosa mas vai dar tudo certo!! VAMOOS❤️
Confira as informações sobre a Palestra:
💬 Conhecendo o Universo dos VTubers e Virtual Influencers
🏨 HackStudio Games [CDGHub-INATEL | Prédio 4 | Piso 2]
⏰ Dia 17/08 - 18:30h às 19:30h
Também serão presença como speakers em Painéis importantes sobre o mercado de games.
LibCore: Migrate Command from Deprecated{File,String}
This gives us free error-propagation in Core::command(...) and
HackStudio::ProjectBuilder::for_each_library_dependencies.
The comment about "String will be in the null state" …
Author: Ben Wiederhake
github.com/SerenityOS/sereni…
Meta: Copy GML source files to serenity install
We already install C source files to allow debugging applications
in HackStudio.
Installing GML files can make editing application widgets a bit faster
and easier, as you no longer n…
Author: Karol Kosek
github.com/SerenityOS/sereni…
Base: Remove the cpp-gui HackStudio template
This template is essentially an older version of the
serenity-application template, it does not compile anymore and is
therefore entirely redundant.
Author: kleines Filmröllchen
github.com/SerenityOS/sereni…
HackStudio: Move around execution order and prevent crashing
Previously hackstudio tried to synchronize the language server before
executing the command inside the editor. If sync-command for the server
(for example the CommentLineCommand…
Author: iyush
github.com/SerenityOS/sereni…
HackStudio: Set_cursor even if the file is already open
Upon opening already opened file, the cursor was previously not
set to the correct line and column. With this patch, it should
be correctly set.
Fixes a bug where ctrl clicking a fun…
Author: iyush
github.com/SerenityOS/sereni…
Applications: Use thousands separator for numbers shown in status bar
TextEditor, HackStudio and SQLStudio now print the current line and
column number, as well as the number of currently selected words, with
thousands separators.
…
Author: Tim Ledbetter
github.com/SerenityOS/sereni…
HackStudio: Add configuration domain pledge for FileManager
This fixes a bug where clicking the "Save" button would crash the
application because 'FileManager' was a pledged domain.
Author: Evan Smal
github.com/SerenityOS/sereni…
HackStudio: Migrate git-diff indicators to TextEditor API
As part of this, the CodeDocument now keeps track of the kind of
difference for each line. Previously, we iterated every hunk every time
the editor was painted, but now we do t…
Author: Sam Atkins
github.com/SerenityOS/sereni…
LibGUI HackStudio PixelPaint: Port Widget title to the new String
I had to add a set_title(String) helper function for ImageEditor because
TabWidget requires it. This is a temporary fix and will be handled in
subsequent commit.
Author: Karol Kosek
github.com/SerenityOS/sereni…
HackStudio: Use Syntax::Language instead of our own one
The one behavior difference here is that the statusbar used to display
"Unknown" for unknown file types, and "Markdown" for md, but we now
display "Plain Text" for all file types…
Author: Sam Atkins
github.com/SerenityOS/sereni…
LibSyntax: Add Language-from-String/Path functions
These are taken from HackStudio, but slightly rearranged to be more
alphabetical, and returning an empty Optional instead of "Unknown".
Author: Sam Atkins
github.com/SerenityOS/sereni…
HackStudio: Store correct address in ClassViewModel's ModelIndices
When 359d6e7b0b0ef7add9eb2015d0dd664a82cf73d7 happened, the return value
of `children[row]` went from being `ClassViewNode&` to
`NonnullOwnPtr<ClassViewNode>&`, so we …
Author: Sam Atkins
github.com/SerenityOS/sereni…