diff -r 85fc2a5cddb4 -r 59137afca666 APIs/Python3/eric5.api --- a/APIs/Python3/eric5.api Sat Feb 06 11:14:30 2010 +0000 +++ b/APIs/Python3/eric5.api Sat Feb 06 17:40:24 2010 +0000 @@ -306,7 +306,7 @@ eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.getCoding?4() eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.getRunning?4() eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.handleLine?4(line) -eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt) +eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.input?4(prompt, echo = True) eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.main?4() eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.progTerminated?4(status) eric5.DebugClients.Python3.DebugClientBase.DebugClientBase.run_call?4(scriptname, func, *args) @@ -318,7 +318,7 @@ eric5.DebugClients.Python3.DebugClientBase.DebugClientBase?1() eric5.DebugClients.Python3.DebugClientBase.DebugClientClose?4(fd) eric5.DebugClients.Python3.DebugClientBase.DebugClientFork?4() -eric5.DebugClients.Python3.DebugClientBase.DebugClientInput?4(prompt = "") +eric5.DebugClients.Python3.DebugClientBase.DebugClientInput?4(prompt = "", echo = True) eric5.DebugClients.Python3.DebugClientBase.DebugClientInstance?7 eric5.DebugClients.Python3.DebugClientBase.DebugClientSetRecursionLimit?4(limit) eric5.DebugClients.Python3.DebugClientCapabilities.HasAll?7 @@ -4879,6 +4879,7 @@ eric5.UI.BrowserModel.BrowserItem.isLazyPopulated?4() eric5.UI.BrowserModel.BrowserItem.isPopulated?4() eric5.UI.BrowserModel.BrowserItem.isPublic?4() +eric5.UI.BrowserModel.BrowserItem.isSymlink?4() eric5.UI.BrowserModel.BrowserItem.lessThan?4(other, column, order) eric5.UI.BrowserModel.BrowserItem.parent?4() eric5.UI.BrowserModel.BrowserItem.removeChild?4(child) @@ -5019,6 +5020,7 @@ eric5.UI.PixmapCache.addSearchPath?4(path, cache = pixCache) eric5.UI.PixmapCache.getIcon?4(key, cache = pixCache) eric5.UI.PixmapCache.getPixmap?4(key, cache = pixCache) +eric5.UI.PixmapCache.getSymlinkIcon?4(key, cache = pixCache) eric5.UI.PixmapCache.pixCache?7 eric5.UI.SplashScreen.NoneSplashScreen.clearMessage?4() eric5.UI.SplashScreen.NoneSplashScreen.finish?4(widget)