| View previous topic :: View next topic |
| Author |
Message |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Sun Sep 12, 2010 10:29 am Post subject: |
|
|
Fr0sT
How to do it in ContexMenu, that when you double-clicked the mouse to open a link in another browser? |
|
| Back to top |
|
 |
100679
Joined: 29 Jul 2010 Posts: 6
|
Posted: Mon Sep 13, 2010 2:33 am Post subject: XML folding |
|
|
| Want to add XML file to code folding. |
|
| Back to top |
|
 |
VladSh
Joined: 29 Nov 2006 Posts: 2510 Location: Êèåâ, Ðóñü
|
Posted: Mon Sep 13, 2010 9:19 am Post subject: |
|
|
| KDJ wrote: | | How to do it in ContexMenu, that when you double-clicked the mouse to open a link in another browser? |
By double-clicking is not called the context menu.
Using the context menu you can make your handling link/browser. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Mon Sep 13, 2010 5:39 pm Post subject: |
|
|
VladSh
Yes, but I wanted, to in "Options->Settings->Editor2->Hyperlinks" add choice the browser: default or another. |
|
| Back to top |
|
 |
se7h
Joined: 28 Sep 2009 Posts: 764 Location: Minsk, Belarus
|
Posted: Thu Sep 16, 2010 3:48 pm Post subject: Re: XML folding |
|
|
| 100679 wrote: | | Want to add XML file to code folding. |
download lastest coder and enjoy  |
|
| Back to top |
|
 |
100679
Joined: 29 Jul 2010 Posts: 6
|
Posted: Sat Sep 25, 2010 2:55 am Post subject: Re: XML folding |
|
|
| se7h wrote: | | 100679 wrote: | | Want to add XML file to code folding. |
download lastest coder and enjoy  |
love it.it was great.
If that is more perfect for support like UltraEdit's column mode!
Thanks a lot. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4649
|
Posted: Sat Sep 25, 2010 9:49 am Post subject: Re: XML folding |
|
|
| 100679 wrote: | | If that is more perfect for support like UltraEdit's column mode! | Just select text with pressing Alt key. |
|
| Back to top |
|
 |
100679
Joined: 29 Jul 2010 Posts: 6
|
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4649
|
Posted: Sun Sep 26, 2010 5:07 am Post subject: |
|
|
100679
Use "Main menu->Edit->Selection->Columnar paste (Alt+V)". |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
|
| Back to top |
|
 |
100679
Joined: 29 Jul 2010 Posts: 6
|
Posted: Tue Sep 28, 2010 2:06 am Post subject: Re: XML folding |
|
|
These scripts are very good.
Thanks! |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Sat Oct 09, 2010 10:20 am Post subject: |
|
|
To be completely happy, I miss the numbering of columns.
As in LineBoard plugin. Instructor, you can do ColumnBoard plugin? |
|
| Back to top |
|
 |
sum1
Joined: 07 Apr 2009 Posts: 13
|
Posted: Mon Oct 18, 2010 6:57 pm Post subject: |
|
|
For example, Notepad2:
Command Line Parameters:
Notepad2.exe [/g ln[,col]] [/n] [/s id] [/t] [/h] [/x] [/c] [/p x,y,cx,cy[,max]] [/i] [/?] [file]
/g: Jump to specified position, a line of -1 means end of file.
I think this is necessary for an excellent text editor. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4649
|
Posted: Tue Oct 19, 2010 5:22 am Post subject: |
|
|
sum1
What concrete you are trying to do? |
|
| Back to top |
|
 |
sum1
Joined: 07 Apr 2009 Posts: 13
|
Posted: Tue Oct 19, 2010 4:43 pm Post subject: |
|
|
Instructor
I suggest to add a command line parameter like Notepad2's /g.
So that we can invoke AkelPad from other applications which can provide the current line number (and the current column number). Then AkelPad opens the file and goes to the specified position instantly. |
|
| Back to top |
|
 |
|