http file system, debugging remote html files
commitbc36759b313a8e231dc94f565ce5c1d7a72253ea
authorNikolay Chashnikov <Nikolay.Chashnikov@jetbrains.com>
Fri, 28 Mar 2008 10:57:36 +0000 (28 13:57 +0300)
committerNikolay Chashnikov <Nikolay.Chashnikov@jetbrains.com>
Fri, 28 Mar 2008 10:57:36 +0000 (28 13:57 +0300)
tree044252d20a2af965c6a5c947b889f5cb29149b1d
parentd101b41efa80337fcba2d37d92bedcfb5c5b2912
http file system, debugging remote html files
25 files changed:
platform-api/src/com/intellij/openapi/vfs/ex/http/HttpFileSystem.java [new file with mode: 0644]
platform-api/src/com/intellij/openapi/vfs/ex/http/HttpVirtualFileListener.java [new file with mode: 0644]
platform-impl/src/com/intellij/ide/actions/OpenRemoteFileAction.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/fileEditor/impl/http/DownloadRemoteFilePanel.form [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/fileEditor/impl/http/DownloadRemoteFilePanel.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditor.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/fileEditor/impl/http/HttpFileEditorProvider.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/fileEditor/impl/text/TextEditorState.java
platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingAdapter.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/vfs/impl/http/FileDownloadingListener.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpFileSystemImpl.java [moved from ExtendedApi/src/com/intellij/openapi/vfs/ex/http/HttpFileSystem.java with 56% similarity]
platform-impl/src/com/intellij/openapi/vfs/impl/http/HttpVirtualFile.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/vfs/impl/http/LocalFileStorage.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileInfo.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileManager.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/vfs/impl/http/RemoteFileUtil.java [new file with mode: 0644]
platform-impl/src/com/intellij/openapi/vfs/impl/http/VirtualFileImpl.java [moved from source/com/intellij/openapi/vfs/ex/http/VirtualFileImpl.java with 52% similarity]
platform-resources/src/META-INF/PlatformExtensions.xml
platform-resources/src/componentSets/Platform.xml
platform-resources/src/idea/PlatformActions.xml
platform-resources_eng/src/messages/UIBundle.properties
platform-resources_eng/src/messages/VfsBundle.properties
resources/src/componentSets/Core.xml
xdebugger/impl/com/intellij/xdebugger/impl/breakpoints/XBreakpointManagerImpl.java
xdebugger/tests/com/intellij/xdebugger/XDebuggerTestCase.java