guillermooo wrote:I feel as if I was in a flight simulator... My mouse wheel scrolls the screen in the opposite direction :)
Can you provide some more details? My mouse wheels are all scrolling the correct way
guillermooo wrote:I feel as if I was in a flight simulator... My mouse wheel scrolls the screen in the opposite direction :)
atomi wrote:BUG:? Double clicking a file in the sidebar (as is customary to open a file on windows) will open the file directly above the file clicked on (in the sidebar dir tree).
S0und wrote:In Sublime 1.4, inside the 'Build System' we had 'Run' option, i am missing this from version 2. Is there any way to reproduce this option in the newer version?
{
"cmd": ["$file"]
}
adzenith wrote:I'm really excited about the mouse commands!
Quick question: if I log_commands and click around, it prints a fair amount of information:
- Code: Select all
command: mouse_test {"event": {"button": 1, "x": 426, "y": 246}, "subtractive": true}
But if I make a test command, and print out the args and kwargs, I don't get any of that sweet mouse information:
- Code: Select all
('args:', ())
('kwargs:', {'subtractive': True})
Is there any way to access this? Perhaps also a command like view.rowcol(x_coord, y_coord)?
jps wrote:Dev Build 2042 is out now, which should address the regressions in 2041.
jps wrote:S0und wrote:In Sublime 1.4, inside the 'Build System' we had 'Run' option, i am missing this from version 2. Is there any way to reproduce this option in the newer version?
You could make a .sublime-build file like this:
- Code: Select all
{
"cmd": ["$file"]
}
I should probably include this in the default distribution.
Running N:\ahk work\bödöníró_v2.2_beta.ahk
Traceback (most recent call last):
File ".\sublime_plugin.py", line 218, in run_
return self.run(**args)
File ".\exec.py", line 118, in run
File ".\exec.py", line 29, in __init__
File ".\subprocess.py", line 633, in __init__
File ".\subprocess.py", line 842, in _execute_child
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 14: ordinal not in range(128)
[Error 193] %1 is not a valid Win32 application
[Finished]
jps wrote:guillermooo wrote:I feel as if I was in a flight simulator... My mouse wheel scrolls the screen in the opposite direction
Can you provide some more details? My mouse wheels are all scrolling the correct way
jps wrote:atomi wrote:BUG:? Double clicking a file in the sidebar (as is customary to open a file on windows) will open the file directly above the file clicked on (in the sidebar dir tree).
I'm not quite sure what you mean: if I double click a file in a folder in the side bar, the file that was clicked on opens. Is the wrong file being opened for you?
JLikeF wrote:I have this too, added to userecho before I saw it here http://sublimetext.userecho.com/feedbac ... e-in-list/
Basically double-click opens the file, adds it to the group list in the sidebar which pushes all the files down by 1 step, and then there's a strange "third" click which focuses the next file up in the list (which is now in the same position as the cursor).
Users browsing this forum: No registered users and 9 guests