Giter Site home page Giter Site logo

7plus's People

Stargazers

 avatar  avatar

7plus's Issues

Capslock key additional functionality

The function to activate blinking windows should be enhanced to activate 
windows which show a notification window at the bottom right screen.

I welcome anyone to add windows and window classes here, and the action that 
should be taken.

Some Classes:

TTrayAlert - Skype
OpWindow - check some window styles for distinguation with real opera window
tooltip_Class32 - windows tooltips

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:16

Sliding windows minimizing

What steps will reproduce the problem?
1. Open a window.
2. Hit Shift + Win + left arrow (Window slides to the left)
-- At this point I see an animation of the window minimizing
3. Hit Shift + Win + right or hover mouse on left side of screen

What is the expected output? What do you see instead?
I expect the window to show up, but nothing happens as the window seems to 
be minimized. I click on it in the taskbar and suddenly I CAN use Shift + 
Win + right arrow to get it back, but hovering mouse still doesn't work.

What version of the product are you using? On what operating system?
V1.0 on Win7, x64 Dutch.

Please provide any additional information below.
I do have 7 Taskbar Tweaker running, but when closing it, nothing changes 
in behaviour, so I suspect both applications are not clashing.

Original issue reported on code.google.com by [email protected] on 1 Apr 2010 at 9:22

OnClipboardChange stops working

What steps will reproduce the problem?
1. Copy 10 items

What is the expected output? What do you see instead?
I expect to see the last value in the list disappear, while the new value 
appears after copying. Instead, after copying ten items, the list is not 
updated anymore. Since yesterday the 10 items have been the same (with a 
reboot in between).

What version of the product are you using? On what operating system?
1.0 on Windows XP Pro Dutch (SP3)

Please provide any additional information below.
I Will test this on Win7 x64 Dutch, haven't done that yet.

Original issue reported on code.google.com by [email protected] on 4 Apr 2010 at 3:37

Unicode/x64 support

What steps will reproduce the problem?
1.The option to add band bar does not work.
2.The option to remove default band bar does not work.

What version of the product are you using? On what operating system?
I am using v1.0 on Windows 7 Ultimate x64

Please provide any additional information below.
I think it may be related to the explorer being 64 bit used.

Original issue reported on code.google.com by [email protected] on 3 Apr 2010 at 10:00

Custom Hotkeys

Add some dialog that allows to add custom hotkeys that run programs and/or 
execute ahk code.

Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 12:03

Proper calendar implementation

Calendar needs to be made functional with many calendar applications.
A general approach is required to show the calendar when clock is clicked 
and hide it on startup or minimize/close. Also popup notifications need to 
trigger the show function.

Apart from that, calendar default configs need to be made.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:00

Min to tray

Right click min icon= min to tray
http://www.autohotkey.com/forum/viewtopic.php?
t=4418&postdays=0&postorder=asc&highlight=tray&start=0

Original issue reported on code.google.com by [email protected] on 6 Apr 2010 at 10:06

combobox: use tab for autocompletion

It would be cool if comboboxes which use autocompletion for paths could use 
cmd - like autocompletion with tab key. Not sure yet if this is possible.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:14

Vista support

Some explorer and maybe taskbar things won't work in Vista right now because 
explorer uses different control elements.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 5:26

Copy/move scheduler

Explorer needs a way to schedule long file operations.

This can be done by detecting the current file operations in progress, and 
using SHFileOperation to move/copy files when the current operations are 
completed. Attention needs to be paid to FTP servers, as those aren't 
supported by SHFileOperation, also the target needs to be checked first 
before being added to the queue.

As Hotkey I propose Shift+V.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:08

Replace in file and filenames

A feature for replacing text in files and filenames shall be developed.
Upon pressing CTRL+H in Explorer a dialog should be shown with the possible 
options.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:11

Double click on empty taskbar: Run does not respect command line parameters

What steps will reproduce the problem?
1. Set the double click on empty taskbar run to a shortcut which points to
an application with command line parameters.
OR
1. Type the full path of an application and also give some command line
parameters afterwards.

What is the expected output? What do you see instead?
I expect 7plus to respect the command line parameters in the shortcut.

What version of the product are you using? On what operating system?
v1.0

Original issue reported on code.google.com by [email protected] on 6 Apr 2010 at 2:02

AutoUpdate function

Auto update is now implemented through a Version.ini file hosted on Google 
Code, which contains the version number and the download link.
File is downloaded to ScriptDir\Update.zip. The program detects if it was 
updated by the presence of Version.ini file and through comparing the 
version numbers, and then deletes Update.zip and Version.ini.

Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 1:21

Windows Explorer ignores clicked folders

What steps will reproduce the problem?
1. Make sure 7plus is running
2. Open Windows Explorer or a dialog box, like the one to select a text 
editing program in the 7plus settings.
3. Click on a random folder.

What is the expected output? What do you see instead?
Expected: The folder opening.
Actually happening: folders opens quickly, but immediately you're taken to 
Favorites (not IE favorites, but Windows Explorer favorites).

What version of the product are you using? On what operating system?
v1.0 on Win 7, x64 Dutch.

Please provide any additional information below.
It happened yesterday every time. After rebooting this morning it happened 
again. But now it doesn't happen as often anymore.

On my brothers PC Win 7, x64 Dutch it happens all the time.

Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 11:51

Double click on empty taskbar works also on not empty taskbar

What steps will reproduce the problem?
1. open up some windows 
2. double click on taskbar on none empty space (inside placeholder of the 
open windows)   

What is the expected output? What do you see instead?
Nothing / No Action

What version of the product are you using? On what operating system?
7+ 1.0 on Windows Vista 64bit SP2

Please provide any additional information below.
Also happens when you switch between 2 windows (fast) by clicking on the 
taskbar so it's a bit annoying

Original issue reported on code.google.com by [email protected] on 8 Apr 2010 at 2:30

Sliding windows autohide list

Sliding windows should have a function to automatically slide out windows 
when they pop up.

This can be used for log viewers, and maybe chat programs, though additional 
care needs to be made to not slide out windows the user wants to use.

Also a function needs to be written that figures out if there is free space 
at the borders where it can be hidden.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:10

Icon missing

Program icon needs to be finished and implemented.

Code might need to differ between compiled version and script.
Also larger image for about dialog is needed.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 2:44

Can hotkeys for the features be made configureable?

Being able to do this would be great, but it could also cause lots of 
issues, such as hotkeys from other programs overridden, interference in the 
program, problems with hotkeys used for multiple features,..
So some hotkeys might not be configurable or only changeable by group, which 
would be confusing.

Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 12:04

store/restore selection on a per-folder basis

Similar to Xplorer², it would be nice if 7plus could restore the previous 
selection in a folder. Windows 7 already does this to some extent, but not 
very reliable.

Selection needs to be tracked and stored when the folder changes.
On folder change, it needs to be checked if there is a stored selection, and 
it should be recalled then.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:13

Middle mouse button close not always reliable

Programs which add additional entries to the system menu cannot be closed by 
middle clicking on the taskbar icon.

Closing by some id would be better, but I have no idea how to do this.

Alternatively one might try to read a MUI string from some resource file to 
discover the close string of the users language, and then send that hotkey.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 11:57

Weird behavious with floating windows

What steps will reproduce the problem?
1. Float any window to any edge.
2. Move cursor near the corresponding edge to bring the window into focus.
3. Right click on it (so that a context menu appears) or select any
standard file menu, and then move mouse over the menu.

What is the expected output? What do you see instead?
Expected: window should be visible
Actual: window goes back out of the screen and even the menu disappears

What version of the product are you using? On what operating system?
v1.0

Please provide any additional information below.
What I think is that the class of the menu is different from that of the
window as a whole and when mouse is over the menu your app thinks that it
is actually out of the window.

Original issue reported on code.google.com by [email protected] on 5 Apr 2010 at 3:30

Auto Folder Jump after klick on Folder in TreeView

What steps will reproduce the problem?
1. Open Windows Explorer
2. Open FolderView (if not)
3. Expand some Drive and click on an Folder. Or Just click on a Drive
4. Selections jumps to "Desktop"

What is the expected output? What do you see instead?
Should show the selected folder.
Jumps back to Desktop

What version of the product are you using? On what operating system?
Windows XP / 7Plus Version 1.0

Jusing Windows Explorer Extension "QT Tabbar"



Original issue reported on code.google.com by [email protected] on 8 Apr 2010 at 7:27

  • Merged into: #31

Shutdown timer

Add a small timer function to shutdown/hibernate/reboot after some time 
(possibly also when download speed drops below a certain limit, if possible)

Original issue reported on code.google.com by [email protected] on 6 Apr 2010 at 10:08

Double click on empty taskbar can't be disabled

What steps will reproduce the problem?
1. Uncheck "Double click on empty taskbar" in settings
2. double click on taskbar 
3. Balloontip shows "Invalid Command ... you need to enter a valid ..."

What is the expected output? What do you see instead?
No Balloontip / Nothig

What version of the product are you using? On what operating system?
7+ 1.0 on Windows Vista 64bit SP2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Apr 2010 at 2:23

File dialogs not fully supported

No clean methods for getting path and selected files in file dialogs.
Also distinguishing between different types of file dialogs is required.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 11:51

Mouse/Keyboard hook gets lost sometimes

Sometimes the mouse hook gets lost, this results in mouse hotkeys not being 
detected anymore. I believe this could be caused by hook timeout, which 
makes windows drop that hook, but this is not clear.

If this issue can't be fixed, a testing mechanism will have to be developed 
that sends some obscure key combination (such as CTRL+ALT+SHIFT+WIN+MButton) 
to test if the mouse hook still exists, so 7plus can be restarted when it 
gets lost.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 11:54

Wrong window in Win7

What steps will reproduce the problem?
1.Add a folder to fast folder menu by pressing ctrl+numpad key. Example:FolderA
2.click on a file which is present in the same folder as the folder in step
1. Example: FileB. That means FolderA and FileB have the same parent folder.
3.Now select FileB and middle click on it and select FolderA from the menu.
It gives an error saying "Wrong Window".

What is the expected output? What do you see instead?
FileB should get moved/copies into FolderA.

What version of the product are you using? On what operating system?
I am using v1.0 on Windows 7 Ultimate x64.

Original issue reported on code.google.com by [email protected] on 3 Apr 2010 at 9:57

Windows7 Autostart not working

Your program is a real help!

Unfortunately does not work with my system (Windows7pro/x86/deutsch) the
car start.

Neither of the built facility (Registry), nor a manual entry in the Startup
folder.

Exe Location: C:\Programme-Portable\7plus\7plus.exe

Thank you

Original issue reported on code.google.com by [email protected] on 4 Apr 2010 at 12:32

Win+E

Win+E should launch a second Explorer window and align them side by side if 
pressed while Explorer is active.


Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:01

Show free space / size of selected files doesn't work

What steps will reproduce the problem?
There are no steps necessary. It just doesn't show the free space and the
size of selected files in the status bar.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
v1.0, Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Apr 2010 at 10:33

Attachments:

Hide slide windows

Enhancement:
Can you add an option to hide the taskbar buttons of the floating windows
such that they serve as 'real' floating windows that can just be brought
into focus by moving mouse near the screen edge.
Thanks
GK

Original issue reported on code.google.com by [email protected] on 4 Apr 2010 at 4:19

Networked Fast Folders issue

What steps will reproduce the problem?
1.Create fast folder links to multiple networked locations
2.Atempt to access the locations by middle-click or number pad entry
3.

What is the expected output? What do you see instead?
expect - go to networked drive location
see - folder stays at the same location and refreshes view


What version of the product are you using? On what operating system?
XP SP3

Please provide any additional information below.
I believe it doesn't store the entire folder address.  Gave me error 
"\\(name) cannot be opened!" for one network location.  Works fine for 
mapped networked locations.
Related - my folders are organized by project number and before the program 
I would open the networked drive, type the first few digits of the project 
and it would highlight the folder, now it jumps around to other folders.  I 
would like the option of modifier key to open fast folder switcher or to 
only do folder switch by middle click.  
Related - unchecking and checking "Use Fast Folders" enables the Vista/7 
only check boxes in XP.
Thank you

Original issue reported on code.google.com by [email protected] on 1 Apr 2010 at 6:22

Clipboard manager not working

What steps will reproduce the problem?
1. Copy some text from notepad/Maxthon browser/Firefox browser (I tested 
just those)
2. Hit Win + V

What is the expected output? What do you see instead?
I expect the same list of items as shown in the video, but nothing happens.

What version of the product are you using? On what operating system?
V1.0 on Win7 x64, Dutch, all updates done.

Original issue reported on code.google.com by [email protected] on 1 Apr 2010 at 9:16

  • Merged into: #40

Double click on start menu

Maybe you can add something like the "double click on taskbar" for double 
click on start menu "icon". I know a lot of ppl who right click on start 
menu to open up the Explorer (and end up in "AppData\Roaming\Microsoft
\Windows\Start Menu" and have to scroll a lot).

Original issue reported on code.google.com by [email protected] on 8 Apr 2010 at 2:36

Non-instantaneous file filter

Instead of typing selection Explorer normally uses, a typing filter similar 
to the one used in Directory Opus, System Explorer or Trillian should be 
implemented.

It needs to use the .search-ms capabilities to search in the current dir 
only (no subdirs). Probably triggered by a hotkey, "." would be fitting 
maybe. A GUI with a textfield should be displayed in the lower right 
Explorer area, and pressing enter should apply it and focus explorer again, 
or better yet, it should update in real time and allow enter to execute the 
selected file. This depends on the speed of the search.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:05

Flatten directory

Use the windows search to show all files in the selected subdirectories.

Create a .search-ms file with proper arguments.

See http://www.autohotkey.com/forum/post-307108.html#307108 for an example


Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 12:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.