How do you navigate the Go To Line Position in Aptana? - aptana

I'm working on a fixed length field file and would like an easy way to navigate via the position of each character in each line.
Is it possible to display the line position for the carat in Aptana?
Is it possible to go a column/character position on the line?
Thanks ahead for any help.
EDIT:
I've realised that Line number and Column number are visible in the UI (lowest right).
Any info on 'Go To' line position would be great, thanks.

Ctrl+L, Aptana is based on Eclipse, that's an eclipse shortcut.

Ctrl+ F then type in the word you would like to find.

Related

Error while making full screen in Atom editor

I am using Atom Editor since last week. I got one issue on atom screen. I am trying too full screen window but it will show only half screen with line. Please have a look and help me.
Go to File->Settings->Editor and change Preferred Line Length.

Automatic double quotes,parenthesis etc. with Brackets editor

I'm using the "Brackets" from Adobe as my main web design code editor. The problem i have is when i want to type two quotes or parentheses etc. In sublime for example i just have to press only the left parentheses and it will automatically type the right one for me and put the cursor in the middle.
But in "Brackets" i have to type the left and the right and then manually with my arrow keys put the cursor in the middle. I have installed lots of extensions but with no luck. Is there any solution for this? Thanks.
Check off Edit > Auto Close Braces in the menu.

Rolling Text Link

I'm using the code found here to create my text links located on this page. What I am trying to accomplish is having the rollover text be the description of the link ie: 'Insight' goes to the 'About' page. Some of descriptions are too long and are getting cut off and when I try to make them bigger they just overlap the link next to it. Any suggestions on how to fix it or a better method I should be using? Here is the HTML I'm using.
<span data-title="Services">Ingenuity.</span>
Sounds like you're asking for design advice as well.
Judging by the way you have your links presented (each list item with an equal fixed width in a row), a longer description will certainly overlap other links if you do end up finding a solution to make them not "cut off" (it exists, but I'm just not sure if it'll give you a desired result that you're looking for).
Either customize the widths of each list item so they don't overlap, or use some other cool transition (i.e. have the description slide down under the link rather than flip it). That's what I would suggest personally; however, it's up to you to choose what's considered a "better method" of displaying your descriptions.

why does it jump to another line?

hereis the link: http://eec.github.com/book/
The pictures jump to the second line after 2 picture is showed up.
I know float:left could solve the problem instantly, but I just don't understand why the pictures are arranged like this?
Who can tell me why? Thanks ahead!
The next 6 links (after the first 2) don't have whitespace between them, so they can't wrap.
If it helps, images behave as letters in words, so these 6 images basically are in the same "word". The browser doesn't break inside words.
because there is whitespace after the first and second a.
Your current: http://jsfiddle.net/Sotiris/Qwk4M
Fixed: http://jsfiddle.net/Sotiris/Qwk4M/1/

DDSmoothMenu bad CSS layout

I use the DDSSmoothMenu tree to build my categories tree. But, I don't know how to fix that problem:
as You can see, there are line-broken categories title. If someone used that menu, know how to force it to display the all titles in one line ? (like that two titles on the left)
As Anish's commented, explicitly setting the width got the job done. Thanks !

Resources