[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 3 commits: TextEditor: 'Paste()' method can paste any text, not just the 'text/plain'...



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
bfb49bf8 by Benoît Minisini at 2025-11-28T01:22:27+01:00
TextEditor: 'Paste()' method can paste any text, not just the 'text/plain' mime type. Try to highlight the current line while typing. Not finished yet.

[GB.FORM.EDITOR]
* NEW: TextEditor: 'Paste()' method can paste any text, not just the 'text/plain' mime type.
* NEW: TextEditor: Try to highlight the current line while typing. Not finished yet.

- - - - -
b3a6343d by Benoît Minisini at 2025-11-28T01:22:44+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
94bc6b1c by Benoît Minisini at 2025-11-29T13:02:04+01:00
Correctly initialize the project tree again when reloading a project.

[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly initialize the project tree again when reloading a project.
* NEW: Search panel: Use the default text background color for the search result list again.

- - - - -


6 changed files:

- app/src/gambas3/.src/Debug/FDebugInfo.form
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Project/CProjectTree.class
- comp/src/gb.form.editor/.src/CDocument.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.form


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/95f1812c471cf5013fa6a3874a03e921cde4af9d...94bc6b1c1a8631c28fbf46c5f4b765330d7a1ae6

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/95f1812c471cf5013fa6a3874a03e921cde4af9d...94bc6b1c1a8631c28fbf46c5f4b765330d7a1ae6
You're receiving this email because of your account on gitlab.com.