Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

0

Crash when trying to drag tab

Andrei Korostelev 8 lat temu zaktualizowano 8 lat temu 1

ST exist when trying to drag an open tab to reorder it. This bug appeared after update to 3130.

ST 3 build 3130

OS: Windows 7 x64

0

When multiple lines have been entered in the find/replace text box, maybe expand the text box to show that?

theoriginalcrookedman 8 lat temu 0

When multiple lines have been entered into the find/replace text box(s), it can be hard to tell, which can sometimes result in errors during find/replace operations. This is especially true if a multi-line value sneaks its way into your history when you want to repeat a previous find/replace.

So it would be nice if the text box expanded to show all the lines (perhaps up to 5 or so lines, after which a scrolling text window would probably be appropriate.

0

I've come from using notepad++, and i'd be inclined to pay the license fee if you would add a proper "Save Copy As" function on the File menu. I've tried the one in addon "packages" but it is terrible. Also please fix the multiple windows not under the

hasakura 8 lat temu 0

I've come from using notepad++, and i'd be inclined to pay the license fee if you would add a proper "Save Copy As" function on the File menu. I've tried the one in addon "packages" but it is terrible.


Also please fix the multiple windows not under the sublime app.
It opens two sublime apps on my dock and its very confusing which one has what.
0

Clone/Copy Text

Yann Carlos 8 lat temu zaktualizowano 8 lat temu 1

we need to select a text to drag and drop, right!?.. just require a right click while draggind to clone/copy text to where we'll drop that. If no right click, just move the selected text.

0

​Online fraud detection: Trend Micro Predicts More Sophisticated Cyber-Attacks in 2017

Finlay Anderson 8 lat temu 0

Companies around the world are under constant cyber-attack. Cyber-criminals in 2016 were able to target companies on several fronts, hitting them with distributed denial of service (DDoS) attacks that knocked their web applications offline and cut them off from their customers for hours at a time. They used phishing attacks to dupe employees into disclosing network login information so they could break in and steal data and trade secrets. Unfortunately, security software company Trend Micro says things won’t change very much in 2017. Rather, Trend Micro’s cyber-threat predictions for the New Year suggest hackers will increase their attacks on mobile platforms and the internet of things (IoT). They also will continue their practice of scamming employees with worthless spam emails and phishing messages. In addition, Trend Micro believes an emerging threat known as cyber-propaganda could be used to foment unrest and destabilize national governments. All the while, hackers are expected to rake in billions of dollars from their activities. This slide show will cover Trend Micro’s predictions on the security threats companies will face in 2017 and suggest what people and enterprises can do to protect themselves from increasingly sophisticated attacks.

The Internet of Things Becomes a Hacker Haven. Connected devices will be important tools for hackers in 2017. Trend Micro predicts hackers will use IoT devices as “sleeper agents” that they’ll pool together for much larger attacks against important infrastructure, launching “massive DDoS attacks” via the devices. They’ll also try to take down wide swaths of the internet and “pummel” major organizations.

0

Add a "completion trigger" option to completion files

Niabr 8 lat temu 0

For large completion files that take over the suggestions box, having a a "completion trigger" would be helpful to trigger certain completions, for example:

{

...

"completion trigger": "M-",

"completions":

[

...

]

}

would cause sublime to only suggest the completions in the file after the user types "M-". This could be used for auto completing common methods, like ".length()" in java would be completed with "M-length", but not when trying to type a variable name, like "length".

0

Embed search results view in the current tab like NotePad++

Praveen Kumar 8 lat temu 0

I am fan of Sublime text editor and it's awesome in searching capability. The only thing I don't like is the search results are in a new tab. This makes us to switch b/w search results tab and actual files hit.


I feel if we can have a small search results view in the bottom like NotePad++ it would make the editor better in-terms of search experience. Great work!!

0

is SublimeREPL dead? Alternatives for R?

becritical 8 lat temu 0

The git space seems dead, I see a lot of PR in the queue, no activity in the issues, old code. I find REPL unstable and wondering if there are alternatives, it's a pity beacuse sublime text is a great tool for R but the unreliability almost forces me to switch to R studio.

0

separate keys for navigating between places in snippets, and for autocompleting within a place

mako yass 8 lat temu 0

EG, I am going through the snippet

for(int ${2:i}=0; $2<${1:count}; ${3:++$2}){

${0:/* code */}
}

My cursor starts at ${1:count}, and I want to type itemChainAngles.size(). Naturally I type itan<tab> to autocomplete to 'itemChainAngles', but of course this leaves the count variable as 'itan'
and moves me to the next place, ${2:i}. It would be good if it were possible to assign a different key to moving between places in a snippet than the one we use for autocompletion. I don't see any keybindings for moving between places, so it looks like, if its possible at all, I would have to rebind autocompletion to something less opportune than <tab>. You can see how this would not be ideal.

0

Shift-click and Ctrl-click to multi-select tabs for dragging like in Chrome

entheh 8 lat temu 0

It would be nice if:

- Multiple file tabs could be selected at once;

- Ctrl-click would add or remove the clicked tab;

- Shift-click would select a range of tabs;

- Ctrl-Shift-click would add a range to the selection.

Then the set of tabs selected could be dragged out into a new window or between windows, as is already possible for single tabs.


Google Chrome implements this if you want an example. Bizarrely I first had a dream in which it was possible in Chrome, then woke up and tried it and it worked!