Page 1 of 1

Toolbar plugin buttons removal and messing with Multi-Window

Posted: Sun Mar 18, 2012 12:05 pm
by raya2
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:

Image

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.

------------------------------------------------------------------

Posted: Sun Mar 18, 2012 2:26 pm
by Instructor
raya2
1. You can try to add those buttons in Toolbar:

Code: Select all

"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.

Posted: Sun Mar 18, 2012 3:59 pm
by raya2
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 ?

Posted: Sun Mar 18, 2012 6:26 pm
by Instructor
raya2
AkelPad 4.x.x doesn't support rtl/bidi languages. You can use AkelPad 3.x.x for this.

Posted: Sun Mar 18, 2012 7:47 pm
by raya2
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)

BIDI support in AkelPad 4

Posted: Mon Dec 09, 2013 3:57 pm
by leon
I agree with raya2. BIDI support would be very useful in a UTF-8 editor.