Page 3 of 9
Posted: Sun Sep 12, 2010 10:29 am
by KDJ
Fr0sT
How to do it in ContexMenu, that when you double-clicked the mouse to open a link in another browser?
XML folding
Posted: Mon Sep 13, 2010 2:33 am
by 100679
Want to add XML file to code folding.
Posted: Mon Sep 13, 2010 9:19 am
by VladSh
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.
Posted: Mon Sep 13, 2010 5:39 pm
by KDJ
VladSh
Yes, but I wanted, to in "Options->Settings->Editor2->Hyperlinks" add choice the browser: default or another.
Re: XML folding
Posted: Thu Sep 16, 2010 3:48 pm
by se7h
100679 wrote:Want to add XML file to code folding.
download lastest coder and enjoy

Re: XML folding
Posted: Sat Sep 25, 2010 2:55 am
by 100679
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.
Re: XML folding
Posted: Sat Sep 25, 2010 9:49 am
by Instructor
100679 wrote:If that is more perfect for support like UltraEdit's column mode!
Just select text with pressing Alt key.
Re: XML folding
Posted: Sun Sep 26, 2010 1:06 am
by 100679
Instructor wrote:100679 wrote:If that is more perfect for support like UltraEdit's column mode!
Just select text with pressing Alt key.
I know, but column can not be edited together.
see:
http://www.ultraedit.com/support/tutori ... _mode.html
Posted: Sun Sep 26, 2010 5:07 am
by Instructor
100679
Use "Main menu->Edit->Selection->Columnar paste (Alt+V)".
Re: XML folding
Posted: Mon Sep 27, 2010 6:16 pm
by KDJ
Some features (like UltraEdit), which operate on the columns, you will find in scripts:
InsertTextLN.js,
CSVToColumnText.js,
AlignJustify.js.
Re: XML folding
Posted: Tue Sep 28, 2010 2:06 am
by 100679
These scripts are very good.
Thanks!
Posted: Sat Oct 09, 2010 10:20 am
by KDJ
To be completely happy, I miss the numbering of columns.
As in LineBoard plugin. Instructor, you can do ColumnBoard plugin?
Posted: Mon Oct 18, 2010 6:57 pm
by sum1
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.
Posted: Tue Oct 19, 2010 5:22 am
by Instructor
sum1
What concrete you are trying to do?
Posted: Tue Oct 19, 2010 4:43 pm
by sum1
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.