Toolbar plugin buttons removal and messing with Multi-Window

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 3
Joined: Sun Mar 18, 2012 12:01 pm

Toolbar plugin buttons removal and messing with Multi-Window

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

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

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

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

Offline
Posts: 3
Joined: Sun Mar 18, 2012 12:01 pm

Post 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 ?

Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

raya2
AkelPad 4.x.x doesn't support rtl/bidi languages. You can use AkelPad 3.x.x for this.

Offline
Posts: 3
Joined: Sun Mar 18, 2012 12:01 pm

Post 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)

Offline
Posts: 1
Joined: Mon Dec 09, 2013 3:43 pm

BIDI support in AkelPad 4

Post by leon »

I agree with raya2. BIDI support would be very useful in a UTF-8 editor.
Post Reply