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

-1

Menu for interconverting between SBC cases and DBC cases

Zhenhuan Hu 12 year бұрын жаңартылды 12 year бұрын 0
Documents written in Asian languages (CJK) frequently come with DBC cases (numbers and alphabets that are visually double wider: 123ABC), which can not be easily mapped by regular expression. It would be convenient by integrating an menu option to interconvert numbers or alphabets between SBC and DBC cases.
-1

Zenburn

Wesley Hearn 12 year бұрын 0
Please port this color scheme  http://slinky.imukuppi.org/zenburnpage/

-1

Coaching for Health and Life, Integrated Group Jennifer Shearin | MakeFive

Teresa Smith 10 year бұрын 0
Life coaches are becoming very popular nowadays. What parents and teachers used to do exclusively have become the concern and livelihood of people who have the expertise and passion to provide general mentoring in life and all its many aspects, such as health, business, arts and marital counseling. Being a life coach essentially means you teach a person gain skills within a particular field or industry while visualizing how those skills will enhance one’s ability to cope and to compete in life.

Success is the aim of almost every person and enterprise. And without the need to reinvent the wheel, life coaches have collated much of the ancient and modern knowledge in specific fields for those seeking guided education for personal advancement.

Whereas only wealthy individuals and celebrities could afford voice or gym coaches in the past, now, almost anyone can find an online coach or even a personal coach for a reasonable and even at no price at all. Reading through Jennifer Shearin’s website is in itself a practically free but priceless tool for anyone who seriously takes her advices to heart.

Achieving balance in one’s life through having a health coach is the latest innovation in health management. More specifically, having an integrative health coach to provide an individualized health plan provides one with a focused strategy designed to address personal health issues through experienced health experts.

The main objective of having an integrative health coach is in obtaining a program that will help “sustain the mindset needed to make lifestyle and behavior changes for the long haul”. Developing and maintaining the discipline of a healthy and balanced life requires the help of a whole family or group of people, not just an individual. As they say, it takes a whole village to raise a child. It certainly requires a whole town to keep each individual become a healthy member of the community. Trying to go organic in a town that does not produce any such products would be tough. Let alone live in a town that does not care about proper sanitation and waste disposal.

Finding a health coach then must take into consideration not merely the qualifications of the coach itself but also with the specific health goals that a person has. Having a qualified health coach, nevertheless, is the first step toward attaining a sustainable personal health program.

Watch video: http://www.powershow.com/view0/5f6c42-ZDQ1Z/Coaching_for_Health_and_Life_Integrated_Group_Jennifer_Shearin_powerpoint_ppt_presentation

To join conversations about having a healthy, happy and long life, visit http://ellislab.com/forums/viewthread/242809/
-1

Asymetric 3-way window groups

Matt Keranen 13 year бұрын 0

 Implement 3 way window splits, mixing vertical and horizontal splits. 


For example 2 windows in the top half of the editor, and one wide band in the bottom half. Crude ASCII diagram:


 *|*

-----

*****

-1

Show a function's definition below the autocomplete box.

Nick23 11 year бұрын 0

When you type a function name a small window should appear above/below the current line with the function's definition, like in Notepad++, instead of having to leave the current line/file when using the "goto anything @". This could be expanded to include library functions as well as user-defined functions.

-1

Change code completion keys combination

Sylvain Verly 13 year бұрын 0

Add the possibility to move away from code completion dialog by pressing the same key combination it took to pop up that dialog. Currently its annoying that if you are not interested in those proposition, you have to grab your mouse and click away, or choose a random proposition to get that dialog disappear. Navigation should be done through arrows.

-1

Open files/folders should not include extension when sorting alphabetically

Gëzim H 13 year бұрын 0

Currently, the open files list considers the whole file name when sorting the list alphabetically:


For example with these files, it would sort them like this:

Menu.File.js
Menu.js
Menu.Tools.js

A more appropriate way to sort them would be to not consider the extension, which would result in this:
Menu.js
Menu.File.js
Menu.Tools.js
-1

For build systems, make it possible to use exact scope only rather than include partial matches

Alan Andersen 13 year бұрын updated by Jon Skinner 13 year бұрын 3
For example, I have two build systems, one for JSP's and one for .java files. I have my current build system set to automatic. My Java build system has a scope of source.java, and my JSP build system has a scope of text.html.jsp. In some areas in the JSP, it selects the java build system, and in other areas it selects the JSP build system. I realized this is because inside of scriptlets it counts as "source.java.embedded.html text.html.jsp" (hit ctrl-shift-alt-p for those who dont know, shows up in status bar), and since the source.java comes first, the java build system picks on up it. Clicking outside of scriptlets and hitting build chooses the correct one.

Could you add another option such as "use_exact_scope: true" or such so that a particular build system will only use the same scope specified?
-1

OS X Lion full screen should make use of all monitors.

James Farwell 12 year бұрын жаңартылды 12 year бұрын 2
It would be great if Full Screen and Distraction Free Mode on OS X Lion used all monitors instead of just one. For example, if the layout is 2 columns and the monitors are horizontally arranged, show 1 column on each screen. Or if the layout is 4 rows and the monitors are vertically arranged, show 2 rows on each screen. etc.
-1

MRU when using Cmd+T

Felipe Coury 13 year бұрын 0
One of the features that I use the most in TextMate is the ability to jump between most recent used files using Cmd+T.

Here's how it works in TM: if you are editing file A and you do Cmd+T and select B.

Now when you are editing B and hit Cmd+T, it show a list with A first, then B, then the other files.

Let's say I pick C, it will now show B as the first option, then A and then C, followed by the other files.

This is a kind of Cmd+Tab for the editor.