| Author |
Message |
|
| jake3030 |
Posted: Wed Mar 21, 2007 4:54 pm |
|
|
|
Registered User
Joined: 21 Mar 2007
Posts: 3
|
Hi,
First, I love this software. Finally i can get TextMate power on my windows machine.
That being said, there are a couple of things that help in TextMate that dont seem to be implemented here.
1. Ctrl+T should allow me to go to a file.
2. Ctrl+Shift+T should allow me to go to a symbol
3. Alt+Shift+ > created the "<%= %>", but in TextMate, if you call it again, it will create "<% %>". Currently, E-Text adds another set of "<%= %>"
4. Change Tab sizes. It looks like the current tab sizing is 4 spaces and i was wondering if this could be changed.
5. Have the bundles hold their selection. Currently, when I open a Rails project, all the .rb files are set to Ruby. I have to manually change them to Ruby(Rails). If i save them and reopen, they go back to Ruby.
Other than that, it's a very good port of textmate.
Thanks
Jake |
|
|
| Back to top |
|
| gtcaz |
Posted: Wed Mar 21, 2007 5:05 pm |
|
|
Registered User
Joined: 23 Dec 2006
Posts: 732
|
You can set tabs on the status bar at the bottom of the window.
You can also modify bundle syntax files to associate file types with specific grammars.
Welcome! |
|
|
| Back to top |
|
| jake3030 |
Posted: Wed Mar 21, 2007 9:10 pm |
|
|
|
Registered User
Joined: 21 Mar 2007
Posts: 3
|
gtcaz wrote:
You can also modify bundle syntax files to associate file types with specific grammars.
Welcome!
how?
I see the file types section, but almost all rails files are .rb. How do you force it to go to Ruby(Rails) first instead of Ruby
--jake |
|
|
| Back to top |
|
| gtcaz |
Posted: Wed Mar 21, 2007 9:19 pm |
|
|
Registered User
Joined: 23 Dec 2006
Posts: 732
|
Copy the Rails folder and the Ruby folders to local, then edit the local copy of plist under Syntaxes. You could try removing <string>rb</string> from the <key>fileTypes</key> array under Ruby and add <string>rb</string> to the <key>fileTypes</key> array in the grammar syntax you want to associate with .rb files.
Will that work? |
|
|
| Back to top |
|
| jake3030 |
Posted: Tue Mar 27, 2007 7:27 pm |
|
|
|
Registered User
Joined: 21 Mar 2007
Posts: 3
|
gtcaz wrote: Copy the Rails folder and the Ruby folders to local, then edit the local copy of plist under Syntaxes. You could try removing <string>rb</string> from the <key>fileTypes</key> array under Ruby and add <string>rb</string> to the <key>fileTypes</key> array in the grammar syntax you want to associate with .rb files.
Will that work?
excellent!
That worked
Thanks for the help
--jake |
|
|
| Back to top |
|
| makingme |
Posted: Mon Apr 02, 2007 4:08 pm |
|
|
Registered User
Joined: 03 Jan 2007
Posts: 270
Location: Minneapolis, MN
|
| There should be a way to edit this by way of the existing interface. Too much hacking and modding can ultimately steer some users away for in order to reach similar nirvana with existing users they must traverse core files and such. Just a thought. |
|
|
| Back to top |
|
|
|