+1

Cmd-C does not copy on the first keystroke

Les Stroud 13 лет назад обновлен Emma Davis 12 лет назад 5
Intermittently (multiple times a week), copy and paste do not work on the first keystroke. ST seems to get into a state where this occurs.  It seems to go away when the app is restarted.  

When it is in this state, I'll select text and hit Cmd-C.  Then, when pasting I get the content of the previous entry on the clipboard.  I can work around by hitting Cmd-C multiple times before pasting.

When it is not in this 'state', it seems to work fine. :(  It also worked for a number of months without fail.  I'll try to capture the log output next time it occurs.
+1

Bug: Open 2 focus groups, switch to focusgroup 2, open file, drag outside of the window, new window is minimized..

Jelle Ursem 13 лет назад обновлен 13 лет назад 0
  1. view -> layout -> 2 rows
  2. view -> focus group -> group 2
  3. open file in group 2
  4. drag the tab outside of the window
  5. the new window is minimized and can only be brought up on windows 7 using winkey + arrow up
+1

ASM syntax and Scroll tip

nullqube 13 лет назад обновлен 13 лет назад 0

Assembly syntax and also the scrollbar are not function properly as they reach the end of document they pass too much, and maybe two little  button on scroll to move line by line and also move the mouse cursor so you don't haveto move you mouse each time.

multi selection and rectangular selection, similar to TextMate.

by the way I've been writting a texteditor too similar to yours in some way and when I saw yours I felt in love and cann't continue my own. :) ( I think that was such a compliment :)

+1

line-highlight and word wrap

Michael Kalleske 12 лет назад 0

When word wrap and line-highlight is on, the complete wrapped block is highlighted. I think it should still highlight one line in that wrapped block.

+1

Support for nested comments in D

Charmander 12 лет назад 0

D supports nested comments, delimited by /+ and +/. However, Sublime Text 2 does not apply the correct syntax highlighting. Is it possible to add that?

+1

OSX App icon new file (even when not started)

guefi 11 лет назад 0
I'm really missing one this feature: many other applications have the to open a new file, even when application is not started on right click on the app icon in the dock.
many thanks
+1

Gold prices advance on rising physical demand, mixed U.S. data

justynaolya 12 лет назад 0

Investing.com - Gold prices posted hefty gains on Friday on reports that physical demand is picking up, while uncertainty over the fate of monetary stimulus programs in the U.S. bolstered the precious metal's safe haven appeal.

On the Comex division of the New York Mercantile Exchange, gold futures for December delivery traded at USD1,378.40 during U.S. afternoon hours, up 1.29%.

Gold prices hit a session low of USD1,357.10 a troy ounce and high of USD1,379.10 a troy ounce.

The December contract settled up 2.06% at USD1,360.90 a troy ounce on Thursday.

Gold futures were likely to find support at USD1,315.40 a troy ounce, Wednesday's low, and resistance at USD1,391.35, the high from June 17.

Reports that physical demand for gold is on the rise in Asia bolstered prices on Friday amid technical buying.

Elsewhere a mixed bag of U.S. economic indicators began to fuel sentiments that the U.S. economy is recovery but at a sluggish clip, and an eventual Federal Reserve decision to begin tapering monetary stimulus measures will take place so gradually that gold will still enjoy monetary support for the long term.

Monetary stimulus programs such as the Fed's USD85 billion in monthly asset purchases tend to weaken the dollar by driving down long-term interest rates, which makes gold an attractive venue as long as such tools remain in place even if at a lesser amount.

Gold and the dollar tend to trade inversely from one another.

The Commerce Department reported earlier that U.S. building permits rose 2.7% to 943,000 units in July, just shy of expectations for a 2.9% increase to 945,000 units although June's figure was revised up to 918,000 units from 911,000.

The government added that housing starts rose 5.9% to 896,000 units in July, missing expectations for a 8.3% increase to 900,000 units. Still, June's figure was revised up to 846,000 units from 836,000.

Elsewhere, the Thomson Reuters/University of Michigan's preliminary consumer sentiment index fell to 80.0 in August from 85.1 in July. Analysts were expecting the index to rise to 85.5 this month.

Not all U.S. data missed expectations.

The Bureau of Labor Statistics said in a preliminary report that nonfarm productivity rose 0.9% in the second quarter, beating expectations for a 0.6% gain after a 1.7% decline in the previous quarter.

Also on the Comex, silver for September delivery was up 1.57% at USD23.295 a troy ounce, while copper for September delivery was up 0.82% and trading at USD3.365 a pound.

RELATED ARTICLE:

http://www.slideshare.net/ademeabdullah/tana-goldfields-united-kingdom-22419006

http://tanagoldfieldsarticles.quora.com/TANA-GOLDFIELDS-Articles-10-Tips-How-to-Avoid-Gold-Investment-Scams


+1

How about syntax coloring for the COBOL language?

Uwe Baemayr 13 лет назад обновлен Stephen Gennard 11 лет назад 6
Believe it or not, COBOL is still used quite a bit in the real world -- how about adding syntax coloring for COBOL?
+1

Autocompletion list should allow the cursor to move in a circular fashion

Rui Rei 12 лет назад 0

When a list of possible completions shows up, it should be possible to browse it circularly using the arrow keys. That is, if the cursor is at the top of the list and I press up, it should move to the bottom of the list. Likewise, if it's at the bottom and I press down, it should move to the top of the list.

+1

Phoenix theme request

larry byrd 11 лет назад 0
nvm
+1

Add the ability to save the edited search

Orban Botond 12 лет назад 0

I will give you and example.


I want to refactor Address to Addressable.


If I search for 'Address' in multiple files, then I multiple select the result and modify it to 'Addressable'. Now I want to save the result. But I want to save every chunk in its original file.



+1

Live Highlighting

Nikola Jankovic 9 лет назад 0

The one thing preventing me from fully adopting Sublime text is the lack of live highlighting and live preview.


In brackets, when you select a selector/element it highlights it in the live preview browser window which is incredibly helpful. I understand that sublime isn't necessarily intended for web dev but this extension would really help fill the blanks.

+1

Sublime Text for Chrome OS

Chintan 11 лет назад 0
Is it possible that Sublime Text would be available in Chrome OS in future?
+1

Downloading a new version fails when a browser isn't installed

Aaron Friel 12 лет назад 0

I run Sublime Text 3 on a workstation that is very trimmed down, and I realize this is a strange request, but the method of updating to a new version appears to currently require a web browser to be installed.


This is the result of clicking the download button:

 

Image 236


I think the download button should probably just do a wget (or similar) of the new version and then run dpkg on it, not present the user with a web page.


For reference, please see the efficacy of the "versionless" update system instituted in Chrome. Having silent, invisible updates ensures a much greater share of your users are running the latest version, and I think that would be an ideal feature to target for Sublime Text 3.

+1

Smarter trim_trailing_white_space_on_save

Will Schmid 12 лет назад обновлен 12 лет назад 1

TTWSOS (trim_trailing_white_space_on_save) is awesome most of the time, but often makes me look like an ass in version control.  Committing a one-line change often turns into a massive commit with tons of code insertions and deletions.


It would be great to have more control over this feature...  


For example, I don't want to TTWSOS "dirty" files that have existing trailing whitespace.  I just want to maintain TTWSOSification in already "clean" TTWSOSified files.


Of course it would be nice to be able to force a TTWSOSification on a dirty file.


This would keep commits nice and clean and would resolve my love/hate relationship with this feature!

+1

unmovable curson for x64

Alex Kapustin 13 лет назад 0

Eatly I had x86 architecture system. Sublime Text 2 wrked stable and properly.

But I reinstall system to AMD64 architecture system. When I press <ctrl> + <ins> or <ctrl> + <c> I get don't moved cursor, and many actions is disabled in menu. 

Linux shurik 3.4.5-calculate #1 SMP PREEMPT Thu Jul 19 13:59:36 UTC 2012 x86_64 Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz GenuineIntel GNU/Linux


SHELL: gentoo xfce 4.10


What do I should do ?

+1

Shortcut for find multiple files

Steve Chiu 11 лет назад 0

Please add a shortcut for find files under current and sub folders, this is based on the current edit window. So if you switch to other window in different folder, the shortcut will be updated.


Also it will be great if there is auto-completion for file-path in several option fields or dialog, such as the "Where" field in "Find in Files..."

+1

Use open folder as root if only one folder is added to the sidebar

Martin Heidegger 11 лет назад 0

The build system does currently use the folder of the selected file to execute a build if no project is opened. However: I often drop a single folder temporarily in the sidebar to work with sublime text. It would make my workflow easier if sublime text could treat a single folder in the sidebar as the root folder for builds.

+1

Mysterious character clipping in certain scopes

sbroadhead 14 лет назад 0
I believe I've encountered a bug with text rendering whose circumstances aren't exactly clear to me, but I think it has something to do with the theme scope's background colour. For certain words, there is some clipping of the leftmost pixel column or so of the character. It isn't so noticeable with anti-aliasing on, but with a very small bitmap font it can completely eliminate a good part of the letter.

Here's how I can reproduce it on two computers: first set your font to be small and non-antialiased for best effect. Then set the color scheme to Twilight. Open a blank file and set the syntax mode to 'Literate Haskell' and type

\begin{code}
ABC ABC ABC
\end{code}

If it worked, the left part of the A's should be cut off.

The bug only occurs, as far as I can tell, on color schemes where embedded code has a different background color than the rest of the document (it doesn't happen on Monokai for instance), and it doesn't happen in the Twilight theme if you select regular Haskell instead of Literate Haskell.

Here is a screenshot from Mac OS X: http://i.imgur.com/ItTzt.png
+1

draw_centered & column_size on auto should be more intelligent!

Afflicto 12 лет назад 0

I have draw_centered is set to true and column_size to auto.

Currently, it widens the "view" when a file contains ONE line that is very long, DESPITE the fact that I'm not able to see that line in the current "scroll-height" position.


It should re-size whenever needed. That way, when you aren't on a long line (or when the long line isn't visible) you would have a nicely centered view!


Awesome? - I think so!

Сервис поддержки клиентов работает на платформе UserEcho