{"id":21923260,"url":"https://github.com/androiddevelop/reverselines","last_synced_at":"2026-05-03T09:34:25.187Z","repository":{"id":146317301,"uuid":"128186553","full_name":"androiddevelop/ReverseLines","owner":"androiddevelop","description":"an idea plugin for reverse lines","archived":false,"fork":false,"pushed_at":"2021-01-04T04:18:21.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T10:44:56.634Z","etag":null,"topics":["idea","plugin"],"latest_commit_sha":null,"homepage":"http://open.codeboy.me","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/androiddevelop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-05T09:42:20.000Z","updated_at":"2021-01-04T04:18:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee52e089-808f-4aa5-99b1-e589c2a5eba4","html_url":"https://github.com/androiddevelop/ReverseLines","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androiddevelop%2FReverseLines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androiddevelop%2FReverseLines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androiddevelop%2FReverseLines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/androiddevelop%2FReverseLines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/androiddevelop","download_url":"https://codeload.github.com/androiddevelop/ReverseLines/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244945626,"owners_count":20536297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["idea","plugin"],"created_at":"2024-11-28T21:09:55.836Z","updated_at":"2026-05-03T09:34:25.139Z","avatar_url":"https://github.com/androiddevelop.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReverseLines\nidea plugin for reverse lines.\n\n### Example\n\nReverse the order of the elements inserted into the list\n\n#### source code:\n```java\nList\u003cString\u003e list = new ArrayList\u003c\u003e();\nlist.add(\"a\");\nlist.add(\"b\");\nlist.add(\"c\");\nlist.add(\"d\");\nlist.add(\"e\");\nlist.add(\"f\");\n```\n#### target code:\n```java\nList\u003cString\u003e list = new ArrayList\u003c\u003e();\nlist.add(\"f\");\nlist.add(\"e\");\nlist.add(\"d\");\nlist.add(\"c\");\nlist.add(\"b\");\nlist.add(\"a\");\n```\n\n#### steps: \nwhat you need to do is as follows:\n1. select the part you want to reverse. In the above example, select the line 2 to line 7.\n2. click edit menu and select【Reverse Lines】Or right click and select【Reverse Lines】Or simply press the 【command + shift + r 】shortcut\n\n\n### License\n\n```\nCopyright 2020 Yuedong.li\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n\u003e Have any questions please contact me (app@codeboy.me).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroiddevelop%2Freverselines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroiddevelop%2Freverselines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroiddevelop%2Freverselines/lists"}