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

0

Make behaviour on opening file with slightly wrong filename more intuitive

JN678 8 years ago 0

It would be nice were attempting to open a file like '/usr/bin/myScripts/Conky/checkNet_text}' did not open a blank file but either opened the intended file or gave an error.

0

pls add arabic

Abdel kader Kawsara 8 years ago 0
0

Please allow us to select the number of lines of context when doing a "Find All". Alternatively an override in user settings.

David G 8 years ago 0

When searching for function definitions I needed to see a few more lines of context for each definition. I would like to be able to select the number of lines of context when searching.

0

Crash when trying to drag tab

Andrei Korostelev 8 years ago updated 8 years ago 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 years ago 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 years ago 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 years ago updated 8 years ago 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 Info Blog: Millions of Net Users Possibly Exposed

Kelly Vinzon 8 years ago in Plugin announcements 0

Online Info Blog: Millions of Net Users Possibly Exposed

“Without requiring any user interaction, the initial script reports information about the victim’s machine to the attacker’s remote server. Based on server-side logic, the target is then served either a clean image or its almost imperceptibly modified malicious evil twin.


“Using the known Internet Explorer vulnerability CVE-2016-0162, the encoded script attempts to verify that it is not being run in a monitored environment such as a malware analyst’s machine,” and if the script does not detect any signs of monitoring, it redirects to the Stegano exploit kit’s landing page.

Upon successful exploitation, the executed shell code collects information on installed security products and performs – as paranoid as the cyber-criminals behind this attack – yet another check to verify that it is not being monitored. If results are favorable, it will attempt to download the encrypted payload from the same server again, disguised as a gif image.
0

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

Finlay Anderson 8 years ago 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 years ago 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".