mickaelbo (Mickael Bosch)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
May 28 2019, 10:18 PM (255 w, 2 d)
Availability
Available

Recent Activity

Apr 4 2020

mickaelbo abandoned D28287: Undo cursor move.

This feature is already implemented in kwrite. The default undo/redo shortcuts in Kate are Ctrl+E / Ctrl+Shift+E.

Apr 4 2020, 7:29 PM · Kate

Apr 3 2020

mickaelbo added a comment to D28287: Undo cursor move.
  • "There is already a way to do this on KTextEditor". The existing code seems to update the position stack only after editing a document but I will give it a try, thanks . It is a feature I needed for a long time and according to the Bug 409940, I'm not the only one, I just never took the time to dig into it. The "delete" and "page end" keys are too close on my keyboard...
Apr 3 2020, 9:07 PM · Kate

Mar 25 2020

mickaelbo added a comment to D28287: Undo cursor move.

Thanks for the feedback, I managed to reproduce this using "go to definition" and will investigate.
I only tried to manage long jumps (page end, mouse click, etc.): pressing 77 times the up arrow was not meant to add any item to the undo stack but reading the code, I realized that it actually adds 7 items of 11 lines jumps. This is probably not what we want.
It is possible to discard small jumps by comparing the new position to the last *view* position instead of the last *undo stack* position. Any suggestion ?

Mar 25 2020, 7:58 PM · Kate
mickaelbo requested review of D28287: Undo cursor move.
Mar 25 2020, 4:07 PM · Kate

Feb 28 2020

mickaelbo requested review of D27719: Session manager: empty session list.
Feb 28 2020, 9:32 AM · Kate
mickaelbo created T12754: Empty sessions list in the session manager dialog.
Feb 28 2020, 9:23 AM

Aug 27 2019

mickaelbo updated the diff for D23484: gcc naming conflict.

It makes sense.

Aug 27 2019, 11:13 AM · Frameworks, Kate
mickaelbo requested review of D23484: gcc naming conflict.
Aug 27 2019, 10:31 AM · Frameworks, Kate

Aug 25 2019

mickaelbo added a comment to D23447: Set the OpenSCAD indenter to C-style instead of none..

Yup,
Mickael Bosch
mickael.bosch@linux.com
Thanks,

Aug 25 2019, 9:45 PM · Frameworks, Kate
mickaelbo added a comment to D23447: Set the OpenSCAD indenter to C-style instead of none..

Thank you for the "js way" to modify the indentation. I will have a look at this tomorrow.

Aug 25 2019, 9:10 PM · Frameworks, Kate
mickaelbo updated the diff for D23447: Set the OpenSCAD indenter to C-style instead of none..

Set the section to 3D and few style changes.

Aug 25 2019, 6:56 PM · Frameworks, Kate
mickaelbo requested review of D23447: Set the OpenSCAD indenter to C-style instead of none..
Aug 25 2019, 6:16 PM · Frameworks, Kate

Aug 21 2019

mickaelbo added a comment to D23190: [take over] Add helpful buttons (mainly) for the Regular Expressions switch.

I think I don't have the rights to apply a diff, the reviewers have to do so.
AFAIK, the patch is OK for everyone and setting gregormi as the author too.

Aug 21 2019, 9:40 PM · Kate

Aug 19 2019

mickaelbo updated the diff for D23190: [take over] Add helpful buttons (mainly) for the Regular Expressions switch.

Set the regexp button tooltip.

Aug 19 2019, 8:12 PM · Kate

Aug 15 2019

mickaelbo added a comment to D23190: [take over] Add helpful buttons (mainly) for the Regular Expressions switch.

Ok, so as long as no one has another suggestion, the only remaining task is to choose a short tooltip.
English is not my mother tongue (I'm even capable of writing hoodbook instead of handbook) so please help me before I update the patch.
In order to keep it short, I suggest to give a hint about a single way to add a snippet, not both, example:

see available patterns in :
find or replace fields > right click > add

or

snippets available in the text fields right buttons

Aug 15 2019, 6:40 PM · Kate
mickaelbo added a comment to D23190: [take over] Add helpful buttons (mainly) for the Regular Expressions switch.

I tried to remove inline comments.
From what I understood, there are still open questions :
-Do we keep the new buttons in the lineedit and the "snippets" in it and/or do we keep the snippets in the right click / add menu ? The snippets are in both menus for now. I have no personal opinion but I don't think I would have right clicked a lineedit if I didn't read the comments.
-Do we shorten the regexp button tooltip ? I prefer to do so.
-Do we update the Kate hoodbook ?

Aug 15 2019, 5:35 PM · Kate
mickaelbo requested review of D23190: [take over] Add helpful buttons (mainly) for the Regular Expressions switch.
Aug 15 2019, 5:24 PM · Kate

Jul 14 2019

mickaelbo added a comment to D22059: Enlarge the find and replace add-on combo boxes.

Ok. Note that the layout is still the one you currently use when toolview is at the bottom (when toolview.width >= toolview.height)

Jul 14 2019, 12:15 PM · VDG, Kate
mickaelbo updated the diff for D22059: Enlarge the find and replace add-on combo boxes.

I agree about reverting the search.ui changes. I made these changes when trying the 2nd layout but they do not make any sense now. Fixed.
The double space was unintentional and it is fixed.

Jul 14 2019, 12:10 PM · VDG, Kate
mickaelbo updated the test plan for D22059: Enlarge the find and replace add-on combo boxes.
Jul 14 2019, 12:04 PM · VDG, Kate

Jul 4 2019

mickaelbo added a comment to D22276: Add an action to insert a non-indented newline.

Another way to avoid indented empty line is to clear the trailing spaces/indentation when pressing enter while the cursor is at the end of a line containing only spaces or \t. This can lead to a nightmare though if someone want to keep trailing spaces...

Jul 4 2019, 7:47 PM · Frameworks, Kate

Jul 1 2019

mickaelbo updated the diff for D22059: Enlarge the find and replace add-on combo boxes.

This is the patch corresponding to the third suggestion screenshot.
I also modified the search.ui file in order to change some QPushButton to QToolButton. This way, all "icon only" buttons have the same look and it allows to hide the other buttons text (this was used in the second suggestion).

Jul 1 2019, 9:15 AM · VDG, Kate

Jun 25 2019

mickaelbo added a comment to D22059: Enlarge the find and replace add-on combo boxes.

I added a screenshot based on the last comment. Buttons are grouped depending on their relation to "find" (including the show search options button) or to replace/result (including Expand result and Add Tab).

Jun 25 2019, 12:02 PM · VDG, Kate
mickaelbo updated the test plan for D22059: Enlarge the find and replace add-on combo boxes.
Jun 25 2019, 11:50 AM · VDG, Kate

Jun 24 2019

mickaelbo updated the test plan for D22059: Enlarge the find and replace add-on combo boxes.
Jun 24 2019, 3:53 PM · VDG, Kate
mickaelbo added a comment to D22059: Enlarge the find and replace add-on combo boxes.

You are right, the "Search" and "Next" buttons should be grouped with the search combo box and the same applies for "Replace" and "Replace Checked". On the other hand, I think it would be nice to have large find and replace combo boxes. Thus, we don't want to eat too much space with other widgets in the same row.
I suggest the following :

  • add icons and help tooltips to the "Replace" and "Replace Checked" buttons
  • when the view is narrow, move the search combo box along with the "Search" and "Next" buttons on their own row; remove the button texts; remove the "Find" label. The same applies for the replace group.
  • when the view is large, restore the original view
Jun 24 2019, 3:51 PM · VDG, Kate
mickaelbo added a project to D22059: Enlarge the find and replace add-on combo boxes: VDG.
Jun 24 2019, 10:24 AM · VDG, Kate

Jun 23 2019

mickaelbo requested review of D22059: Enlarge the find and replace add-on combo boxes.
Jun 23 2019, 7:07 PM · VDG, Kate