I let my friend use it and now it's gone.
Select View > Code View Options
NB - View -> Code View Options -> Line Numbers also works on CS6 as that's what I came here to find out.
I know this is an old thread but cheers Art W
Related
My Sublime Text 4 is opening files with their top lines going scrolled beyond the tab bar and half shown (attaching the screenshot). You'll see that the top line of the css file (which is html element) is half scrolled. This is happening to all the files regardless of their type.
I tried setting caret_extra_top and caret_extra_bottom to zero but didn't help. Also set line_padding_top and line_padding_bottom to zero but this too didn't help.
Can you please help in solving this for me? Just in case, I'm using Menlo at 10 size as the font in sublime.
I solved it myself, finally. Answering it here for anyone who stumbles upon this in future after being creative with his/her IDE like myself. Lol
I had used a python script which collapses/folds content of the file by given level upon opening the file. It was this functionality which was causing this behaviour. No matter the levels to fold the content, it is scrolling the first line by half. Just disabling/ removing that
I am attempting to make a basic clock skin for rainmeter, and I am following this tutorial.
When I try to use % to display a Measure, it displays the % on the skin:
Screenshot
Here is the code:
[MeterMonthDayYear]
Meter=String
MeterStyle=TextStyle
MeasureName=MeasureMonthName
MeasureName2=MeasureDayOfMonth
MeasureName3=MeasureYear
X=204
Y=0R
FontSize=13
Text=%1 %2, %3
I double checked all of my measures, so that isn't the issue. It seems that rainmeter is just parsing the code wrong. Is there any way to fix this? Thanks!
There doesn't appear to be any obvious errors in the code you've pasted.
I think you'll either need to show more code (for example the measures used), or you can open the log (Right-click the skin, select Rainmeter -> Manage -> Open Log), then refresh your skin.
If you've made any mistakes, these will usually show up in the log as Error.
I have written a windows application, that is own using dialog boxes (NO win form).
I would like to add in some help information.
How can I capture and F1 keypress, and get the help window to open???
Everything I have read only seems to work if you have used a win form.
Thanks
Dave
One option is to use the HelpProvider component http://msdn.microsoft.com/en-us/library/system.windows.forms.helpprovider.aspx
At work, I have to jump into old mysql_query procedural website build higgledy-piggledy (some var are camelCased AND underscored, no indent code, page are build in table ...)
Anyway, usually I m using ST2, but here I can't. So to search my line code, I use dreamweaver to click on the screen preview and the cursor drop on the code line I want.
I do not like and I don't know dreamweaver. But as code is UNREADABLE, that is the only way I have to work.(My boss doesn't want rebuild theses sites).
Here is my question, does anybody know for ST2 a way (or a plugin) to split screen and click on screen preview to go right to the code line just like dreamweaver preview does ?
Regards.
Answer is simple, you will never find something like that.
Try here - http://webdesign.about.com/od/windowshtmleditors/tp/windows-wysiwyg-editors.htm
WYSWIG html editors.
Try Sublime CodeIntel, as well says this page:
...This plugin brings a little of IDE functionality into ST2. This plugin reads all your code and is able to code-complete, jump into
definitions and function call tooltips. Although sometimes looks a
little buggy, it’s still worth having it around. It’s a huge time
saver, especially when you are dealing with other’s people code.
If is suitable for that project you can remove the package later.
I have an issue with a certain XIB file. When I open it from the xcode using interface builder I get all the windows besides the screen preview one (view window).
I tried all sorts of solutions proposed here like double clicking the view object, closing and relaunching with no success. I am worried that it is lost. Please help.
Thanks,
Found the answer for this with a little help of a friend.
Double click the VIEW item from the XIB window (where you have the FILE'S OWNER and the FIRST RESPONDER).
I know it might be a novice issue but since I lost some time and nerves on this I hope ti might help others.