| View previous topic :: View next topic |
| Author |
Message |
raya2
Joined: 18 Mar 2012 Posts: 3
|
Posted: Sun Mar 18, 2012 12:05 pm Post subject: Toolbar plugin buttons removal and messing with Multi-Window |
|
|
I have 3 problems or questions related to toolbar option in AkelPad:
==============================================
1- QSearch plugin doesn't have any previous or next button for cycling through search results. We can use Enter button on keyboard to cycle, but most of the time we use mouse.
I think there are two plugins named "QSearch::SelFindNext" and "QSearch::SelFindPrev" made for this purpose But when I try to enable them in plugins section, It shows me the following error and doesn't get enabled:
("QSearch::SelFindNext" doesn't support autoload.)
------------------------------------------------------------------
2-First, look at the screenshot below:
When I use Toolbar plugin with Multi-Window option (MDI or PMDI) enabled, they mess together and make it worse like the screenshot.
------------------------------------------------------------------
3- How can I add or remove my favorite buttons from main toolbar. Because there too many buttons that I don't want and need to be removed.
------------------------------------------------------------------ |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Sun Mar 18, 2012 2:26 pm Post subject: |
|
|
raya2
1. You can try to add those buttons in Toolbar:
| Code: | "SelFindNext" Call("QSearch::SelFindNext") Icon(0)
"SelFindPrev" Call("QSearch::SelFindPrev") Icon(0) |
2. Update AkelPad and all plugins.
3.
| ToolBar-Eng.txt wrote: | Remarks:
- Right mouse click (or left mouse click with Ctrl key) on the toolbar button opens the preferences dialog with the button code selected. |
|
|
| Back to top |
|
 |
raya2
Joined: 18 Mar 2012 Posts: 3
|
Posted: Sun Mar 18, 2012 3:59 pm Post subject: |
|
|
Instructor
Thank you very much. With your help, all of my problems solved. But I have one more question:
How can I align the lines from right to left (for some languages) So I can type from right to the left Instead of left to the right ? |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Sun Mar 18, 2012 6:26 pm Post subject: |
|
|
raya2
AkelPad 4.x.x doesn't support rtl/bidi languages. You can use AkelPad 3.x.x for this. |
|
| Back to top |
|
 |
raya2
Joined: 18 Mar 2012 Posts: 3
|
Posted: Sun Mar 18, 2012 7:47 pm Post subject: |
|
|
But Why not ?
Is it possible to add this ability in the upcoming versions (maybe AkelPad 4.8 d: ) ?
(Because by using an older version (3.xx), I am going to lose new features in the (4.xx) version) |
|
| Back to top |
|
 |
|