0

Child windows not closing when tabs are removed

Kyle J. Kemp 12 ár síðan 0

Start with this, drag a new tab to make this, and then drag that second tab back into its origin window, leaving you with this. This is incredibly annoying behaviour, since I have to close the second window manually... and after a lot of accidental (sometimes my cpu hangs when switching tabs) dragging out of a window, it adds up. In that same vein.. Is it possible to lock tabs to a certain bar to prevent them from being dragged out? I suppose this would be an acceptable alternative, though I think both in tandem would be better than one or the other.

0

Challenge: machine learning repeated typed codes/code patterns to create automatic snippets or conversations

Isaac Xin Pei 13 ár síðan 0

it would be a challenge, but I never saw that done through machine learning/in an automatic way. Currently I am working on my emacs setups to 'manually' run programs, just to play to extract patterns. Using some statistics, we may be able to extract patterns at a certain/statistically useful pattern, and apply it -> make it a much automatically process then creating our own snippets by hands.


with sublime text 2: it's at an unique position to do so - with it's python plugin and modern interface.

0

close tabs to the right on the last tab

thebugfinder 13 ár síðan 0

When I right click on the last tab, i still get to see the "close tabs to the right" option, i click on it and obviously nothing happens.

0

How to check if modifier key is pressed via API?

aristidesfl 12 ár síðan 0

While using the keyboard shortcuts to switch tabs, when the modifier keys used in the shortcut are released, the active tab gets added to the top of stack.


As far as I could search for, there is currently no way to check for pressed modifier keys, so it is impossible to replicate this mechanic in plugins, for example to order the tabs according to stack.


This feedback is for the implementation of any one of the following features:

- A way to monitor modifier keys

- A "keyup/keydown" even to subscribe to.

- A "tab_added_to_stack" event to subscribe to.


While any of the mentioned features would allow the creation of a plugin to order tabs according to stack, if you know another way to do it, please let me know.


Thanks

0

Memorizable multi-pane and "dive into"

Andrey Titov 14 ár síðan Uppfært 14 ár síðan 0
Multi-pane is very useful

As i work i often switch between pane layouts - sometimes i compare files and then i need to focus on one of them, so i switch to single-pane layout, after corrections are done i wish to go back to state i was in before.
But the files are all in first panel.

What i miss is a ability to remember which file was in which pane.
0

Search results: is it possible to ignore binary files silentlly?

Alexey Ozerov 11 ár síðan 0
Currently search results look like this:
/path/to/binary/file/binary-file-no-extension:

Unable to open /path/to/file/which/belongs/to/root

/path/to/text/file/changelog.txt:
1: Line1
2: Line2
3: SearchResult
4: Line4
4: Line5

Is it possible to suppress outputs for all binary files?
Stable, Build 3059
0

/ search is not a motion in vintage mode

Ibrahim Tencer 13 ár síðan updated by Ilya Grigoriev 13 ár síðan 1
E.g. if you do "d/the<cr>", it does not delete up to the next occurrence of "the", it just moves up to it. This would be a really nice thing to have.
0

Pressing ESC to exit Find will jump to a different location in the file after you've already placed your cursor in the file...

Benson Russell 12 ár síðan 0

So I press cntrl + i to execute a find.  I start typing into the find dialog and the location in my file jumps around as I type (this is normal so far).  Instead of committing to the find, I decide to click directly into the file (i.e. I highlight something).  I then press ESC, and my location in the file jumps to somewhere else.  It seems like if you click into the file, that means you're committed to that location and pressing ESC shouldn't relocate you.


BTW, best editor ever!!!  I was an avid UE32 user, then a friend at work showed me ST...  Never going back!!  :)

0

sublime text unable to save permission denied

Justin Veirs 12 ár síðan 0
as i'm trying to save my first program 'hello world' as an index.html file, and yea, I get unable to save permission denied. any suggestions, and / or help would be greatly appreciated. 
0

help me with the numbers

Kai Stenbro 13 ár síðan Uppfært 13 ár síðan 1

can someone help me to get back my numbers on the side?


see here.

Image 191

0

Syntax drop down menu cuts off

James Brooks 14 ár síðan Uppfært 14 ár síðan 2
As seen on the picture: https://dl-web.dropbox.com/get/Photos/Sublime/syntaxmenu.png?w=ad060a4b

I'm unable to get further down the menu without only using keyboard shortcuts to open View->Syntax then scroll (using arrow keys).
0

Om Capitol Medical Group

lisashearin 11 ár síðan 0

Capitol Medical Group ( CMG ) er blevet yde pleje til patienter fra fødsel til 21 år gammel i Washington DC -området siden 1987. Det er et privilegium og ære for os at deltage i pleje af dine børn og se dem vokse . Vores team af udbydere er forpligtet til at levere omfattende lægebehandling med den nyeste medicinske viden tilgængelig . Capitol Medical Group består af syv bord-certificeret børnelæger , en pædiatrisk sygeplejerske praktiserende læge , en certificeret amning konsulent , og cirka 20 sygepleje og medicinsk hjælpepersonale.

På Capitol Medical Group , er vi stolte af at tilbyde nogle af de bredeste og mest varierede samling af pædiatrisk erfaring og viden på området Washington . Vi er stolte af at levere state of the art lægehjælp med en følsomhed over for den kulturelle egenart af vores familier. Vi ser frem til at udvikle et langvarigt forhold med dig og din familie og til at hjælpe dine børn vokse ind i sunde glade voksne.


In memoriam
http://www.capitolmedicalgroup.com/
Richard Lee Jones, der grundlagde Capitol Medical Group i 1987, døde juli 2012. Hans engagement og lidenskab i omsorgen for børn og deres familier vil altid være med os.
0

Some way to skip selection with Super+D

Sven Axelsson 13 ár síðan updated by Aaron Stagl 13 ár síðan 1
Using Super+D to select consecutive instances of the current selection is really useful. However, it would be even better if there was some way to skip one instance and just carry on to the next. When using this e.g. for refactoring variable names you can come across instances where the selected text is not a variable. It would be great to easily skip those.
0

D Programming Language Syntax Highlighting Bugs

Alex Rønne Petersen 14 ár síðan Uppfært 14 ár síðan 4
This is a list of bugs/oddities with the D syntax highlighting.
  • assert is not highlighted as an expression like cast.
  • package is not highlighted as a visbility modifier like public, protected, etc.
  • @disable, @property, @safe, @trusted, and @system are not highlighted (declaration attributes).
  • __traits is not highlighted (expression).
  • __gshared is not highlighted (storage modifier).
  • ref is not highlighted (parameter modifier).
  • shared and immutable are not highlighted (type modifiers like const).
  • The string, wstring, and dstring types are not highlighted.
  • opBinary and opBinaryRight are not highlighted as operator overloads.
  • __vector is not highlighted (type modifier).
  • __simd is not highlighted (expression).
  • __ctfe is not highlighted (expression).
0

Crown Capital Management Projects - VISESA UBUD RESORT

Nadia Langlais 12 ár síðan 0

Description : Visesa’s natural environment is an inspiring palate of sights, sounds, aromas and textures. Within the grounds, there are different landscapes – rice fields, lagoon, rivers, ponds, open skies, natural forest – so you can find your own place of comfort; a place that resonates with an energy that nurtures and reconnects you with nature through all of your senses.

Location : Visesa offers you a very natural, authentic ambience - a genuine sanctuary in harmony with the natural surroundings – and yet less than a kilometre from the main road of Ubud. With lush vegetation, cascading streams and overlooking idyllic and verdant ravines and tropical rain forests, the spirit of a place is an integral part of your experience. Only 45 minutes from and to Denpasar, 5 minutes to Ubud Art Market ( pasar seni ubud ) and 15 minutes to monkey forest. 

Land size : Total 40000 m2 (4 hectares), with more than 50 unit villas and residence of all types. Also include the entrance area, restaurant, spa, swimming pool, lagoon, and natural ricefields. 

Offering price : Contact our sales at (+62)361-270156

Progress : Selling unit and project development.


http://www.crowncapitalbali.com/visesa.html

0

Tana Goldfields News - Now's Your Chance to Own an Entire Gold Mining Ghost Town

Garry Wharley 12 ár síðan í Plugin announcements 0

Now's Your Chance to Own an Entire Gold Mining Ghost Town


Image 265


Need to expand your property portfolio? Ever dreamed of owning your very own ghost town? Get excited, because the old mining town of Seneca, California just went up for sale, complete with a gold mine, three cabins, and a working distillery. You really can buy anything on Craigslist.

Once home to a thriving community of gold miners, Seneca, formerly known as North Fork, is a 12 acre plot of land in Plumas County, California that has been slowly drying up since the post office closed in 1943. Sure, it once hosted the "Woodstock of the West" for thousands of people in the 70's, but gone are the hotels, casinos, and feed stores that once made up the booming town.

Still standing, however, are a number of cabins, a working gin distillery (with liquor license!), one of the oldest restaurants in the area, and even a defunct opium den still exists within the mine built by Chinese workers. Sound enticing? It can all be yours for just a quarter of a million dollars.

If you think the asking price of $225,000 is a little steep, consider this: the largest gold nugget discovered in Seneca was 43 ounces in weight. With today's gold prices, that's worth $414,763.10 - almost enough to buy yourself a second ghost town. Or a fully stocked opium den.


http://tanagoldfields-plc-blogs.blogspot.co.uk/

https://plus.google.com/communities/101988058982611709769


0

Tips for those waiting to receive proof of insurance coverage

Ava Watson 12 ár síðan í Plugin announcements 0
Information submitted
COLUMBUS — Complications with the federal health insurance exchanges have created challenges for some consumers who have not yet received proof of their insurance coverage. As a result, many consumers are unsure if their medical treatments are covered and are unable to provide their proof of coverage.
“Since open enrollment began on Oct. 1 the federal exchange has struggled to process applications and enroll consumers in coverage,” Ohio Lieutenant Governor and Department of Insurance Director Mary Taylor said. “These delays are making it more difficult and confusing for consumers to use the health insurance plans they have purchased through the federal exchange.”
If you recently purchased a plan, but still haven’t received proof of insurance from your insurance company, Taylor offers these tips.
Contact the Company
The first thing you should do is contact your insurance company to verify that you do have insurance coverage. Ask your insurance company for proof of coverage, such as an insurance card or identification numbers. Take detailed notes of conversations and include the representatives names, and date and time they took place. Keep copies of written communication you received from your insurance company such as emails or letters. You may need these materials later.
You should also verify that you have paid your first premium on time. Some insurers have permitted late payments for coverage that is retroactively effective to Jan. 1. Ask your insurer for their deadline and keep any records that can serve as proof of payment.
If you are about to buy coverage from the federal exchange, print any paperwork or confirmations that you receive during the enrollment process.
Payment Options
You may need to get a prescription filled or see your doctor before you receive your insurance card. Your provider (hospital, doctor, pharmacy) may be able to verify your coverage by contacting your insurer directly. If verification of coverage cannot be obtained, you still have options. One option is to pay for expenses out of pocket.

Once your insurance coverage is effective, your insurance company should reimburse you to the extent that the service or medication is covered under your policy. You may also be able to work with your doctor’s office, hospital or pharmacy to delay payment or set up a payment plan until they can verify that you’re insured.
Keep your receipts and any bank statements that show that you’ve paid for the services.
Contact the Ohio Department of Insurance
If you are still having difficulty obtaining proof of coverage from your insurance company, call the Ohio Department of Insurance consumer hotline at 1-800-686-1526 for assistance. Insurance information is available at www.insurance.ohio.gov. You can follow the Department on twitter @OHInsurance and on Facebook.
https://groups.diigo.com/group/westhill-healthcare-consulting

0

MacOS crash on very long lines returned by program execution

Pēteris Paikens 13 ár síðan Uppfært 13 ár síðan 0
Found a repeatable crash on very long lines returned by executing a program through Build feature. 
   The particular case where I found it returned ~6mb of text data; if it was separated by newlines then everything was great, the results were copyable out of the build results window, everything worked quickly. But if the same results are w/o newlines (i.e., a single line of 6m characters), then SublimeText crashes after program finishes to execute and needs to be force-quit.
2181 beta of SublimeText; latest macos Lion.
0

Tab size should be computed in space units, not em units

    12 ár síðan 0
ST2 currently computes tab size using em units (or something else that ends up measuring 1 em) instead of spaces. This matters with proportional fonts, where a space is this wide: | | while an em unit is this wide: | |.

Setting Tab width to 4, for example, should indent the text by a width of 4 text spaces which is this: |  |, instead ST2 indents by 4 em units, which is way too wide: |    |.

See this forum post.
0

Hash within double-quoted strings in Ruby package

Dayton Nolan 12 ár síðan 0

In the default Ruby package there is a completion for interpolation within double quoted strings which is handy but is annoying when attempting to insert a literal hash. The following is a way to accommodate both use-cases by allowing to delete the enclosing braces or tab into them:


"contents": "#${1:{${2:$SELECTION}\\}}"