From dccf83c5c36871c302a83f8789710a9294b7bcc6 Mon Sep 17 00:00:00 2001 From: Hannah Schellekens Date: Fri, 28 Jun 2019 23:56:09 +0200 Subject: [PATCH] Name change. --- CONTRIBUTING.md | 4 +- LICENSE | 2 +- README.md | 8 +- build.gradle | 2 +- .../texifyidea/grammar/BibtexLexer.java | 4 +- .../texifyidea/grammar/LatexLexer.java | 4 +- .../texifyidea/parser/BibtexParser.java | 5 +- .../texifyidea/parser/LatexParser.java | 5 +- .../texifyidea/psi/BibtexBracedString.java | 2 +- .../texifyidea/psi/BibtexComment.java | 4 +- .../texifyidea/psi/BibtexContent.java | 2 +- .../texifyidea/psi/BibtexDefinedString.java | 4 +- .../texifyidea/psi/BibtexEndtry.java | 2 +- .../texifyidea/psi/BibtexEntry.java | 2 +- .../texifyidea/psi/BibtexEntryContent.java | 2 +- .../texifyidea/psi/BibtexEntryType.java | 4 +- .../texifyidea/psi/BibtexId.java | 6 +- .../texifyidea/psi/BibtexKey.java | 4 +- .../texifyidea/psi/BibtexNormalText.java | 4 +- .../texifyidea/psi/BibtexPreamble.java | 2 +- .../texifyidea/psi/BibtexQuotedString.java | 3 +- .../texifyidea/psi/BibtexString.java | 3 +- .../texifyidea/psi/BibtexTag.java | 2 +- .../texifyidea/psi/BibtexType.java | 4 +- .../texifyidea/psi/BibtexTypes.java | 6 +- .../texifyidea/psi/BibtexVisitor.java | 2 +- .../texifyidea/psi/LatexBeginCommand.java | 2 +- .../texifyidea/psi/LatexCommands.java | 4 +- .../texifyidea/psi/LatexComment.java | 3 +- .../texifyidea/psi/LatexContent.java | 3 +- .../texifyidea/psi/LatexDisplayMath.java | 3 +- .../texifyidea/psi/LatexEndCommand.java | 2 +- .../texifyidea/psi/LatexEnvironment.java | 3 +- .../psi/LatexEnvironmentContent.java | 2 +- .../texifyidea/psi/LatexGroup.java | 2 +- .../texifyidea/psi/LatexInlineMath.java | 3 +- .../texifyidea/psi/LatexMathContent.java | 2 +- .../texifyidea/psi/LatexMathEnvironment.java | 3 +- .../texifyidea/psi/LatexNoMathContent.java | 3 +- .../texifyidea/psi/LatexNormalText.java | 4 +- .../texifyidea/psi/LatexOpenGroup.java | 2 +- .../texifyidea/psi/LatexOptionalParam.java | 3 +- .../texifyidea/psi/LatexParameter.java | 3 +- .../texifyidea/psi/LatexRequiredParam.java | 3 +- .../texifyidea/psi/LatexTypes.java | 40 +- .../texifyidea/psi/LatexVisitor.java | 2 +- .../psi/impl/BibtexBracedStringImpl.java | 6 +- .../psi/impl/BibtexCommentImpl.java | 8 +- .../psi/impl/BibtexContentImpl.java | 6 +- .../psi/impl/BibtexDefinedStringImpl.java | 12 +- .../texifyidea/psi/impl/BibtexEndtryImpl.java | 6 +- .../psi/impl/BibtexEntryContentImpl.java | 6 +- .../texifyidea/psi/impl/BibtexEntryImpl.java | 6 +- .../texifyidea/psi/impl/BibtexIdImpl.java | 11 +- .../texifyidea/psi/impl/BibtexKeyImpl.java | 8 +- .../psi/impl/BibtexNormalTextImpl.java | 8 +- .../psi/impl/BibtexPreambleImpl.java | 6 +- .../psi/impl/BibtexQuotedStringImpl.java | 8 +- .../texifyidea/psi/impl/BibtexStringImpl.java | 8 +- .../texifyidea/psi/impl/BibtexTagImpl.java | 6 +- .../texifyidea/psi/impl/BibtexTypeImpl.java | 8 +- .../psi/impl/LatexBeginCommandImpl.java | 6 +- .../psi/impl/LatexCommandsImpl.java | 20 +- .../texifyidea/psi/impl/LatexCommentImpl.java | 9 +- .../texifyidea/psi/impl/LatexContentImpl.java | 8 +- .../psi/impl/LatexDisplayMathImpl.java | 8 +- .../psi/impl/LatexEndCommandImpl.java | 6 +- .../psi/impl/LatexEnvironmentContentImpl.java | 6 +- .../psi/impl/LatexEnvironmentImpl.java | 8 +- .../texifyidea/psi/impl/LatexGroupImpl.java | 6 +- .../psi/impl/LatexInlineMathImpl.java | 9 +- .../psi/impl/LatexMathContentImpl.java | 6 +- .../psi/impl/LatexMathEnvironmentImpl.java | 8 +- .../psi/impl/LatexNoMathContentImpl.java | 8 +- .../psi/impl/LatexNormalTextImpl.java | 8 +- .../psi/impl/LatexOpenGroupImpl.java | 6 +- .../psi/impl/LatexOptionalParamImpl.java | 8 +- .../psi/impl/LatexParameterImpl.java | 8 +- .../psi/impl/LatexRequiredParamImpl.java | 8 +- resources/META-INF/plugin.xml | 378 +++++++++--------- .../texifyidea/icons/aux-file.svg | 0 .../texifyidea/icons/bbl-file.svg | 0 .../texifyidea/icons/bib-build.svg | 0 .../texifyidea/icons/bib-build_dark.svg | 0 .../texifyidea/icons/bibliography-file.svg | 0 .../texifyidea/icons/build.svg | 0 .../texifyidea/icons/build_dark.svg | 0 .../texifyidea/icons/class-file.svg | 0 .../texifyidea/icons/doc-latex-file.svg | 0 .../texifyidea/icons/dot-bib.svg | 0 .../texifyidea/icons/dot-chap.svg | 0 .../texifyidea/icons/dot-cls.svg | 0 .../texifyidea/icons/dot-cmd.svg | 0 .../texifyidea/icons/dot-env.svg | 0 .../texifyidea/icons/dot-incl.svg | 0 .../texifyidea/icons/dot-lbl.svg | 0 .../texifyidea/icons/dot-num.svg | 0 .../texifyidea/icons/dot-par.svg | 0 .../texifyidea/icons/dot-part.svg | 0 .../texifyidea/icons/dot-sec.svg | 0 .../texifyidea/icons/dot-subpar.svg | 0 .../texifyidea/icons/dot-subsec.svg | 0 .../texifyidea/icons/dot-subsubsec.svg | 0 .../texifyidea/icons/dot-tex.svg | 0 .../texifyidea/icons/dvi-file.svg | 0 .../texifyidea/icons/equation-preview.svg | 0 .../icons/equation-preview_dark.svg | 0 .../texifyidea/icons/file.svg | 0 .../texifyidea/icons/font-bold.svg | 0 .../texifyidea/icons/font-bold_dark.svg | 0 .../texifyidea/icons/font-italics.svg | 0 .../texifyidea/icons/font-italics_dark.svg | 0 .../texifyidea/icons/font-mono.svg | 0 .../texifyidea/icons/font-mono_dark.svg | 0 .../texifyidea/icons/font-overline.svg | 0 .../texifyidea/icons/font-overline_dark.svg | 0 .../texifyidea/icons/font-slanted.svg | 0 .../texifyidea/icons/font-slanted_dark.svg | 0 .../texifyidea/icons/font-smallcaps.svg | 0 .../texifyidea/icons/font-smallcaps_dark.svg | 0 .../texifyidea/icons/font-strike.svg | 0 .../texifyidea/icons/font-strike_dark.svg | 0 .../texifyidea/icons/font-underline.svg | 0 .../texifyidea/icons/font-underline_dark.svg | 0 .../texifyidea/icons/key-required.svg | 0 .../texifyidea/icons/key-required_dark.svg | 0 .../texifyidea/icons/key-user.svg | 0 .../texifyidea/icons/key-user_dark.svg | 0 .../texifyidea/icons/latex-file-big.svg | 0 .../texifyidea/icons/latex-file.svg | 0 .../texifyidea/icons/latex-module.svg | 0 .../texifyidea/icons/latex-module_dark.svg | 0 .../texifyidea/icons/pdf-file.svg | 0 .../texifyidea/icons/right.svg | 0 .../texifyidea/icons/right_dark.svg | 0 .../texifyidea/icons/stats.svg | 0 .../texifyidea/icons/stats_dark.svg | 0 .../texifyidea/icons/string.svg | 0 .../texifyidea/icons/style-file.svg | 0 .../texifyidea/icons/sumatra.svg | 0 .../texifyidea/icons/sumatra_dark.svg | 0 .../texifyidea/icons/synctex-file.svg | 0 .../texifyidea/icons/temp.svg | 0 .../texifyidea/icons/text-file.svg | 0 .../texifyidea/icons/tikz-file.svg | 0 .../texifyidea/icons/tikz-preview.svg | 0 .../texifyidea/icons/tikz-preview_dark.svg | 0 .../texifyidea/icons/toc-file.svg | 0 .../texifyidea/icons/toggle-star.svg | 0 .../texifyidea/icons/toggle-star_dark.svg | 0 .../texifyidea/icons/word-count.svg | 0 .../texifyidea/icons/word-count_dark.svg | 0 .../texifyidea/packages/package.list | 0 scripts/ctan.py | 2 +- .../texifyidea/BibtexLanguage.kt | 4 +- .../texifyidea/BibtexLexerAdapter.kt | 9 + .../texifyidea/BibtexParserDefinition.java | 10 +- .../texifyidea/LatexLanguage.java | 2 +- .../texifyidea/LatexLexerAdapter.java | 4 +- .../texifyidea/LatexParserDefinition.java | 8 +- .../texifyidea/TeXception.kt | 4 +- .../texifyidea/TexifyIcons.java | 206 +++++----- .../action/AnalyzeMenuRegistration.kt | 2 +- .../texifyidea/action/ClearAuxFiles.kt | 4 +- .../texifyidea/action/EditorAction.java | 6 +- .../texifyidea/action/InsertEditorAction.java | 4 +- .../action/LatexToggleStarAction.kt | 18 +- .../texifyidea/action/NewLatexFileAction.java | 16 +- .../action/analysis/WordCountAction.kt | 10 +- .../action/evince/ForwardSearchAction.kt | 10 +- .../action/group/EvinceActionGroup.kt | 4 +- .../action/group/InsertActionGroup.java | 4 +- .../group/InsertFontStyleActionGroup.kt | 6 +- .../group/InsertSectioningActionGroup.kt | 6 +- .../action/group/LatexAnalyzeMenuGroup.kt | 6 +- .../action/group/LatexEditMenuGroup.kt | 6 +- .../action/group/LatexToolsMenuGroup.kt | 6 +- .../action/group/SumatraActionGroup.kt | 6 +- .../action/insert/InsertBoldfaceAction.java | 8 +- .../action/insert/InsertChapterAction.java | 8 +- .../action/insert/InsertItalicsAction.java | 8 +- .../action/insert/InsertOverlineAction.java | 8 +- .../action/insert/InsertParagraphAction.java | 8 +- .../action/insert/InsertPartAction.java | 14 + .../action/insert/InsertSectionAction.java | 8 +- .../action/insert/InsertSlantedAction.java | 8 +- .../action/insert/InsertSmallCapsAction.java | 8 +- .../insert/InsertStrikethroughAction.kt | 10 +- .../insert/InsertSubParagraphAction.java | 8 +- .../action/insert/InsertSubSectionAction.java | 8 +- .../insert/InsertSubSubSectionAction.java | 8 +- .../action/insert/InsertTypewriterAction.java | 8 +- .../action/insert/InsertUnderlineAction.java | 8 +- .../action/preview/PreviewAction.kt | 8 +- .../action/preview/ShowEquationPreview.kt | 11 +- .../action/preview/ShowTikzPreview.kt | 16 +- .../sumatra/ConfigureInverseSearchAction.kt | 6 +- .../action/sumatra/ForwardSearchAction.kt | 12 +- .../texifyidea/algorithm/Algorithm.java | 4 +- .../texifyidea/algorithm/BFS.java | 8 +- .../texifyidea/algorithm/IsChildDFS.kt | 4 +- .../texifyidea/algorithm/PathAlgorithm.java | 4 +- .../blame/LatexErrorReportSubmitter.kt | 4 +- .../completion/BibtexKeyProvider.kt | 20 +- .../completion/BibtexStringProvider.kt | 16 +- .../completion/BibtexTypeTokenProvider.kt | 8 +- .../texifyidea/completion/InsertBibtexTag.kt | 12 +- .../LatexBibliographyStyleProvider.kt | 8 +- .../completion/LatexCharFilter.java | 4 +- .../completion/LatexCommandProvider.java | 22 +- .../completion/LatexDocumentclassProvider.kt | 10 +- .../completion/LatexFileProvider.kt | 14 +- .../completion/LatexInspectionIdProvider.kt | 8 +- .../LatexMagicCommentKeyProvider.kt | 8 +- .../completion/LatexPackageNameProvider.kt | 16 +- .../completion/TexifyCompletionContributor.kt | 19 +- .../completion/handlers/CompositeHandler.kt | 4 +- .../handlers/FileNameInsertionHandler.kt | 10 +- .../LatexCommandArgumentInsertHandler.java | 10 +- .../LatexCommandPackageIncludeHandler.kt | 10 +- .../handlers/LatexMathInsertHandler.kt | 6 +- .../handlers/LatexNoMathInsertHandler.kt | 12 +- .../handlers/LatexReferenceInsertHandler.java | 2 +- .../handlers/MoveToEndOfCommandHandler.kt | 10 +- .../completion/handlers/RightInsertHandler.kt | 8 +- .../handlers/TokenTypeInsertHandler.kt | 6 +- .../BibtexDocumentationProvider.kt | 8 +- .../documentation/IdDeclarationLabel.kt | 6 +- .../documentation/LabelDeclarationLabel.kt | 8 +- .../LatexDocumentationProvider.kt | 16 +- .../documentation/NavigationLabel.kt | 4 +- .../documentation/StringDeclarationLabel.kt | 6 +- .../editor/BibtexQuoteInsertHandler.kt | 7 +- .../editor/InsertEnumerationItem.kt | 18 +- .../texifyidea/editor/LatexCommenter.kt | 2 +- .../editor/LatexQuoteInsertHandler.kt | 10 +- .../editor/LatexSoftWrapEditorListener.kt | 8 +- .../editor/MathEnvironmentEditor.kt | 8 +- .../editor/MultiLineMathContentToOneLine.kt | 4 +- .../texifyidea/editor/ShiftTracker.kt | 4 +- .../texifyidea/editor/UpDownAutoBracket.kt | 14 +- .../texifyidea/file/BibtexFile.kt | 6 +- .../texifyidea/file/BibtexFileType.kt | 8 +- .../texifyidea/file/ClassFile.kt | 6 +- .../texifyidea/file/ClassFileType.kt | 8 +- .../texifyidea/file/FileExtensionMatcher.java | 4 +- .../texifyidea/file/FileNameMatcher.java | 4 +- .../texifyidea/file/LatexFile.kt | 4 +- .../texifyidea/file/LatexFileType.kt | 6 +- .../texifyidea/file/StyleFile.kt | 6 +- .../texifyidea/file/StyleFileType.kt | 8 +- .../texifyidea/file/TexifyFileTypeFactory.kt | 2 +- .../texifyidea/file/TikzFile.kt | 4 +- .../texifyidea/file/TikzFileType.kt | 6 +- .../folding/LatexEnvironmentFoldingBuilder.kt | 6 +- .../folding/LatexImportFoldingBuilder.kt | 18 +- .../folding/LatexMathSymbolFoldingBuilder.kt | 10 +- .../folding/LatexSectionFoldingBuilder.kt | 12 +- .../texifyidea/formatting/BibtexBlock.kt | 6 +- .../BibtexFormattingModelBuilder.kt | 8 +- .../texifyidea/formatting/LatexBlock.java | 4 +- .../LatexFormattingModelBuilder.java | 6 +- .../texifyidea/grammar/Bibtex.bnf | 12 +- .../texifyidea/grammar/BibtexLexer.flex | 5 +- .../texifyidea/grammar/Latex.bnf | 12 +- .../texifyidea/grammar/LatexLexer.flex | 5 +- .../texifyidea/gutter/LatexCompileGutter.kt | 10 +- .../gutter/LatexNavigationGutter.java | 18 +- .../highlighting/BibtexAnnotator.kt | 16 +- .../highlighting/BibtexColorSettingsPage.kt | 6 +- .../highlighting/BibtexPairedBraceMatcher.kt | 6 +- .../highlighting/BibtexSyntaxHighlighter.kt | 8 +- .../BibtexSyntaxHighlighterFactory.kt | 4 +- .../texifyidea/highlighting/LatexAnnotator.kt | 10 +- .../highlighting/LatexColorSettingsPage.kt | 6 +- .../highlighting/LatexPairedBraceMatcher.kt | 4 +- .../highlighting/LatexSyntaxHighlighter.java | 8 +- .../LatexSyntaxHighlighterFactory.kt | 2 +- .../highlighting/LatexTypedHandler.java | 10 +- .../texifyidea/index/BibtexIdIndex.kt | 8 +- .../texifyidea/index/BibtexIdIndexKey.java | 8 +- .../texifyidea/index/IndexCommandsUtilBase.kt | 6 +- .../texifyidea/index/IndexKeys.java | 19 + .../texifyidea/index/IndexUtilBase.kt | 10 +- .../texifyidea/index/LatexCommandsIndex.kt | 6 +- .../texifyidea/index/LatexDefinitionIndex.kt | 6 +- .../texifyidea/index/LatexIncludesIndex.kt | 6 +- .../texifyidea/index/stub/BibtexIdStub.java | 6 +- .../index/stub/BibtexIdStubElementType.kt | 14 +- .../texifyidea/index/stub/BibtexIdStubImpl.kt | 6 +- .../index/stub/LatexCommandsStub.java | 6 +- .../stub/LatexCommandsStubElementType.java | 18 +- .../index/stub/LatexCommandsStubImpl.kt | 6 +- .../texifyidea/insight/InsightGroup.kt | 10 +- .../insight/LatexEnterBetweenBracesHandler.kt | 6 +- .../insight/LatexLineMarkerProvider.kt | 8 +- .../insight/LatexParameterInfoHandler.kt | 6 +- .../texifyidea/inspections/Inspections.kt | 4 +- .../inspections/LatexSpellcheckingStrategy.kt | 18 +- .../inspections/TexifyInspectionBase.kt | 36 +- .../TexifyInspectionBaseBambi.java | 6 +- .../TexifyLineOptionsInspection.kt | 4 +- .../inspections/TexifyRegexInspection.kt | 10 +- .../BibtexDuplicateBibliographyInspection.kt | 14 +- ...texDuplicateBibliographystyleInspection.kt | 18 +- .../bibtex/BibtexDuplicateIdInspection.kt | 16 +- ...ibtexMissingBibliographystyleInspection.kt | 14 +- .../latex/LatexAvoidEqnarrayInspection.kt | 18 +- .../inspections/latex/LatexCdotInspection.kt | 6 +- .../latex/LatexCiteBeforePeriodInspection.kt | 10 +- .../latex/LatexCollapseCiteInspection.kt | 22 +- .../LatexCommandAlreadyDefinedInspection.kt | 20 +- .../latex/LatexDiacriticIJInspection.kt | 22 +- .../LatexDiscouragedUseOfDefInspection.kt | 20 +- .../LatexDuplicateDefinitionInspection.kt | 16 +- .../latex/LatexDuplicateLabelInspection.kt | 12 +- .../latex/LatexEllipsisInspection.kt | 12 +- .../latex/LatexEnDashInspection.kt | 15 +- .../LatexEncloseWithLeftRightInspection.kt | 18 +- .../latex/LatexEquationReferenceInspection.kt | 14 +- .../latex/LatexExtremeInequalityInspection.kt | 11 +- .../LatexFigureNotReferencedInspection.kt | 12 +- .../latex/LatexFileNotFoundInspection.kt | 26 +- .../latex/LatexGatherEquationsInspection.kt | 16 +- .../LatexGroupedSubSupScriptInspection.kt | 10 +- .../latex/LatexInclusionLoopInspection.kt | 20 +- .../latex/LatexLabelConventionInspection.kt | 16 +- .../latex/LatexLineBreakInspection.kt | 16 +- .../latex/LatexMakeatletterInspection.kt | 6 +- .../LatexMathOperatorEscapeInspection.java | 12 +- .../LatexMightBreakTexifyInspection.java | 14 +- ...texMissingDocumentEnvironmentInspection.kt | 20 +- .../LatexMissingDocumentclassInspection.kt | 14 +- .../latex/LatexMissingImportInspection.kt | 34 +- .../latex/LatexMissingLabelInspection.kt | 16 +- .../latex/LatexMultipleIncludesInspection.kt | 20 +- .../latex/LatexNestedIncludesInspection.kt | 16 +- .../latex/LatexNoExtensionInspection.kt | 20 +- .../latex/LatexNonBreakingSpaceInspection.kt | 30 +- .../LatexNonMatchingEnvironmentInspection.kt | 20 +- .../latex/LatexNonMatchingIfInspection.kt | 16 +- .../LatexOverInsteadOfFracInspection.java | 20 +- .../latex/LatexPrimitiveEquationInspection.kt | 11 +- .../latex/LatexPrimitiveStyleInspection.java | 20 +- .../latex/LatexQedHereInspection.kt | 16 +- .../latex/LatexRedundantEscapeInspection.kt | 18 +- .../latex/LatexRedundantParInspection.kt | 10 +- .../LatexSentenceEndWithCapitalInspection.kt | 10 +- .../LatexSpaceAfterAbbreviationInspection.kt | 20 +- .../latex/LatexTooLargeSectionInspection.kt | 24 +- .../latex/LatexTrimWhitespaceInspection.kt | 18 +- .../latex/LatexUnicodeInspection.java | 22 +- .../LatexUnresolvedReferenceInspection.kt | 18 +- .../latex/LatexXInsteadOfTimesInspection.kt | 6 +- .../intentions/LatexDisplayMathIntention.kt | 8 +- .../intentions/LatexInlineDisplayToggle.kt | 10 +- .../LatexLeftRightParenthesesIntention.kt | 6 +- .../texifyidea/intentions/LatexMathToggle.kt | 16 +- .../LatexMoveSectionToFileIntention.kt | 14 +- .../LatexMoveSelectionToFileIntention.kt | 20 +- .../LatexToggleSmartQuotesIntention.kt | 6 +- .../LatexUnpackUsepackageIntention.kt | 10 +- .../intentions/TexifyIntentionBase.kt | 6 +- .../texifyidea/lang/Argument.kt | 2 +- .../texifyidea/lang/BibtexDefaultEntry.kt | 6 +- .../texifyidea/lang/BibtexDefaultEntryType.kt | 4 +- .../texifyidea/lang/BibtexEntryField.kt | 4 +- .../texifyidea/lang/BibtexEntryType.kt | 4 +- .../texifyidea/lang/CommandManager.java | 4 +- .../texifyidea/lang/DefaultEnvironment.kt | 12 +- .../texifyidea/lang/Dependend.kt | 4 +- .../texifyidea/lang/Described.kt | 4 +- .../texifyidea/lang/Diacritic.kt | 2 +- .../texifyidea/lang/Environment.kt | 6 +- .../texifyidea/lang/LatexCommand.kt | 8 +- .../texifyidea/lang/LatexMathCommand.kt | 14 +- .../texifyidea/lang/LatexMathEnvironment.kt | 2 +- .../texifyidea/lang/LatexMode.kt | 2 +- .../texifyidea/lang/LatexRegularCommand.kt | 20 +- .../texifyidea/lang/OptionalArgument.kt | 2 +- .../texifyidea/lang/Package.kt | 4 +- .../texifyidea/lang/RequiredArgument.kt | 2 +- .../texifyidea/lang/RequiredFileArgument.java | 8 +- .../texifyidea/lang/SimpleBibtexEntryField.kt | 4 +- .../texifyidea/lang/SimpleEnvironment.kt | 4 +- .../texifyidea/lang/magic/CustomMagicKey.kt | 4 +- .../texifyidea/lang/magic/DefaultMagicKeys.kt | 6 +- .../texifyidea/lang/magic/MagicComment.kt | 6 +- .../lang/magic/MagicCommentParser.kt | 4 +- .../lang/magic/MagicCommentScope.kt | 4 +- .../texifyidea/lang/magic/MagicComments.kt | 6 +- .../texifyidea/lang/magic/MagicKey.kt | 6 +- .../lang/magic/TextBasedMagicCommentParser.kt | 6 +- .../texifyidea/modules/DefaultFileCreator.kt | 6 +- .../texifyidea/modules/LatexModuleBuilder.kt | 4 +- .../texifyidea/modules/LatexModuleType.kt | 4 +- .../modules/LatexModuleWizardStep.kt | 2 +- .../modules/LatexProjectGenerator.kt | 6 +- .../modules/LatexProjectGeneratorPeer.kt | 4 +- .../GotoCommandDefinitionSymbolContributor.kt | 10 +- ...oEnvironmentDefinitionSymbolContributor.kt | 10 +- .../navigation/GotoLabelSymbolContributor.kt | 8 +- .../GotoSectionDefinitionSymbolContributor.kt | 10 +- .../navigation/NavigationItemUtil.kt | 16 +- .../navigation/TexifyGotoSymbolBase.kt | 4 +- .../project/TeXiFyProjectViewNodeDecorator.kt | 6 +- .../texifyidea/psi/BibtexElementType.kt | 6 +- .../texifyidea/psi/BibtexTokenType.kt | 6 +- .../texifyidea/psi/LatexElementType.kt | 4 +- .../texifyidea/psi/LatexPsiUtil.java | 8 +- .../texifyidea/psi/LatexTokenType.kt | 4 +- .../texifyidea/psi/PsiContainer.kt | 6 +- .../psi/StructurePsiChangeListener.kt | 4 +- .../reference/BibtexStringReference.kt | 16 +- .../reference/LatexLabelReference.java | 22 +- .../texifyidea/run/BibliographyPanel.kt | 2 +- .../texifyidea/run/BibtexCommandLineState.kt | 2 +- .../texifyidea/run/BibtexRunConfiguration.kt | 4 +- .../run/BibtexRunConfigurationType.kt | 4 +- .../texifyidea/run/BibtexSettingsEditor.kt | 4 +- .../texifyidea/run/LatexCommandLineState.kt | 13 +- .../run/LatexConfigurationFactory.kt | 2 +- .../texifyidea/run/LatexRunConfiguration.kt | 16 +- .../run/LatexRunConfigurationProducer.kt | 6 +- .../run/LatexRunConfigurationType.kt | 6 +- .../texifyidea/run/LatexSettingsEditor.kt | 8 +- .../texifyidea/run/OpenPdfViewerListener.kt | 4 +- .../texifyidea/run/RunBibtexListener.kt | 2 +- .../texifyidea/run/RunConfigCellRenderer.kt | 2 +- .../run/RunConfigurationSelectionDialog.kt | 2 +- .../texifyidea/run/compiler/BiberCompiler.kt | 4 +- .../run/compiler/BibliographyCompiler.kt | 6 +- .../texifyidea/run/compiler/BibtexCompiler.kt | 7 +- .../texifyidea/run/compiler/Compiler.kt | 2 +- .../texifyidea/run/compiler/LatexCompiler.kt | 12 +- .../run/evince/EvinceConversation.kt | 4 +- .../run/evince/EvinceForwardSearch.kt | 11 +- .../run/evince/EvinceInverseSearchListener.kt | 2 +- .../run/evince/OpenEvinceListener.kt | 6 +- .../run/sumatra/OpenSumatraListener.kt | 6 +- .../run/sumatra/SumatraConversation.kt | 6 +- .../run/sumatra/SumatraForwardSearch.kt | 10 +- .../texifyidea/settings/TexifyConfigurable.kt | 4 +- .../texifyidea/settings/TexifySettings.kt | 2 +- .../startup/TexifyStartupActivity.kt | 8 +- .../structure/EditableHintPresentation.kt | 4 +- .../structure/bibtex/BibtexBreadcrumbsInfo.kt | 20 +- .../bibtex/BibtexFilePresentation.kt | 13 + .../bibtex/BibtexStructureViewElement.kt | 6 +- .../BibtexStructureViewEntriesElement.kt | 8 +- .../bibtex/BibtexStructureViewEntryElement.kt | 10 +- .../bibtex/BibtexStructureViewFactory.kt | 6 +- .../bibtex/BibtexStructureViewModel.kt | 10 +- .../bibtex/BibtexStructureViewTagElement.kt | 10 +- .../structure/filter/BibitemFilter.kt | 10 +- .../filter/CommandDefinitionFilter.kt | 12 +- .../structure/filter/DummyTreeElement.kt | 6 +- .../structure/filter/EntryFilter.kt | 8 +- .../structure/filter/IncludesFilter.kt | 10 +- .../structure/filter/LabelFilter.java | 10 +- .../structure/filter/PreambleFilter.kt | 8 +- .../structure/filter/SectionFilter.kt | 12 +- .../structure/filter/StringFilter.kt | 10 +- .../structure/latex/BibitemPresentation.kt | 8 +- .../structure/latex/LatexBreadcrumbsInfo.kt | 12 +- .../latex/LatexChapterPresentation.kt | 10 +- .../structure/latex/LatexFilePresentation.kt | 8 +- .../latex/LatexIncludePresentation.kt | 8 +- .../structure/latex/LatexLabelPresentation.kt | 12 +- .../latex/LatexNewCommandPresentation.kt | 8 +- .../latex/LatexOtherCommandPresentation.kt | 8 +- .../latex/LatexParagraphPresentation.kt | 10 +- .../structure/latex/LatexPartPresentation.kt | 10 +- .../latex/LatexPresentationFactory.kt | 8 +- .../latex/LatexSectionPresentation.kt | 10 +- .../latex/LatexStructureViewCommandElement.kt | 10 +- .../latex/LatexStructureViewElement.kt | 22 +- .../latex/LatexStructureViewFactory.kt | 6 +- .../latex/LatexStructureViewModel.kt | 6 +- .../latex/LatexSubParagraphPresentation.kt | 10 +- .../latex/LatexSubSectionPresentation.kt | 10 +- .../latex/LatexSubSubSectionPresentation.kt | 10 +- .../structure/latex/SectionNumbering.kt | 6 +- .../texifyidea/templates/BibtexContext.kt | 6 +- .../templates/BibtexLiveTemplateProvider.kt | 4 +- .../texifyidea/templates/LatexContext.kt | 4 +- .../templates/LatexLiveTemplateProvider.kt | 2 +- .../templates/LatexTemplatesFactory.kt | 10 +- .../texifyidea/ui/CreateFileDialog.kt | 4 +- .../ui/EquationPreviewToolWindow.kt | 2 +- .../texifyidea/ui/ImagePanel.kt | 2 +- .../texifyidea/ui/MathEnvironmentDialog.kt | 6 +- .../texifyidea/ui/PreviewForm.form | 4 +- .../texifyidea/ui/PreviewForm.kt | 2 +- .../texifyidea/ui/PreviewFormUpdater.kt | 2 +- .../texifyidea/util/Bibtex.kt | 4 +- .../texifyidea/util/Collections.kt | 2 +- .../texifyidea/util/Commands.kt | 6 +- .../texifyidea/util/Container.kt | 4 +- .../texifyidea/util/Documents.kt | 2 +- .../texifyidea/util/Environments.kt | 6 +- .../texifyidea/util/FileSet.kt | 12 +- .../texifyidea/util/Files.kt | 22 +- .../texifyidea/util/General.kt | 2 +- .../texifyidea/util/Kindness.kt | 4 +- .../texifyidea/util/Labels.kt | 10 +- .../texifyidea/util/LatexDistribution.kt | 2 +- .../texifyidea/util/Log.kt | 4 +- .../texifyidea/util/Magic.kt | 30 +- .../texifyidea/util/Numbers.kt | 4 +- .../texifyidea/util/Packages.kt | 12 +- .../texifyidea/util/Projects.kt | 4 +- .../texifyidea/util/Psi.kt | 10 +- .../texifyidea/util/PsiCommands.kt | 8 +- .../texifyidea/util/Strings.kt | 2 +- .../texifyidea/util/UserInterface.kt | 2 +- .../util/tools/GenerateBibtexTypeTemplates.kt | 8 +- .../texifyidea/BibtexLexerAdapter.kt | 9 - .../action/insert/InsertPartAction.java | 14 - .../rubensten/texifyidea/index/IndexKeys.java | 19 - .../bibtex/BibtexFilePresentation.kt | 13 - .../texifyidea/editor/OneLinerTest.kt | 2 +- .../inspections/TexifyRegexInspectionTest.kt | 4 +- .../LatexGroupedSubSupScriptInspectionTest.kt | 4 +- .../latex/TexifyRegexInspectionTestBase.kt | 6 +- .../texifyidea/lang/CommandManagerTest.java | 4 +- .../texifyidea/lang/magic/MagicCommentTest.kt | 4 +- .../magic/TextBasedMagicCommentParserTest.kt | 4 +- .../texifyidea/util/CollectionsKtTest.kt | 4 +- .../texifyidea/util/LatexDistributionTest.kt | 3 +- .../texifyidea/util/TexifyUtilTest.java | 4 +- 531 files changed, 2117 insertions(+), 2260 deletions(-) rename gen/nl/{rubensten => hannahsten}/texifyidea/grammar/BibtexLexer.java (99%) rename gen/nl/{rubensten => hannahsten}/texifyidea/grammar/LatexLexer.java (99%) rename gen/nl/{rubensten => hannahsten}/texifyidea/parser/BibtexParser.java (99%) rename gen/nl/{rubensten => hannahsten}/texifyidea/parser/LatexParser.java (99%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexBracedString.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexComment.java (61%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexContent.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexDefinedString.java (62%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexEndtry.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexEntry.java (92%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexEntryContent.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexEntryType.java (62%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexId.java (75%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexKey.java (61%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexNormalText.java (62%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexPreamble.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexQuotedString.java (80%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexString.java (85%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexTag.java (89%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexType.java (61%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexTypes.java (95%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexVisitor.java (97%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexBeginCommand.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexCommands.java (97%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexComment.java (79%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexContent.java (80%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexDisplayMath.java (80%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexEndCommand.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexEnvironment.java (85%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexEnvironmentContent.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexGroup.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexInlineMath.java (84%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexMathContent.java (88%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexMathEnvironment.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexNoMathContent.java (89%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexNormalText.java (62%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexOpenGroup.java (87%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexOptionalParam.java (80%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexParameter.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexRequiredParam.java (79%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexTypes.java (78%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/LatexVisitor.java (98%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexBracedStringImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexCommentImpl.java (73%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexContentImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexDefinedStringImpl.java (74%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexEndtryImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexEntryContentImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexEntryImpl.java (89%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexIdImpl.java (85%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexKeyImpl.java (72%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexNormalTextImpl.java (73%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexPreambleImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexQuotedStringImpl.java (76%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexStringImpl.java (81%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexTagImpl.java (86%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/BibtexTypeImpl.java (72%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexBeginCommandImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexCommandsImpl.java (82%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexCommentImpl.java (79%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexContentImpl.java (76%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexDisplayMathImpl.java (76%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexEndCommandImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexEnvironmentContentImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexEnvironmentImpl.java (81%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexGroupImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexInlineMathImpl.java (84%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexMathContentImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexMathEnvironmentImpl.java (79%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexNoMathContentImpl.java (86%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexNormalTextImpl.java (73%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexOpenGroupImpl.java (83%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexOptionalParamImpl.java (76%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexParameterImpl.java (79%) rename gen/nl/{rubensten => hannahsten}/texifyidea/psi/impl/LatexRequiredParamImpl.java (76%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/aux-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/bbl-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/bib-build.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/bib-build_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/bibliography-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/build.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/build_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/class-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/doc-latex-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-bib.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-chap.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-cls.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-cmd.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-env.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-incl.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-lbl.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-num.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-par.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-part.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-sec.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-subpar.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-subsec.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-subsubsec.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dot-tex.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/dvi-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/equation-preview.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/equation-preview_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-bold.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-bold_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-italics.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-italics_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-mono.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-mono_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-overline.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-overline_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-slanted.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-slanted_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-smallcaps.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-smallcaps_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-strike.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-strike_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-underline.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/font-underline_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/key-required.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/key-required_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/key-user.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/key-user_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/latex-file-big.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/latex-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/latex-module.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/latex-module_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/pdf-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/right.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/right_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/stats.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/stats_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/string.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/style-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/sumatra.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/sumatra_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/synctex-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/temp.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/text-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/tikz-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/tikz-preview.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/tikz-preview_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/toc-file.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/toggle-star.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/toggle-star_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/word-count.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/icons/word-count_dark.svg (100%) rename resources/nl/{rubensten => hannahsten}/texifyidea/packages/package.list (100%) rename src/nl/{rubensten => hannahsten}/texifyidea/BibtexLanguage.kt (57%) create mode 100644 src/nl/hannahsten/texifyidea/BibtexLexerAdapter.kt rename src/nl/{rubensten => hannahsten}/texifyidea/BibtexParserDefinition.java (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/LatexLanguage.java (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/LatexLexerAdapter.java (70%) rename src/nl/{rubensten => hannahsten}/texifyidea/LatexParserDefinition.java (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/TeXception.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/TexifyIcons.java (52%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/AnalyzeMenuRegistration.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/ClearAuxFiles.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/EditorAction.java (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/InsertEditorAction.java (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/LatexToggleStarAction.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/NewLatexFileAction.java (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/analysis/WordCountAction.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/evince/ForwardSearchAction.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/EvinceActionGroup.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/InsertActionGroup.java (78%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/InsertFontStyleActionGroup.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/InsertSectioningActionGroup.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/LatexAnalyzeMenuGroup.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/LatexEditMenuGroup.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/LatexToolsMenuGroup.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/group/SumatraActionGroup.kt (66%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertBoldfaceAction.java (50%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertChapterAction.java (50%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertItalicsAction.java (50%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertOverlineAction.java (51%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertParagraphAction.java (51%) create mode 100644 src/nl/hannahsten/texifyidea/action/insert/InsertPartAction.java rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertSectionAction.java (50%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertSlantedAction.java (50%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertSmallCapsAction.java (52%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertStrikethroughAction.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertSubParagraphAction.java (53%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertSubSectionAction.java (52%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertSubSubSectionAction.java (54%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertTypewriterAction.java (53%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/insert/InsertUnderlineAction.java (51%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/preview/PreviewAction.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/preview/ShowEquationPreview.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/preview/ShowTikzPreview.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/sumatra/ConfigureInverseSearchAction.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/action/sumatra/ForwardSearchAction.kt (78%) rename src/nl/{rubensten => hannahsten}/texifyidea/algorithm/Algorithm.java (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/algorithm/BFS.java (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/algorithm/IsChildDFS.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/algorithm/PathAlgorithm.java (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/blame/LatexErrorReportSubmitter.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/BibtexKeyProvider.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/BibtexStringProvider.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/BibtexTypeTokenProvider.kt (82%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/InsertBibtexTag.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexBibliographyStyleProvider.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexCharFilter.java (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexCommandProvider.java (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexDocumentclassProvider.kt (82%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexFileProvider.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexInspectionIdProvider.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexMagicCommentKeyProvider.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/LatexPackageNameProvider.kt (74%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/TexifyCompletionContributor.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/CompositeHandler.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/FileNameInsertionHandler.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/LatexCommandArgumentInsertHandler.java (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/LatexCommandPackageIncludeHandler.kt (82%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/LatexMathInsertHandler.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/LatexNoMathInsertHandler.kt (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/LatexReferenceInsertHandler.java (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/MoveToEndOfCommandHandler.kt (74%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/RightInsertHandler.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/completion/handlers/TokenTypeInsertHandler.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/documentation/BibtexDocumentationProvider.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/documentation/IdDeclarationLabel.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/documentation/LabelDeclarationLabel.kt (67%) rename src/nl/{rubensten => hannahsten}/texifyidea/documentation/LatexDocumentationProvider.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/documentation/NavigationLabel.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/documentation/StringDeclarationLabel.kt (67%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/BibtexQuoteInsertHandler.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/InsertEnumerationItem.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/LatexCommenter.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/LatexQuoteInsertHandler.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/LatexSoftWrapEditorListener.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/MathEnvironmentEditor.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/MultiLineMathContentToOneLine.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/ShiftTracker.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/editor/UpDownAutoBracket.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/BibtexFile.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/BibtexFileType.kt (69%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/ClassFile.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/ClassFileType.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/FileExtensionMatcher.java (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/FileNameMatcher.java (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/LatexFile.kt (79%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/LatexFileType.kt (74%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/StyleFile.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/StyleFileType.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/TexifyFileTypeFactory.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/TikzFile.kt (79%) rename src/nl/{rubensten => hannahsten}/texifyidea/file/TikzFileType.kt (74%) rename src/nl/{rubensten => hannahsten}/texifyidea/folding/LatexEnvironmentFoldingBuilder.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/folding/LatexImportFoldingBuilder.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/folding/LatexMathSymbolFoldingBuilder.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/folding/LatexSectionFoldingBuilder.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/formatting/BibtexBlock.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/formatting/BibtexFormattingModelBuilder.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/formatting/LatexBlock.java (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/formatting/LatexFormattingModelBuilder.java (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/grammar/Bibtex.bnf (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/grammar/BibtexLexer.flex (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/grammar/Latex.bnf (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/grammar/LatexLexer.flex (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/gutter/LatexCompileGutter.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/gutter/LatexNavigationGutter.java (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/BibtexAnnotator.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/BibtexColorSettingsPage.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/BibtexPairedBraceMatcher.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/BibtexSyntaxHighlighter.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/BibtexSyntaxHighlighterFactory.kt (81%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/LatexAnnotator.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/LatexColorSettingsPage.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/LatexPairedBraceMatcher.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/LatexSyntaxHighlighter.java (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/LatexSyntaxHighlighterFactory.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/highlighting/LatexTypedHandler.java (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/BibtexIdIndex.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/BibtexIdIndexKey.java (60%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/IndexCommandsUtilBase.kt (94%) create mode 100644 src/nl/hannahsten/texifyidea/index/IndexKeys.java rename src/nl/{rubensten => hannahsten}/texifyidea/index/IndexUtilBase.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/LatexCommandsIndex.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/LatexDefinitionIndex.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/LatexIncludesIndex.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/stub/BibtexIdStub.java (74%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/stub/BibtexIdStubElementType.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/stub/BibtexIdStubImpl.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/stub/LatexCommandsStub.java (76%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/stub/LatexCommandsStubElementType.java (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/index/stub/LatexCommandsStubImpl.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/insight/InsightGroup.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/insight/LatexEnterBetweenBracesHandler.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/insight/LatexLineMarkerProvider.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/insight/LatexParameterInfoHandler.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/Inspections.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/LatexSpellcheckingStrategy.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/TexifyInspectionBase.kt (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/TexifyInspectionBaseBambi.java (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/TexifyLineOptionsInspection.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/TexifyRegexInspection.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/bibtex/BibtexDuplicateBibliographyInspection.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/bibtex/BibtexDuplicateBibliographystyleInspection.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/bibtex/BibtexDuplicateIdInspection.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/bibtex/BibtexMissingBibliographystyleInspection.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexAvoidEqnarrayInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexCdotInspection.kt (75%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexCiteBeforePeriodInspection.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexCollapseCiteInspection.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexCommandAlreadyDefinedInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexDiacriticIJInspection.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexDiscouragedUseOfDefInspection.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexDuplicateDefinitionInspection.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexDuplicateLabelInspection.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexEllipsisInspection.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexEnDashInspection.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexEncloseWithLeftRightInspection.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexEquationReferenceInspection.kt (82%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexExtremeInequalityInspection.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexFigureNotReferencedInspection.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexFileNotFoundInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexGatherEquationsInspection.kt (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspection.kt (81%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexInclusionLoopInspection.kt (82%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexLabelConventionInspection.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexLineBreakInspection.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMakeatletterInspection.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMathOperatorEscapeInspection.java (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMightBreakTexifyInspection.java (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMissingDocumentEnvironmentInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMissingDocumentclassInspection.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMissingImportInspection.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMissingLabelInspection.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexMultipleIncludesInspection.kt (78%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexNestedIncludesInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexNoExtensionInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexNonBreakingSpaceInspection.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexNonMatchingEnvironmentInspection.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexNonMatchingIfInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexOverInsteadOfFracInspection.java (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexPrimitiveEquationInspection.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexPrimitiveStyleInspection.java (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexQedHereInspection.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexRedundantEscapeInspection.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexRedundantParInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexSentenceEndWithCapitalInspection.kt (79%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexSpaceAfterAbbreviationInspection.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexTooLargeSectionInspection.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexTrimWhitespaceInspection.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexUnicodeInspection.java (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexUnresolvedReferenceInspection.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexXInsteadOfTimesInspection.kt (76%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexDisplayMathIntention.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexInlineDisplayToggle.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexLeftRightParenthesesIntention.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexMathToggle.kt (82%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexMoveSectionToFileIntention.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexMoveSelectionToFileIntention.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexToggleSmartQuotesIntention.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/LatexUnpackUsepackageIntention.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/intentions/TexifyIntentionBase.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/Argument.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/BibtexDefaultEntry.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/BibtexDefaultEntryType.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/BibtexEntryField.kt (70%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/BibtexEntryType.kt (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/CommandManager.java (99%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/DefaultEnvironment.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/Dependend.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/Described.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/Diacritic.kt (99%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/Environment.kt (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/LatexCommand.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/LatexMathCommand.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/LatexMathEnvironment.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/LatexMode.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/LatexRegularCommand.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/OptionalArgument.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/Package.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/RequiredArgument.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/RequiredFileArgument.java (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/SimpleBibtexEntryField.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/SimpleEnvironment.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/CustomMagicKey.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/DefaultMagicKeys.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/MagicComment.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/MagicCommentParser.kt (67%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/MagicCommentScope.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/MagicComments.kt (99%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/MagicKey.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/lang/magic/TextBasedMagicCommentParser.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/modules/DefaultFileCreator.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/modules/LatexModuleBuilder.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/modules/LatexModuleType.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/modules/LatexModuleWizardStep.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/modules/LatexProjectGenerator.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/modules/LatexProjectGeneratorPeer.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/navigation/GotoCommandDefinitionSymbolContributor.kt (62%) rename src/nl/{rubensten => hannahsten}/texifyidea/navigation/GotoEnvironmentDefinitionSymbolContributor.kt (62%) rename src/nl/{rubensten => hannahsten}/texifyidea/navigation/GotoLabelSymbolContributor.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/navigation/GotoSectionDefinitionSymbolContributor.kt (62%) rename src/nl/{rubensten => hannahsten}/texifyidea/navigation/NavigationItemUtil.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/navigation/TexifyGotoSymbolBase.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/project/TeXiFyProjectViewNodeDecorator.kt (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexElementType.kt (55%) rename src/nl/{rubensten => hannahsten}/texifyidea/psi/BibtexTokenType.kt (65%) rename src/nl/{rubensten => hannahsten}/texifyidea/psi/LatexElementType.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/psi/LatexPsiUtil.java (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/psi/LatexTokenType.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/psi/PsiContainer.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/psi/StructurePsiChangeListener.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/reference/BibtexStringReference.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/reference/LatexLabelReference.java (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/BibliographyPanel.kt (99%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/BibtexCommandLineState.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/BibtexRunConfiguration.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/BibtexRunConfigurationType.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/BibtexSettingsEditor.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/LatexCommandLineState.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/LatexConfigurationFactory.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/LatexRunConfiguration.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/LatexRunConfigurationProducer.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/LatexRunConfigurationType.kt (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/LatexSettingsEditor.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/OpenPdfViewerListener.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/RunBibtexListener.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/RunConfigCellRenderer.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/RunConfigurationSelectionDialog.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/compiler/BiberCompiler.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/compiler/BibliographyCompiler.kt (62%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/compiler/BibtexCompiler.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/compiler/Compiler.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/compiler/LatexCompiler.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/evince/EvinceConversation.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/evince/EvinceForwardSearch.kt (79%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/evince/EvinceInverseSearchListener.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/evince/OpenEvinceListener.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/sumatra/OpenSumatraListener.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/sumatra/SumatraConversation.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/run/sumatra/SumatraForwardSearch.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/settings/TexifyConfigurable.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/settings/TexifySettings.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/startup/TexifyStartupActivity.kt (71%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/EditableHintPresentation.kt (66%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/bibtex/BibtexBreadcrumbsInfo.kt (69%) create mode 100644 src/nl/hannahsten/texifyidea/structure/bibtex/BibtexFilePresentation.kt rename src/nl/{rubensten => hannahsten}/texifyidea/structure/bibtex/BibtexStructureViewElement.kt (91%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/bibtex/BibtexStructureViewEntriesElement.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/bibtex/BibtexStructureViewEntryElement.kt (90%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/bibtex/BibtexStructureViewFactory.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/bibtex/BibtexStructureViewModel.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/bibtex/BibtexStructureViewTagElement.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/BibitemFilter.kt (78%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/CommandDefinitionFilter.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/DummyTreeElement.kt (83%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/EntryFilter.kt (81%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/IncludesFilter.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/LabelFilter.java (86%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/PreambleFilter.kt (80%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/SectionFilter.kt (76%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/filter/StringFilter.kt (75%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/BibitemPresentation.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexBreadcrumbsInfo.kt (69%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexChapterPresentation.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexFilePresentation.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexIncludePresentation.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexLabelPresentation.kt (77%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexNewCommandPresentation.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexOtherCommandPresentation.kt (78%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexParagraphPresentation.kt (76%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexPartPresentation.kt (71%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexPresentationFactory.kt (84%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexSectionPresentation.kt (72%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexStructureViewCommandElement.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexStructureViewElement.kt (95%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexStructureViewFactory.kt (85%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexStructureViewModel.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexSubParagraphPresentation.kt (74%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexSubSectionPresentation.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/LatexSubSubSectionPresentation.kt (73%) rename src/nl/{rubensten => hannahsten}/texifyidea/structure/latex/SectionNumbering.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/templates/BibtexContext.kt (67%) rename src/nl/{rubensten => hannahsten}/texifyidea/templates/BibtexLiveTemplateProvider.kt (81%) rename src/nl/{rubensten => hannahsten}/texifyidea/templates/LatexContext.kt (75%) rename src/nl/{rubensten => hannahsten}/texifyidea/templates/LatexLiveTemplateProvider.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/templates/LatexTemplatesFactory.kt (94%) rename src/nl/{rubensten => hannahsten}/texifyidea/ui/CreateFileDialog.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/ui/EquationPreviewToolWindow.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/ui/ImagePanel.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/ui/MathEnvironmentDialog.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/ui/PreviewForm.form (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/ui/PreviewForm.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/ui/PreviewFormUpdater.kt (99%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Bibtex.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Collections.kt (99%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Commands.kt (68%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Container.kt (88%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Documents.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Environments.kt (70%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/FileSet.kt (87%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Files.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/General.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Kindness.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Labels.kt (93%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/LatexDistribution.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Log.kt (89%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Magic.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Numbers.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Packages.kt (96%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Projects.kt (92%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Psi.kt (98%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/PsiCommands.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/Strings.kt (99%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/UserInterface.kt (97%) rename src/nl/{rubensten => hannahsten}/texifyidea/util/tools/GenerateBibtexTypeTemplates.kt (91%) delete mode 100644 src/nl/rubensten/texifyidea/BibtexLexerAdapter.kt delete mode 100644 src/nl/rubensten/texifyidea/action/insert/InsertPartAction.java delete mode 100644 src/nl/rubensten/texifyidea/index/IndexKeys.java delete mode 100644 src/nl/rubensten/texifyidea/structure/bibtex/BibtexFilePresentation.kt rename test/nl/{rubensten => hannahsten}/texifyidea/editor/OneLinerTest.kt (99%) rename test/nl/{rubensten => hannahsten}/texifyidea/inspections/TexifyRegexInspectionTest.kt (98%) rename test/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspectionTest.kt (85%) rename test/nl/{rubensten => hannahsten}/texifyidea/inspections/latex/TexifyRegexInspectionTestBase.kt (84%) rename test/nl/{rubensten => hannahsten}/texifyidea/lang/CommandManagerTest.java (99%) rename test/nl/{rubensten => hannahsten}/texifyidea/lang/magic/MagicCommentTest.kt (97%) rename test/nl/{rubensten => hannahsten}/texifyidea/lang/magic/TextBasedMagicCommentParserTest.kt (97%) rename test/nl/{rubensten => hannahsten}/texifyidea/util/CollectionsKtTest.kt (94%) rename test/nl/{rubensten => hannahsten}/texifyidea/util/LatexDistributionTest.kt (96%) rename test/nl/{rubensten => hannahsten}/texifyidea/util/TexifyUtilTest.java (96%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 142308ec8..29c568f26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,12 +28,12 @@ When you spot unacceptable behavior, please report per the instructions in the C The fastest way to reach us is on the project's [Gitter chat](https://gitter.im/TeXiFy-IDEA) (just log in with your GitHub account). We will get notified directly if you post something there and we try to get back to you as soon as possible. -As an alternative, you can always [submit an issue with the label 'support'](https://github.com/Ruben-Sten/TeXiFy-IDEA/issues/new?labels=support&body=). +As an alternative, you can always [submit an issue with the label 'support'](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/new?labels=support&body=). ## Your first contribution Unsure where to start? -Look for issues that are labeled [_good-first-issue_](https://github.com/Ruben-Sten/TeXiFy-IDEA/issues?q=is%3Aopen+is%3Aissue+label%3Agood-first-issue). +Look for issues that are labeled [_good-first-issue_](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues?q=is%3Aopen+is%3Aissue+label%3Agood-first-issue). These issues should only require a small amount of work and are a good starting point. If you have another issue or idea in mind, that's great too! diff --git a/LICENSE b/LICENSE index 32f375622..d561445c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Ruben Schellekens, Sten Wessel +Copyright (c) 2016 Hannah Schellekens, Sten Wessel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0212a7b53..ff89e0205 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Travis (.org)](https://img.shields.io/travis/Ruben-Sten/TeXiFy-IDEA.svg?style=flat-square)](https://travis-ci.org/Ruben-Sten/TeXiFy-IDEA) +[![Travis (.org)](https://img.shields.io/travis/Hannah-Sten/TeXiFy-IDEA.svg?style=flat-square)](https://travis-ci.org/Hannah-Sten/TeXiFy-IDEA) [![Version](https://img.shields.io/jetbrains/plugin/v/9473-texify-idea.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/9473-texify-idea) [![View at JetBrains](https://img.shields.io/jetbrains/plugin/d/9473-texify-idea.svg?style=flat-square)](https://plugins.jetbrains.com/plugin/9473-texify-idea) [![Join the chat at https://gitter.im/TeXiFy-IDEA/Lobby](https://img.shields.io/badge/gitter-join%20chat-green.svg?style=flat-square)](https://gitter.im/TeXiFy-IDEA) @@ -15,7 +15,7 @@ This plugin adds the tools to make creating LaTeX documents a breeze. We are cur ## Feedback and support You can share new ideas/feature requests/bugs/calls for help in multiple ways: 1. Live chat via [gitter](https://gitter.im/TeXiFy-IDEA) (you can login with your GitHub account). Gitter also has a nice app, we use it to get notified of new activity. -2. [Issues](https://github.com/Ruben-Sten/TeXiFy-IDEA/issues). These may be bug reports, feature requests, user support, etc. Just generally anything you have a problem with/suggestion for. For general feedback we advice using the gitter. +2. [Issues](https://github.com/Hannah-Sten/TeXiFy-IDEA/issues). These may be bug reports, feature requests, user support, etc. Just generally anything you have a problem with/suggestion for. For general feedback we advice using the gitter. Please bear in mind that this is just a side project for us. It might take a while to fully process your feedback. We try our best :3 @@ -51,7 +51,7 @@ Please have a look at the [contributing guidelines](CONTRIBUTING.md) to get star * Toggle star action * Words of encouragement -A more extensive (but not complete) list can be found in the [Wiki](https://github.com/Ruben-Sten/TeXiFy-IDEA/wiki/Features). +A more extensive (but not complete) list can be found in the [Wiki](https://github.com/Hannah-Sten/TeXiFy-IDEA/wiki/Features). ## Installation instructions: installing IntelliJ and the TeXiFy-IDEA plugin @@ -226,7 +226,7 @@ More detailed information is at https://www.jetbrains.com/help/idea/managing-plu It is assumed that git, IntelliJ, java and LaTeX are installed. If not, try the normal [installation instructions](#installation-instructions) first. * Make a new project from version control if you don't have it yet downloaded, or from existing sources if you have. -* On the GitHub [home page](https://github.com/Ruben-Sten/TeXiFy-IDEA) of TeXiFy click 'clone or download' and copy the url to Git Repository Url. +* On the GitHub [home page](https://github.com/Hannah-Sten/TeXiFy-IDEA) of TeXiFy click 'clone or download' and copy the url to Git Repository Url. * If the project opens and you get a popup 'Import Gradle project', click that. * If you are prompted to open the `build.gradle` file, do so. * Select 'Use auto-import'. diff --git a/build.gradle b/build.gradle index 6479334eb..321b94de6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { id 'de.undercouch.download' version '3.4.3' } -group 'nl.rubensten' +group 'nl.hannahsten' version '0.6.6' repositories { diff --git a/gen/nl/rubensten/texifyidea/grammar/BibtexLexer.java b/gen/nl/hannahsten/texifyidea/grammar/BibtexLexer.java similarity index 99% rename from gen/nl/rubensten/texifyidea/grammar/BibtexLexer.java rename to gen/nl/hannahsten/texifyidea/grammar/BibtexLexer.java index 1050e1993..e3bebdebd 100644 --- a/gen/nl/rubensten/texifyidea/grammar/BibtexLexer.java +++ b/gen/nl/hannahsten/texifyidea/grammar/BibtexLexer.java @@ -1,13 +1,13 @@ /* The following code was generated by JFlex 1.7.0-SNAPSHOT tweaked for IntelliJ platform */ -package nl.rubensten.texifyidea.grammar; +package nl.hannahsten.texifyidea.grammar; import com.intellij.lexer.FlexLexer; import com.intellij.psi.tree.IElementType; import static com.intellij.psi.TokenType.BAD_CHARACTER; import static com.intellij.psi.TokenType.WHITE_SPACE; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; +import static nl.hannahsten.texifyidea.psi.BibtexTypes.*; /** diff --git a/gen/nl/rubensten/texifyidea/grammar/LatexLexer.java b/gen/nl/hannahsten/texifyidea/grammar/LatexLexer.java similarity index 99% rename from gen/nl/rubensten/texifyidea/grammar/LatexLexer.java rename to gen/nl/hannahsten/texifyidea/grammar/LatexLexer.java index a950e9cad..2ae875ff1 100644 --- a/gen/nl/rubensten/texifyidea/grammar/LatexLexer.java +++ b/gen/nl/hannahsten/texifyidea/grammar/LatexLexer.java @@ -1,6 +1,6 @@ /* The following code was generated by JFlex 1.7.0-SNAPSHOT tweaked for IntelliJ platform */ -package nl.rubensten.texifyidea.grammar; +package nl.hannahsten.texifyidea.grammar; import java.util.ArrayDeque; import java.util.Deque; @@ -8,7 +8,7 @@ import com.intellij.lexer.*; import com.intellij.psi.tree.IElementType; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; +import static nl.hannahsten.texifyidea.psi.LatexTypes.*; /** * This class is a scanner generated by diff --git a/gen/nl/rubensten/texifyidea/parser/BibtexParser.java b/gen/nl/hannahsten/texifyidea/parser/BibtexParser.java similarity index 99% rename from gen/nl/rubensten/texifyidea/parser/BibtexParser.java rename to gen/nl/hannahsten/texifyidea/parser/BibtexParser.java index 70d0ea575..25bf3fdd2 100644 --- a/gen/nl/rubensten/texifyidea/parser/BibtexParser.java +++ b/gen/nl/hannahsten/texifyidea/parser/BibtexParser.java @@ -1,13 +1,12 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.parser; +package nl.hannahsten.texifyidea.parser; import com.intellij.lang.PsiBuilder; import com.intellij.lang.PsiBuilder.Marker; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; +import static nl.hannahsten.texifyidea.psi.BibtexTypes.*; import static com.intellij.lang.parser.GeneratedParserUtilBase.*; import com.intellij.psi.tree.IElementType; import com.intellij.lang.ASTNode; -import com.intellij.psi.tree.TokenSet; import com.intellij.lang.PsiParser; import com.intellij.lang.LightPsiParser; diff --git a/gen/nl/rubensten/texifyidea/parser/LatexParser.java b/gen/nl/hannahsten/texifyidea/parser/LatexParser.java similarity index 99% rename from gen/nl/rubensten/texifyidea/parser/LatexParser.java rename to gen/nl/hannahsten/texifyidea/parser/LatexParser.java index 3b2e4b0c7..daf5a7f74 100644 --- a/gen/nl/rubensten/texifyidea/parser/LatexParser.java +++ b/gen/nl/hannahsten/texifyidea/parser/LatexParser.java @@ -1,13 +1,12 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.parser; +package nl.hannahsten.texifyidea.parser; import com.intellij.lang.PsiBuilder; import com.intellij.lang.PsiBuilder.Marker; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; +import static nl.hannahsten.texifyidea.psi.LatexTypes.*; import static com.intellij.lang.parser.GeneratedParserUtilBase.*; import com.intellij.psi.tree.IElementType; import com.intellij.lang.ASTNode; -import com.intellij.psi.tree.TokenSet; import com.intellij.lang.PsiParser; import com.intellij.lang.LightPsiParser; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexBracedString.java b/gen/nl/hannahsten/texifyidea/psi/BibtexBracedString.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/BibtexBracedString.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexBracedString.java index 3afd170d2..60ab0f119 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexBracedString.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexBracedString.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexComment.java b/gen/nl/hannahsten/texifyidea/psi/BibtexComment.java similarity index 61% rename from gen/nl/rubensten/texifyidea/psi/BibtexComment.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexComment.java index 4eeca3468..f71219458 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexComment.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexComment.java @@ -1,8 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface BibtexComment extends PsiElement { diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexContent.java b/gen/nl/hannahsten/texifyidea/psi/BibtexContent.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/BibtexContent.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexContent.java index b97056dd2..f6fa21bd0 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexContent.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexContent.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexDefinedString.java b/gen/nl/hannahsten/texifyidea/psi/BibtexDefinedString.java similarity index 62% rename from gen/nl/rubensten/texifyidea/psi/BibtexDefinedString.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexDefinedString.java index 7544dd0ec..e83e390ca 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexDefinedString.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexDefinedString.java @@ -1,8 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface BibtexDefinedString extends PsiElement { diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexEndtry.java b/gen/nl/hannahsten/texifyidea/psi/BibtexEndtry.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/BibtexEndtry.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexEndtry.java index f9a136884..1363d7dc2 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexEndtry.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexEndtry.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexEntry.java b/gen/nl/hannahsten/texifyidea/psi/BibtexEntry.java similarity index 92% rename from gen/nl/rubensten/texifyidea/psi/BibtexEntry.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexEntry.java index 85902baba..98d35f661 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexEntry.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexEntry.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexEntryContent.java b/gen/nl/hannahsten/texifyidea/psi/BibtexEntryContent.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/BibtexEntryContent.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexEntryContent.java index 5f4c0cb78..f06218ad7 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexEntryContent.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexEntryContent.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexEntryType.java b/gen/nl/hannahsten/texifyidea/psi/BibtexEntryType.java similarity index 62% rename from gen/nl/rubensten/texifyidea/psi/BibtexEntryType.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexEntryType.java index 1ed227175..45728a128 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexEntryType.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexEntryType.java @@ -1,8 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface BibtexEntryType extends PsiElement { diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexId.java b/gen/nl/hannahsten/texifyidea/psi/BibtexId.java similarity index 75% rename from gen/nl/rubensten/texifyidea/psi/BibtexId.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexId.java index 3ae78f7e6..b4a26c8cb 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexId.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexId.java @@ -1,10 +1,10 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import com.intellij.psi.PsiNamedElement; import com.intellij.psi.StubBasedPsiElement; -import nl.rubensten.texifyidea.index.stub.BibtexIdStub; -import nl.rubensten.texifyidea.util.StringsKt; +import nl.hannahsten.texifyidea.index.stub.BibtexIdStub; +import nl.hannahsten.texifyidea.util.StringsKt; import org.jetbrains.annotations.NotNull; import java.util.List; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexKey.java b/gen/nl/hannahsten/texifyidea/psi/BibtexKey.java similarity index 61% rename from gen/nl/rubensten/texifyidea/psi/BibtexKey.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexKey.java index b14a95943..394a3fc74 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexKey.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexKey.java @@ -1,8 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface BibtexKey extends PsiElement { diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexNormalText.java b/gen/nl/hannahsten/texifyidea/psi/BibtexNormalText.java similarity index 62% rename from gen/nl/rubensten/texifyidea/psi/BibtexNormalText.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexNormalText.java index 88785a8cf..e50b74d88 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexNormalText.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexNormalText.java @@ -1,8 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface BibtexNormalText extends PsiElement { diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexPreamble.java b/gen/nl/hannahsten/texifyidea/psi/BibtexPreamble.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/BibtexPreamble.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexPreamble.java index 1642cc02e..8ab73a6e8 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexPreamble.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexPreamble.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexQuotedString.java b/gen/nl/hannahsten/texifyidea/psi/BibtexQuotedString.java similarity index 80% rename from gen/nl/rubensten/texifyidea/psi/BibtexQuotedString.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexQuotedString.java index edcfd48fc..eb8b80f97 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexQuotedString.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexQuotedString.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexString.java b/gen/nl/hannahsten/texifyidea/psi/BibtexString.java similarity index 85% rename from gen/nl/rubensten/texifyidea/psi/BibtexString.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexString.java index 0ffa611d0..a781d5925 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexString.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexString.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexTag.java b/gen/nl/hannahsten/texifyidea/psi/BibtexTag.java similarity index 89% rename from gen/nl/rubensten/texifyidea/psi/BibtexTag.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexTag.java index ca67aa89b..eb8c46da1 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexTag.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexTag.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexType.java b/gen/nl/hannahsten/texifyidea/psi/BibtexType.java similarity index 61% rename from gen/nl/rubensten/texifyidea/psi/BibtexType.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexType.java index 651a712a4..0c4f1afb4 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexType.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexType.java @@ -1,8 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface BibtexType extends PsiElement { diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexTypes.java b/gen/nl/hannahsten/texifyidea/psi/BibtexTypes.java similarity index 95% rename from gen/nl/rubensten/texifyidea/psi/BibtexTypes.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexTypes.java index 3364bddba..3566cc748 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexTypes.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexTypes.java @@ -1,12 +1,12 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import com.intellij.psi.stubs.IStubElementType; import com.intellij.psi.tree.IElementType; import com.intellij.psi.PsiElement; import com.intellij.lang.ASTNode; -import nl.rubensten.texifyidea.index.stub.BibtexIdStubElementType; -import nl.rubensten.texifyidea.psi.impl.*; +import nl.hannahsten.texifyidea.index.stub.BibtexIdStubElementType; +import nl.hannahsten.texifyidea.psi.impl.*; public interface BibtexTypes { diff --git a/gen/nl/rubensten/texifyidea/psi/BibtexVisitor.java b/gen/nl/hannahsten/texifyidea/psi/BibtexVisitor.java similarity index 97% rename from gen/nl/rubensten/texifyidea/psi/BibtexVisitor.java rename to gen/nl/hannahsten/texifyidea/psi/BibtexVisitor.java index 017132e19..db0fd5dfd 100644 --- a/gen/nl/rubensten/texifyidea/psi/BibtexVisitor.java +++ b/gen/nl/hannahsten/texifyidea/psi/BibtexVisitor.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElementVisitor; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexBeginCommand.java b/gen/nl/hannahsten/texifyidea/psi/LatexBeginCommand.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/LatexBeginCommand.java rename to gen/nl/hannahsten/texifyidea/psi/LatexBeginCommand.java index 79c05fda7..9562e810f 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexBeginCommand.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexBeginCommand.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexCommands.java b/gen/nl/hannahsten/texifyidea/psi/LatexCommands.java similarity index 97% rename from gen/nl/rubensten/texifyidea/psi/LatexCommands.java rename to gen/nl/hannahsten/texifyidea/psi/LatexCommands.java index dfec950fe..26352b608 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexCommands.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexCommands.java @@ -1,11 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiNamedElement; import com.intellij.psi.StubBasedPsiElement; import com.intellij.psi.util.PsiTreeUtil; -import nl.rubensten.texifyidea.index.stub.LatexCommandsStub; +import nl.hannahsten.texifyidea.index.stub.LatexCommandsStub; import org.jetbrains.annotations.NotNull; import java.util.Collection; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexComment.java b/gen/nl/hannahsten/texifyidea/psi/LatexComment.java similarity index 79% rename from gen/nl/rubensten/texifyidea/psi/LatexComment.java rename to gen/nl/hannahsten/texifyidea/psi/LatexComment.java index 17d363c4e..a546198c7 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexComment.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexComment.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexContent.java b/gen/nl/hannahsten/texifyidea/psi/LatexContent.java similarity index 80% rename from gen/nl/rubensten/texifyidea/psi/LatexContent.java rename to gen/nl/hannahsten/texifyidea/psi/LatexContent.java index 11561bdd5..f4d3b2871 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexContent.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexContent.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexDisplayMath.java b/gen/nl/hannahsten/texifyidea/psi/LatexDisplayMath.java similarity index 80% rename from gen/nl/rubensten/texifyidea/psi/LatexDisplayMath.java rename to gen/nl/hannahsten/texifyidea/psi/LatexDisplayMath.java index 9f0d896a6..b43fe22f3 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexDisplayMath.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexDisplayMath.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexEndCommand.java b/gen/nl/hannahsten/texifyidea/psi/LatexEndCommand.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/LatexEndCommand.java rename to gen/nl/hannahsten/texifyidea/psi/LatexEndCommand.java index 591643028..4499ea5b0 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexEndCommand.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexEndCommand.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexEnvironment.java b/gen/nl/hannahsten/texifyidea/psi/LatexEnvironment.java similarity index 85% rename from gen/nl/rubensten/texifyidea/psi/LatexEnvironment.java rename to gen/nl/hannahsten/texifyidea/psi/LatexEnvironment.java index c3114074e..5b3dd69d7 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexEnvironment.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexEnvironment.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexEnvironmentContent.java b/gen/nl/hannahsten/texifyidea/psi/LatexEnvironmentContent.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/LatexEnvironmentContent.java rename to gen/nl/hannahsten/texifyidea/psi/LatexEnvironmentContent.java index a2ef732ba..378ddde75 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexEnvironmentContent.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexEnvironmentContent.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexGroup.java b/gen/nl/hannahsten/texifyidea/psi/LatexGroup.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/LatexGroup.java rename to gen/nl/hannahsten/texifyidea/psi/LatexGroup.java index dbcc10f63..e86ad9672 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexGroup.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexGroup.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexInlineMath.java b/gen/nl/hannahsten/texifyidea/psi/LatexInlineMath.java similarity index 84% rename from gen/nl/rubensten/texifyidea/psi/LatexInlineMath.java rename to gen/nl/hannahsten/texifyidea/psi/LatexInlineMath.java index dff54e1d9..6e3a153a7 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexInlineMath.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexInlineMath.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexMathContent.java b/gen/nl/hannahsten/texifyidea/psi/LatexMathContent.java similarity index 88% rename from gen/nl/rubensten/texifyidea/psi/LatexMathContent.java rename to gen/nl/hannahsten/texifyidea/psi/LatexMathContent.java index 684f50925..78486a207 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexMathContent.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexMathContent.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexMathEnvironment.java b/gen/nl/hannahsten/texifyidea/psi/LatexMathEnvironment.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/LatexMathEnvironment.java rename to gen/nl/hannahsten/texifyidea/psi/LatexMathEnvironment.java index 1f96929b7..00742a0f9 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexMathEnvironment.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexMathEnvironment.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexNoMathContent.java b/gen/nl/hannahsten/texifyidea/psi/LatexNoMathContent.java similarity index 89% rename from gen/nl/rubensten/texifyidea/psi/LatexNoMathContent.java rename to gen/nl/hannahsten/texifyidea/psi/LatexNoMathContent.java index 28629e783..18d256189 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexNoMathContent.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexNoMathContent.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexNormalText.java b/gen/nl/hannahsten/texifyidea/psi/LatexNormalText.java similarity index 62% rename from gen/nl/rubensten/texifyidea/psi/LatexNormalText.java rename to gen/nl/hannahsten/texifyidea/psi/LatexNormalText.java index 513f1a223..20c4c6e5b 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexNormalText.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexNormalText.java @@ -1,8 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; -import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface LatexNormalText extends PsiElement { diff --git a/gen/nl/rubensten/texifyidea/psi/LatexOpenGroup.java b/gen/nl/hannahsten/texifyidea/psi/LatexOpenGroup.java similarity index 87% rename from gen/nl/rubensten/texifyidea/psi/LatexOpenGroup.java rename to gen/nl/hannahsten/texifyidea/psi/LatexOpenGroup.java index c0fee4051..6b3f7c6d3 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexOpenGroup.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexOpenGroup.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import java.util.List; import org.jetbrains.annotations.*; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexOptionalParam.java b/gen/nl/hannahsten/texifyidea/psi/LatexOptionalParam.java similarity index 80% rename from gen/nl/rubensten/texifyidea/psi/LatexOptionalParam.java rename to gen/nl/hannahsten/texifyidea/psi/LatexOptionalParam.java index c9bfa74fc..a2b21a6e9 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexOptionalParam.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexOptionalParam.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexParameter.java b/gen/nl/hannahsten/texifyidea/psi/LatexParameter.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/LatexParameter.java rename to gen/nl/hannahsten/texifyidea/psi/LatexParameter.java index 168bb5c81..ca8044434 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexParameter.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexParameter.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexRequiredParam.java b/gen/nl/hannahsten/texifyidea/psi/LatexRequiredParam.java similarity index 79% rename from gen/nl/rubensten/texifyidea/psi/LatexRequiredParam.java rename to gen/nl/hannahsten/texifyidea/psi/LatexRequiredParam.java index 7b5c7e0d0..cf5a17680 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexRequiredParam.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexRequiredParam.java @@ -1,7 +1,6 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; diff --git a/gen/nl/rubensten/texifyidea/psi/LatexTypes.java b/gen/nl/hannahsten/texifyidea/psi/LatexTypes.java similarity index 78% rename from gen/nl/rubensten/texifyidea/psi/LatexTypes.java rename to gen/nl/hannahsten/texifyidea/psi/LatexTypes.java index 4fa98c32b..4d10a12ed 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexTypes.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexTypes.java @@ -1,29 +1,29 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.stubs.IStubElementType; import com.intellij.psi.tree.IElementType; -import nl.rubensten.texifyidea.index.stub.LatexCommandsStubElementType; -import nl.rubensten.texifyidea.psi.impl.LatexBeginCommandImpl; -import nl.rubensten.texifyidea.psi.impl.LatexCommandsImpl; -import nl.rubensten.texifyidea.psi.impl.LatexCommentImpl; -import nl.rubensten.texifyidea.psi.impl.LatexContentImpl; -import nl.rubensten.texifyidea.psi.impl.LatexDisplayMathImpl; -import nl.rubensten.texifyidea.psi.impl.LatexEndCommandImpl; -import nl.rubensten.texifyidea.psi.impl.LatexEnvironmentContentImpl; -import nl.rubensten.texifyidea.psi.impl.LatexEnvironmentImpl; -import nl.rubensten.texifyidea.psi.impl.LatexGroupImpl; -import nl.rubensten.texifyidea.psi.impl.LatexInlineMathImpl; -import nl.rubensten.texifyidea.psi.impl.LatexMathContentImpl; -import nl.rubensten.texifyidea.psi.impl.LatexMathEnvironmentImpl; -import nl.rubensten.texifyidea.psi.impl.LatexNoMathContentImpl; -import nl.rubensten.texifyidea.psi.impl.LatexNormalTextImpl; -import nl.rubensten.texifyidea.psi.impl.LatexOpenGroupImpl; -import nl.rubensten.texifyidea.psi.impl.LatexOptionalParamImpl; -import nl.rubensten.texifyidea.psi.impl.LatexParameterImpl; -import nl.rubensten.texifyidea.psi.impl.LatexRequiredParamImpl; +import nl.hannahsten.texifyidea.index.stub.LatexCommandsStubElementType; +import nl.hannahsten.texifyidea.psi.impl.LatexBeginCommandImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexCommandsImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexCommentImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexContentImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexDisplayMathImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexEndCommandImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexEnvironmentContentImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexEnvironmentImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexGroupImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexInlineMathImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexMathContentImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexMathEnvironmentImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexNoMathContentImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexNormalTextImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexOpenGroupImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexOptionalParamImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexParameterImpl; +import nl.hannahsten.texifyidea.psi.impl.LatexRequiredParamImpl; public interface LatexTypes { diff --git a/gen/nl/rubensten/texifyidea/psi/LatexVisitor.java b/gen/nl/hannahsten/texifyidea/psi/LatexVisitor.java similarity index 98% rename from gen/nl/rubensten/texifyidea/psi/LatexVisitor.java rename to gen/nl/hannahsten/texifyidea/psi/LatexVisitor.java index a399cf875..68dc901a9 100644 --- a/gen/nl/rubensten/texifyidea/psi/LatexVisitor.java +++ b/gen/nl/hannahsten/texifyidea/psi/LatexVisitor.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElementVisitor; diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexBracedStringImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexBracedStringImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexBracedStringImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexBracedStringImpl.java index e2e4f7a68..5ceead993 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexBracedStringImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexBracedStringImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexBracedStringImpl extends ASTWrapperPsiElement implements BibtexBracedString { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexCommentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexCommentImpl.java similarity index 73% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexCommentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexCommentImpl.java index cfeee31bf..7515bed09 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexCommentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexCommentImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexCommentImpl extends ASTWrapperPsiElement implements BibtexComment { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexContentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexContentImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexContentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexContentImpl.java index f1fd02397..9048f151e 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexContentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexContentImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexContentImpl extends ASTWrapperPsiElement implements BibtexContent { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexDefinedStringImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexDefinedStringImpl.java similarity index 74% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexDefinedStringImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexDefinedStringImpl.java index f32a97e9b..cf5550dcb 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexDefinedStringImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexDefinedStringImpl.java @@ -1,20 +1,14 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; - -import java.util.List; +package nl.hannahsten.texifyidea.psi.impl; import com.intellij.psi.PsiReference; -import nl.rubensten.texifyidea.reference.BibtexStringReference; +import nl.hannahsten.texifyidea.reference.BibtexStringReference; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; - -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexDefinedStringImpl extends ASTWrapperPsiElement implements BibtexDefinedString { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexEndtryImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexEndtryImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexEndtryImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexEndtryImpl.java index 0d15f53d8..3e7285e24 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexEndtryImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexEndtryImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexEndtryImpl extends ASTWrapperPsiElement implements BibtexEndtry { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexEntryContentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexEntryContentImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexEntryContentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexEntryContentImpl.java index f66b0aa0a..06143dbf7 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexEntryContentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexEntryContentImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexEntryContentImpl extends ASTWrapperPsiElement implements BibtexEntryContent { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexEntryImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexEntryImpl.java similarity index 89% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexEntryImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexEntryImpl.java index 31cf20241..315536600 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexEntryImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexEntryImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexEntryImpl extends ASTWrapperPsiElement implements BibtexEntry { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexIdImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexIdImpl.java similarity index 85% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexIdImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexIdImpl.java index 041da22db..95ee0ce6f 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexIdImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexIdImpl.java @@ -1,5 +1,5 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import com.intellij.extapi.psi.StubBasedPsiElementBase; import com.intellij.lang.ASTNode; @@ -8,12 +8,11 @@ import com.intellij.psi.stubs.IStubElementType; import com.intellij.psi.util.PsiTreeUtil; import com.intellij.util.IncorrectOperationException; -import nl.rubensten.texifyidea.index.stub.BibtexIdStub; -import nl.rubensten.texifyidea.psi.BibtexComment; -import nl.rubensten.texifyidea.psi.BibtexId; -import nl.rubensten.texifyidea.psi.BibtexVisitor; +import nl.hannahsten.texifyidea.index.stub.BibtexIdStub; +import nl.hannahsten.texifyidea.psi.BibtexComment; +import nl.hannahsten.texifyidea.psi.BibtexId; +import nl.hannahsten.texifyidea.psi.BibtexVisitor; import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; import java.util.List; diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexKeyImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexKeyImpl.java similarity index 72% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexKeyImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexKeyImpl.java index 8d1747a08..aa5998007 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexKeyImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexKeyImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexKeyImpl extends ASTWrapperPsiElement implements BibtexKey { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexNormalTextImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexNormalTextImpl.java similarity index 73% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexNormalTextImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexNormalTextImpl.java index 0133daced..ef32d4842 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexNormalTextImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexNormalTextImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexNormalTextImpl extends ASTWrapperPsiElement implements BibtexNormalText { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexPreambleImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexPreambleImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexPreambleImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexPreambleImpl.java index 13b6bd669..bbe670344 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexPreambleImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexPreambleImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexPreambleImpl extends ASTWrapperPsiElement implements BibtexPreamble { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexQuotedStringImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexQuotedStringImpl.java similarity index 76% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexQuotedStringImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexQuotedStringImpl.java index a25e4f38d..3fb441602 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexQuotedStringImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexQuotedStringImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexQuotedStringImpl extends ASTWrapperPsiElement implements BibtexQuotedString { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexStringImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexStringImpl.java similarity index 81% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexStringImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexStringImpl.java index 4a9a5a70b..67cf0159b 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexStringImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexStringImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexStringImpl extends ASTWrapperPsiElement implements BibtexString { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexTagImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexTagImpl.java similarity index 86% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexTagImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexTagImpl.java index d2ff6d8e7..dcca13828 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexTagImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexTagImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexTagImpl extends ASTWrapperPsiElement implements BibtexTag { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/BibtexTypeImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexTypeImpl.java similarity index 72% rename from gen/nl/rubensten/texifyidea/psi/impl/BibtexTypeImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/BibtexTypeImpl.java index 1725a883b..103402d11 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/BibtexTypeImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/BibtexTypeImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class BibtexTypeImpl extends ASTWrapperPsiElement implements BibtexType { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexBeginCommandImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexBeginCommandImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexBeginCommandImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexBeginCommandImpl.java index b09faa551..0c9dd5daf 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexBeginCommandImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexBeginCommandImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexBeginCommandImpl extends ASTWrapperPsiElement implements LatexBeginCommand { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexCommandsImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexCommandsImpl.java similarity index 82% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexCommandsImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexCommandsImpl.java index 46ad46524..7671d77b3 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexCommandsImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexCommandsImpl.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import com.intellij.extapi.psi.StubBasedPsiElementBase; import com.intellij.lang.ASTNode; @@ -10,20 +10,20 @@ import com.intellij.psi.stubs.IStubElementType; import com.intellij.psi.util.PsiTreeUtil; import com.intellij.util.IncorrectOperationException; -import nl.rubensten.texifyidea.index.stub.LatexCommandsStub; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.psi.LatexParameter; -import nl.rubensten.texifyidea.psi.LatexRequiredParam; -import nl.rubensten.texifyidea.psi.LatexVisitor; -import nl.rubensten.texifyidea.reference.LatexLabelReference; -import nl.rubensten.texifyidea.util.Magic; -import nl.rubensten.texifyidea.util.PsiCommandsKt; +import nl.hannahsten.texifyidea.index.stub.LatexCommandsStub; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.psi.LatexParameter; +import nl.hannahsten.texifyidea.psi.LatexRequiredParam; +import nl.hannahsten.texifyidea.psi.LatexVisitor; +import nl.hannahsten.texifyidea.reference.LatexLabelReference; +import nl.hannahsten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.util.PsiCommandsKt; import org.jetbrains.annotations.NotNull; import java.util.List; import java.util.Set; -import static nl.rubensten.texifyidea.psi.LatexTypes.COMMAND_TOKEN; +import static nl.hannahsten.texifyidea.psi.LatexTypes.COMMAND_TOKEN; public class LatexCommandsImpl extends StubBasedPsiElementBase implements LatexCommands { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexCommentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexCommentImpl.java similarity index 79% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexCommentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexCommentImpl.java index 40d10f0c8..138212ea6 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexCommentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexCommentImpl.java @@ -1,15 +1,14 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; + +import static nl.hannahsten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexCommentImpl extends ASTWrapperPsiElement implements LatexComment { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexContentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexContentImpl.java similarity index 76% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexContentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexContentImpl.java index 610c99151..762b7a814 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexContentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexContentImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexContentImpl extends ASTWrapperPsiElement implements LatexContent { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexDisplayMathImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexDisplayMathImpl.java similarity index 76% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexDisplayMathImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexDisplayMathImpl.java index ed83942e8..9330a09d8 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexDisplayMathImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexDisplayMathImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexDisplayMathImpl extends ASTWrapperPsiElement implements LatexDisplayMath { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexEndCommandImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexEndCommandImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexEndCommandImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexEndCommandImpl.java index fb2d8840c..575f4cc8d 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexEndCommandImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexEndCommandImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexEndCommandImpl extends ASTWrapperPsiElement implements LatexEndCommand { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexEnvironmentContentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexEnvironmentContentImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexEnvironmentContentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexEnvironmentContentImpl.java index d13f709d2..4b52ad6dc 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexEnvironmentContentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexEnvironmentContentImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexEnvironmentContentImpl extends ASTWrapperPsiElement implements LatexEnvironmentContent { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexEnvironmentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexEnvironmentImpl.java similarity index 81% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexEnvironmentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexEnvironmentImpl.java index 916387698..e47786027 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexEnvironmentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexEnvironmentImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexEnvironmentImpl extends ASTWrapperPsiElement implements LatexEnvironment { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexGroupImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexGroupImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexGroupImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexGroupImpl.java index e5799b029..d8bcde726 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexGroupImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexGroupImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexGroupImpl extends ASTWrapperPsiElement implements LatexGroup { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexInlineMathImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexInlineMathImpl.java similarity index 84% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexInlineMathImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexInlineMathImpl.java index 875f80a36..661f90334 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexInlineMathImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexInlineMathImpl.java @@ -1,15 +1,14 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; + +import static nl.hannahsten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexInlineMathImpl extends ASTWrapperPsiElement implements LatexInlineMath { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexMathContentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexMathContentImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexMathContentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexMathContentImpl.java index f9f01afd2..99ab1d515 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexMathContentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexMathContentImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexMathContentImpl extends ASTWrapperPsiElement implements LatexMathContent { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexMathEnvironmentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexMathEnvironmentImpl.java similarity index 79% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexMathEnvironmentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexMathEnvironmentImpl.java index 1f2496ae0..b34cd501a 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexMathEnvironmentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexMathEnvironmentImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexMathEnvironmentImpl extends ASTWrapperPsiElement implements LatexMathEnvironment { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexNoMathContentImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexNoMathContentImpl.java similarity index 86% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexNoMathContentImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexNoMathContentImpl.java index 0a9b4e1f7..90e94a559 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexNoMathContentImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexNoMathContentImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexNoMathContentImpl extends ASTWrapperPsiElement implements LatexNoMathContent { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexNormalTextImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexNormalTextImpl.java similarity index 73% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexNormalTextImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexNormalTextImpl.java index 44f26313e..e5c634473 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexNormalTextImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexNormalTextImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexNormalTextImpl extends ASTWrapperPsiElement implements LatexNormalText { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexOpenGroupImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexOpenGroupImpl.java similarity index 83% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexOpenGroupImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexOpenGroupImpl.java index 2c9a40bc1..92e5f7ffd 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexOpenGroupImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexOpenGroupImpl.java @@ -1,15 +1,13 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexOpenGroupImpl extends ASTWrapperPsiElement implements LatexOpenGroup { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexOptionalParamImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexOptionalParamImpl.java similarity index 76% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexOptionalParamImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexOptionalParamImpl.java index a7ea0f911..bb928d5df 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexOptionalParamImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexOptionalParamImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexOptionalParamImpl extends ASTWrapperPsiElement implements LatexOptionalParam { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexParameterImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexParameterImpl.java similarity index 79% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexParameterImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexParameterImpl.java index e79b3202f..ebd13d537 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexParameterImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexParameterImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexParameterImpl extends ASTWrapperPsiElement implements LatexParameter { diff --git a/gen/nl/rubensten/texifyidea/psi/impl/LatexRequiredParamImpl.java b/gen/nl/hannahsten/texifyidea/psi/impl/LatexRequiredParamImpl.java similarity index 76% rename from gen/nl/rubensten/texifyidea/psi/impl/LatexRequiredParamImpl.java rename to gen/nl/hannahsten/texifyidea/psi/impl/LatexRequiredParamImpl.java index 6cf67b17d..a15c018dc 100644 --- a/gen/nl/rubensten/texifyidea/psi/impl/LatexRequiredParamImpl.java +++ b/gen/nl/hannahsten/texifyidea/psi/impl/LatexRequiredParamImpl.java @@ -1,15 +1,11 @@ // This is a generated file. Not intended for manual editing. -package nl.rubensten.texifyidea.psi.impl; +package nl.hannahsten.texifyidea.psi.impl; -import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; -import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; -import com.intellij.psi.util.PsiTreeUtil; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; import com.intellij.extapi.psi.ASTWrapperPsiElement; -import nl.rubensten.texifyidea.psi.*; +import nl.hannahsten.texifyidea.psi.*; public class LatexRequiredParamImpl extends ASTWrapperPsiElement implements LatexRequiredParam { diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index c3f350fde..1645ce5fc 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ - + - nl.rubensten.texifyidea + nl.hannahsten.texifyidea TeXiFy IDEA 0.6.6 - Ruben-Sten + Hannah-Sten com.intellij.modules.lang @@ -63,11 +63,11 @@
  • Support for user-created document classes and packages
  • Toggle star action
  • Words of encouragement
  • -
  • A complete feature list can be found at our wiki (work in progress).
  • +
  • A complete feature list can be found at our wiki (work in progress).
  • All critique, questions, suggestions, requests, bug reports, kudos, and (non-)creative ideas are - welcome on the plugin's GitHub page. + welcome on the plugin's GitHub page. If you want to directly chat with us, take a peek at the project's gitter.

    @@ -89,29 +89,29 @@ Additions

      -
    • Added inspection suppression. (#925)
    • -
    • Added basic support for magic comments. (#877)
    • -
    • Added support for the Tectonic compiler. (#888)
    • -
    • Added support for TeX Live on Windows. (#882)
    • -
    • Added action to clear auxiliary files. (#859)
    • -
    • Added support for Evince PDF viewer. (#742)
    • -
    • Added option to open in a custom PDF viewer. (#122)
    • -
    • Added equation reference inspection. (#884)
    • -
    • Added figure not referenced inspection (thanks to pschuprikov). (#875)
    • -
    • Added file dialog when creating files using inspections and intentions. (#878)
    • -
    • Added intention to toggle smart quotes. (#872)
    • -
    • Added brace matching for \begin and \end pairs (thanks to ice1000). (#933)
    • -
    • Added enquote as smart quote option. (#897)
    • +
    • Added inspection suppression. (#925)
    • +
    • Added basic support for magic comments. (#877)
    • +
    • Added support for the Tectonic compiler. (#888)
    • +
    • Added support for TeX Live on Windows. (#882)
    • +
    • Added action to clear auxiliary files. (#859)
    • +
    • Added support for Evince PDF viewer. (#742)
    • +
    • Added option to open in a custom PDF viewer. (#122)
    • +
    • Added equation reference inspection. (#884)
    • +
    • Added figure not referenced inspection (thanks to pschuprikov). (#875)
    • +
    • Added file dialog when creating files using inspections and intentions. (#878)
    • +
    • Added intention to toggle smart quotes. (#872)
    • +
    • Added brace matching for \begin and \end pairs (thanks to ice1000). (#933)
    • +
    • Added enquote as smart quote option. (#897)

    Changes

      -
    • Made the SumatraPDF path configurable. (#793)
    • -
    • Improved speed of up-down-autobracket. (#868)
    • -
    • The colour of method separators now changes based on the structure level. (#901)
    • -
    • Removed Plexus Utils library dependency. (#911, #920)
    • +
    • Made the SumatraPDF path configurable. (#793)
    • +
    • Improved speed of up-down-autobracket. (#868)
    • +
    • The colour of method separators now changes based on the structure level. (#901)
    • +
    • Removed Plexus Utils library dependency. (#911, #920)
    • Several performance improvements.

    @@ -119,17 +119,17 @@ Bug fixes

      -
    • Fixed inspection 'fix all' not working for regex based inspections. (#826)
    • -
    • Fixed autocompletion not working for colons (thanks to pschuprikov). (#835)
    • -
    • Fixed previews not working when inkscape is installed as a snap app. (#886)
    • -
    • Removed unnecessary execution for bibliography checks when right-clicking files. (#915)
    • -
    • Fixed groups disappearing after autocompletion of includes. (#929)
    • -
    • Fixed NonBreakingSpace inspection triggering for \citeauthor. (#912)
    • -
    • Fixed crashes. (#902, #913, #919)
    • +
    • Fixed inspection 'fix all' not working for regex based inspections. (#826)
    • +
    • Fixed autocompletion not working for colons (thanks to pschuprikov). (#835)
    • +
    • Fixed previews not working when inkscape is installed as a snap app. (#886)
    • +
    • Removed unnecessary execution for bibliography checks when right-clicking files. (#915)
    • +
    • Fixed groups disappearing after autocompletion of includes. (#929)
    • +
    • Fixed NonBreakingSpace inspection triggering for \citeauthor. (#912)
    • +
    • Fixed crashes. (#902, #913, #919)

    - The full list of releases is available on the GitHub releases page. + The full list of releases is available on the GitHub releases page.

    ]]> @@ -139,24 +139,24 @@ - nl.rubensten.texifyidea.action.AnalyzeMenuRegistration + nl.hannahsten.texifyidea.action.AnalyzeMenuRegistration - + + class="nl.hannahsten.texifyidea.action.group.LatexEditMenuGroup"> - @@ -164,11 +164,11 @@ + class="nl.hannahsten.texifyidea.action.group.LatexAnalyzeMenuGroup"> - @@ -176,110 +176,110 @@ + class="nl.hannahsten.texifyidea.action.group.LatexToolsMenuGroup"> - + - + - + - + - - - - - - - - + - - - - - - - - - + - - - - @@ -289,14 +289,14 @@ - + - - + + - + @@ -305,302 +305,302 @@ - + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - + + - - + + - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - + + + - - - + + + - - + + - + - - + + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - nl.rubensten.texifyidea.intentions.LatexDisplayMathIntention + nl.hannahsten.texifyidea.intentions.LatexDisplayMathIntention LaTeX LatexDisplayMath - nl.rubensten.texifyidea.intentions.LatexMoveSectionToFileIntention + nl.hannahsten.texifyidea.intentions.LatexMoveSectionToFileIntention LaTeX LatexMoveSectionToFile - nl.rubensten.texifyidea.intentions.LatexMoveSelectionToFileIntention + nl.hannahsten.texifyidea.intentions.LatexMoveSelectionToFileIntention LaTeX LatexMoveSelectionToFile - nl.rubensten.texifyidea.intentions.LatexUnpackUsepackageIntention + nl.hannahsten.texifyidea.intentions.LatexUnpackUsepackageIntention LaTeX LatexUnpackUsepackage - nl.rubensten.texifyidea.intentions.LatexLeftRightParenthesesIntention + nl.hannahsten.texifyidea.intentions.LatexLeftRightParenthesesIntention LaTeX LatexLeftRightParentheses - nl.rubensten.texifyidea.intentions.LatexInlineDisplayToggle + nl.hannahsten.texifyidea.intentions.LatexInlineDisplayToggle LaTeX LatexInlineDisplayToggle - nl.rubensten.texifyidea.intentions.LatexMathToggle + nl.hannahsten.texifyidea.intentions.LatexMathToggle LaTeX LatexMathToggle - nl.rubensten.texifyidea.intentions.LatexToggleSmartQuotesIntention + nl.hannahsten.texifyidea.intentions.LatexToggleSmartQuotesIntention LaTeX LatexToggleSmartQuotes diff --git a/resources/nl/rubensten/texifyidea/icons/aux-file.svg b/resources/nl/hannahsten/texifyidea/icons/aux-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/aux-file.svg rename to resources/nl/hannahsten/texifyidea/icons/aux-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/bbl-file.svg b/resources/nl/hannahsten/texifyidea/icons/bbl-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/bbl-file.svg rename to resources/nl/hannahsten/texifyidea/icons/bbl-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/bib-build.svg b/resources/nl/hannahsten/texifyidea/icons/bib-build.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/bib-build.svg rename to resources/nl/hannahsten/texifyidea/icons/bib-build.svg diff --git a/resources/nl/rubensten/texifyidea/icons/bib-build_dark.svg b/resources/nl/hannahsten/texifyidea/icons/bib-build_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/bib-build_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/bib-build_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/bibliography-file.svg b/resources/nl/hannahsten/texifyidea/icons/bibliography-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/bibliography-file.svg rename to resources/nl/hannahsten/texifyidea/icons/bibliography-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/build.svg b/resources/nl/hannahsten/texifyidea/icons/build.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/build.svg rename to resources/nl/hannahsten/texifyidea/icons/build.svg diff --git a/resources/nl/rubensten/texifyidea/icons/build_dark.svg b/resources/nl/hannahsten/texifyidea/icons/build_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/build_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/build_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/class-file.svg b/resources/nl/hannahsten/texifyidea/icons/class-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/class-file.svg rename to resources/nl/hannahsten/texifyidea/icons/class-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/doc-latex-file.svg b/resources/nl/hannahsten/texifyidea/icons/doc-latex-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/doc-latex-file.svg rename to resources/nl/hannahsten/texifyidea/icons/doc-latex-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-bib.svg b/resources/nl/hannahsten/texifyidea/icons/dot-bib.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-bib.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-bib.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-chap.svg b/resources/nl/hannahsten/texifyidea/icons/dot-chap.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-chap.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-chap.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-cls.svg b/resources/nl/hannahsten/texifyidea/icons/dot-cls.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-cls.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-cls.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-cmd.svg b/resources/nl/hannahsten/texifyidea/icons/dot-cmd.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-cmd.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-cmd.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-env.svg b/resources/nl/hannahsten/texifyidea/icons/dot-env.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-env.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-env.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-incl.svg b/resources/nl/hannahsten/texifyidea/icons/dot-incl.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-incl.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-incl.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-lbl.svg b/resources/nl/hannahsten/texifyidea/icons/dot-lbl.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-lbl.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-lbl.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-num.svg b/resources/nl/hannahsten/texifyidea/icons/dot-num.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-num.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-num.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-par.svg b/resources/nl/hannahsten/texifyidea/icons/dot-par.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-par.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-par.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-part.svg b/resources/nl/hannahsten/texifyidea/icons/dot-part.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-part.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-part.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-sec.svg b/resources/nl/hannahsten/texifyidea/icons/dot-sec.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-sec.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-sec.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-subpar.svg b/resources/nl/hannahsten/texifyidea/icons/dot-subpar.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-subpar.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-subpar.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-subsec.svg b/resources/nl/hannahsten/texifyidea/icons/dot-subsec.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-subsec.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-subsec.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-subsubsec.svg b/resources/nl/hannahsten/texifyidea/icons/dot-subsubsec.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-subsubsec.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-subsubsec.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dot-tex.svg b/resources/nl/hannahsten/texifyidea/icons/dot-tex.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dot-tex.svg rename to resources/nl/hannahsten/texifyidea/icons/dot-tex.svg diff --git a/resources/nl/rubensten/texifyidea/icons/dvi-file.svg b/resources/nl/hannahsten/texifyidea/icons/dvi-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/dvi-file.svg rename to resources/nl/hannahsten/texifyidea/icons/dvi-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/equation-preview.svg b/resources/nl/hannahsten/texifyidea/icons/equation-preview.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/equation-preview.svg rename to resources/nl/hannahsten/texifyidea/icons/equation-preview.svg diff --git a/resources/nl/rubensten/texifyidea/icons/equation-preview_dark.svg b/resources/nl/hannahsten/texifyidea/icons/equation-preview_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/equation-preview_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/equation-preview_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/file.svg b/resources/nl/hannahsten/texifyidea/icons/file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/file.svg rename to resources/nl/hannahsten/texifyidea/icons/file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-bold.svg b/resources/nl/hannahsten/texifyidea/icons/font-bold.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-bold.svg rename to resources/nl/hannahsten/texifyidea/icons/font-bold.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-bold_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-bold_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-bold_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-bold_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-italics.svg b/resources/nl/hannahsten/texifyidea/icons/font-italics.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-italics.svg rename to resources/nl/hannahsten/texifyidea/icons/font-italics.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-italics_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-italics_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-italics_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-italics_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-mono.svg b/resources/nl/hannahsten/texifyidea/icons/font-mono.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-mono.svg rename to resources/nl/hannahsten/texifyidea/icons/font-mono.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-mono_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-mono_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-mono_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-mono_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-overline.svg b/resources/nl/hannahsten/texifyidea/icons/font-overline.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-overline.svg rename to resources/nl/hannahsten/texifyidea/icons/font-overline.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-overline_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-overline_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-overline_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-overline_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-slanted.svg b/resources/nl/hannahsten/texifyidea/icons/font-slanted.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-slanted.svg rename to resources/nl/hannahsten/texifyidea/icons/font-slanted.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-slanted_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-slanted_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-slanted_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-slanted_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-smallcaps.svg b/resources/nl/hannahsten/texifyidea/icons/font-smallcaps.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-smallcaps.svg rename to resources/nl/hannahsten/texifyidea/icons/font-smallcaps.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-smallcaps_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-smallcaps_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-smallcaps_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-smallcaps_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-strike.svg b/resources/nl/hannahsten/texifyidea/icons/font-strike.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-strike.svg rename to resources/nl/hannahsten/texifyidea/icons/font-strike.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-strike_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-strike_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-strike_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-strike_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-underline.svg b/resources/nl/hannahsten/texifyidea/icons/font-underline.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-underline.svg rename to resources/nl/hannahsten/texifyidea/icons/font-underline.svg diff --git a/resources/nl/rubensten/texifyidea/icons/font-underline_dark.svg b/resources/nl/hannahsten/texifyidea/icons/font-underline_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/font-underline_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/font-underline_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/key-required.svg b/resources/nl/hannahsten/texifyidea/icons/key-required.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/key-required.svg rename to resources/nl/hannahsten/texifyidea/icons/key-required.svg diff --git a/resources/nl/rubensten/texifyidea/icons/key-required_dark.svg b/resources/nl/hannahsten/texifyidea/icons/key-required_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/key-required_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/key-required_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/key-user.svg b/resources/nl/hannahsten/texifyidea/icons/key-user.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/key-user.svg rename to resources/nl/hannahsten/texifyidea/icons/key-user.svg diff --git a/resources/nl/rubensten/texifyidea/icons/key-user_dark.svg b/resources/nl/hannahsten/texifyidea/icons/key-user_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/key-user_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/key-user_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/latex-file-big.svg b/resources/nl/hannahsten/texifyidea/icons/latex-file-big.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/latex-file-big.svg rename to resources/nl/hannahsten/texifyidea/icons/latex-file-big.svg diff --git a/resources/nl/rubensten/texifyidea/icons/latex-file.svg b/resources/nl/hannahsten/texifyidea/icons/latex-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/latex-file.svg rename to resources/nl/hannahsten/texifyidea/icons/latex-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/latex-module.svg b/resources/nl/hannahsten/texifyidea/icons/latex-module.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/latex-module.svg rename to resources/nl/hannahsten/texifyidea/icons/latex-module.svg diff --git a/resources/nl/rubensten/texifyidea/icons/latex-module_dark.svg b/resources/nl/hannahsten/texifyidea/icons/latex-module_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/latex-module_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/latex-module_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/pdf-file.svg b/resources/nl/hannahsten/texifyidea/icons/pdf-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/pdf-file.svg rename to resources/nl/hannahsten/texifyidea/icons/pdf-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/right.svg b/resources/nl/hannahsten/texifyidea/icons/right.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/right.svg rename to resources/nl/hannahsten/texifyidea/icons/right.svg diff --git a/resources/nl/rubensten/texifyidea/icons/right_dark.svg b/resources/nl/hannahsten/texifyidea/icons/right_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/right_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/right_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/stats.svg b/resources/nl/hannahsten/texifyidea/icons/stats.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/stats.svg rename to resources/nl/hannahsten/texifyidea/icons/stats.svg diff --git a/resources/nl/rubensten/texifyidea/icons/stats_dark.svg b/resources/nl/hannahsten/texifyidea/icons/stats_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/stats_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/stats_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/string.svg b/resources/nl/hannahsten/texifyidea/icons/string.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/string.svg rename to resources/nl/hannahsten/texifyidea/icons/string.svg diff --git a/resources/nl/rubensten/texifyidea/icons/style-file.svg b/resources/nl/hannahsten/texifyidea/icons/style-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/style-file.svg rename to resources/nl/hannahsten/texifyidea/icons/style-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/sumatra.svg b/resources/nl/hannahsten/texifyidea/icons/sumatra.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/sumatra.svg rename to resources/nl/hannahsten/texifyidea/icons/sumatra.svg diff --git a/resources/nl/rubensten/texifyidea/icons/sumatra_dark.svg b/resources/nl/hannahsten/texifyidea/icons/sumatra_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/sumatra_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/sumatra_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/synctex-file.svg b/resources/nl/hannahsten/texifyidea/icons/synctex-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/synctex-file.svg rename to resources/nl/hannahsten/texifyidea/icons/synctex-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/temp.svg b/resources/nl/hannahsten/texifyidea/icons/temp.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/temp.svg rename to resources/nl/hannahsten/texifyidea/icons/temp.svg diff --git a/resources/nl/rubensten/texifyidea/icons/text-file.svg b/resources/nl/hannahsten/texifyidea/icons/text-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/text-file.svg rename to resources/nl/hannahsten/texifyidea/icons/text-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/tikz-file.svg b/resources/nl/hannahsten/texifyidea/icons/tikz-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/tikz-file.svg rename to resources/nl/hannahsten/texifyidea/icons/tikz-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/tikz-preview.svg b/resources/nl/hannahsten/texifyidea/icons/tikz-preview.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/tikz-preview.svg rename to resources/nl/hannahsten/texifyidea/icons/tikz-preview.svg diff --git a/resources/nl/rubensten/texifyidea/icons/tikz-preview_dark.svg b/resources/nl/hannahsten/texifyidea/icons/tikz-preview_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/tikz-preview_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/tikz-preview_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/toc-file.svg b/resources/nl/hannahsten/texifyidea/icons/toc-file.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/toc-file.svg rename to resources/nl/hannahsten/texifyidea/icons/toc-file.svg diff --git a/resources/nl/rubensten/texifyidea/icons/toggle-star.svg b/resources/nl/hannahsten/texifyidea/icons/toggle-star.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/toggle-star.svg rename to resources/nl/hannahsten/texifyidea/icons/toggle-star.svg diff --git a/resources/nl/rubensten/texifyidea/icons/toggle-star_dark.svg b/resources/nl/hannahsten/texifyidea/icons/toggle-star_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/toggle-star_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/toggle-star_dark.svg diff --git a/resources/nl/rubensten/texifyidea/icons/word-count.svg b/resources/nl/hannahsten/texifyidea/icons/word-count.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/word-count.svg rename to resources/nl/hannahsten/texifyidea/icons/word-count.svg diff --git a/resources/nl/rubensten/texifyidea/icons/word-count_dark.svg b/resources/nl/hannahsten/texifyidea/icons/word-count_dark.svg similarity index 100% rename from resources/nl/rubensten/texifyidea/icons/word-count_dark.svg rename to resources/nl/hannahsten/texifyidea/icons/word-count_dark.svg diff --git a/resources/nl/rubensten/texifyidea/packages/package.list b/resources/nl/hannahsten/texifyidea/packages/package.list similarity index 100% rename from resources/nl/rubensten/texifyidea/packages/package.list rename to resources/nl/hannahsten/texifyidea/packages/package.list diff --git a/scripts/ctan.py b/scripts/ctan.py index 0e19a64bd..110617e65 100644 --- a/scripts/ctan.py +++ b/scripts/ctan.py @@ -21,7 +21,7 @@ def fetch_packages(letter): # MAIN # -print("CTAN Fetcher 1.0 (Ruben Schellekens)\n") +print("CTAN Fetcher 1.0 (Hannah Schellekens)\n") count = 0 allPackages = [] diff --git a/src/nl/rubensten/texifyidea/BibtexLanguage.kt b/src/nl/hannahsten/texifyidea/BibtexLanguage.kt similarity index 57% rename from src/nl/rubensten/texifyidea/BibtexLanguage.kt rename to src/nl/hannahsten/texifyidea/BibtexLanguage.kt index 09a0e83e6..56cd64cb6 100644 --- a/src/nl/rubensten/texifyidea/BibtexLanguage.kt +++ b/src/nl/hannahsten/texifyidea/BibtexLanguage.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea +package nl.hannahsten.texifyidea import com.intellij.lang.Language /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object BibtexLanguage : Language("Bibtex") \ No newline at end of file diff --git a/src/nl/hannahsten/texifyidea/BibtexLexerAdapter.kt b/src/nl/hannahsten/texifyidea/BibtexLexerAdapter.kt new file mode 100644 index 000000000..bc8d47a40 --- /dev/null +++ b/src/nl/hannahsten/texifyidea/BibtexLexerAdapter.kt @@ -0,0 +1,9 @@ +package nl.hannahsten.texifyidea + +import com.intellij.lexer.FlexAdapter +import nl.hannahsten.texifyidea.grammar.BibtexLexer + +/** + * @author Hannah Schellekens + */ +open class BibtexLexerAdapter : FlexAdapter(BibtexLexer(null)) \ No newline at end of file diff --git a/src/nl/rubensten/texifyidea/BibtexParserDefinition.java b/src/nl/hannahsten/texifyidea/BibtexParserDefinition.java similarity index 90% rename from src/nl/rubensten/texifyidea/BibtexParserDefinition.java rename to src/nl/hannahsten/texifyidea/BibtexParserDefinition.java index 723436fd8..8ac3fa73e 100644 --- a/src/nl/rubensten/texifyidea/BibtexParserDefinition.java +++ b/src/nl/hannahsten/texifyidea/BibtexParserDefinition.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea; +package nl.hannahsten.texifyidea; import com.intellij.lang.ASTNode; import com.intellij.lang.Language; @@ -12,13 +12,13 @@ import com.intellij.psi.TokenType; import com.intellij.psi.tree.IStubFileElementType; import com.intellij.psi.tree.TokenSet; -import nl.rubensten.texifyidea.file.BibtexFile; -import nl.rubensten.texifyidea.parser.BibtexParser; -import nl.rubensten.texifyidea.psi.BibtexTypes; +import nl.hannahsten.texifyidea.file.BibtexFile; +import nl.hannahsten.texifyidea.parser.BibtexParser; +import nl.hannahsten.texifyidea.psi.BibtexTypes; import org.jetbrains.annotations.NotNull; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class BibtexParserDefinition implements ParserDefinition { diff --git a/src/nl/rubensten/texifyidea/LatexLanguage.java b/src/nl/hannahsten/texifyidea/LatexLanguage.java similarity index 87% rename from src/nl/rubensten/texifyidea/LatexLanguage.java rename to src/nl/hannahsten/texifyidea/LatexLanguage.java index 4cf7a2fec..a73b69138 100644 --- a/src/nl/rubensten/texifyidea/LatexLanguage.java +++ b/src/nl/hannahsten/texifyidea/LatexLanguage.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea; +package nl.hannahsten.texifyidea; import com.intellij.lang.Language; diff --git a/src/nl/rubensten/texifyidea/LatexLexerAdapter.java b/src/nl/hannahsten/texifyidea/LatexLexerAdapter.java similarity index 70% rename from src/nl/rubensten/texifyidea/LatexLexerAdapter.java rename to src/nl/hannahsten/texifyidea/LatexLexerAdapter.java index 9281f97e3..5ebb14fac 100644 --- a/src/nl/rubensten/texifyidea/LatexLexerAdapter.java +++ b/src/nl/hannahsten/texifyidea/LatexLexerAdapter.java @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea; +package nl.hannahsten.texifyidea; import com.intellij.lexer.FlexAdapter; -import nl.rubensten.texifyidea.grammar.LatexLexer; +import nl.hannahsten.texifyidea.grammar.LatexLexer; /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/LatexParserDefinition.java b/src/nl/hannahsten/texifyidea/LatexParserDefinition.java similarity index 91% rename from src/nl/rubensten/texifyidea/LatexParserDefinition.java rename to src/nl/hannahsten/texifyidea/LatexParserDefinition.java index 06baa6355..9ea02fabb 100644 --- a/src/nl/rubensten/texifyidea/LatexParserDefinition.java +++ b/src/nl/hannahsten/texifyidea/LatexParserDefinition.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea; +package nl.hannahsten.texifyidea; import com.intellij.lang.ASTNode; import com.intellij.lang.Language; @@ -12,9 +12,9 @@ import com.intellij.psi.TokenType; import com.intellij.psi.tree.IStubFileElementType; import com.intellij.psi.tree.TokenSet; -import nl.rubensten.texifyidea.file.LatexFile; -import nl.rubensten.texifyidea.parser.LatexParser; -import nl.rubensten.texifyidea.psi.LatexTypes; +import nl.hannahsten.texifyidea.file.LatexFile; +import nl.hannahsten.texifyidea.parser.LatexParser; +import nl.hannahsten.texifyidea.psi.LatexTypes; import org.jetbrains.annotations.NotNull; /** diff --git a/src/nl/rubensten/texifyidea/TeXception.kt b/src/nl/hannahsten/texifyidea/TeXception.kt similarity index 83% rename from src/nl/rubensten/texifyidea/TeXception.kt rename to src/nl/hannahsten/texifyidea/TeXception.kt index 1a30a8529..de57e4fd3 100644 --- a/src/nl/rubensten/texifyidea/TeXception.kt +++ b/src/nl/hannahsten/texifyidea/TeXception.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea +package nl.hannahsten.texifyidea /** * Exception that is thrown by problems within TeXiFy-IDEA. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ class TeXception : RuntimeException { diff --git a/src/nl/rubensten/texifyidea/TexifyIcons.java b/src/nl/hannahsten/texifyidea/TexifyIcons.java similarity index 52% rename from src/nl/rubensten/texifyidea/TexifyIcons.java rename to src/nl/hannahsten/texifyidea/TexifyIcons.java index c190601bf..ca569cf09 100644 --- a/src/nl/rubensten/texifyidea/TexifyIcons.java +++ b/src/nl/hannahsten/texifyidea/TexifyIcons.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea; +package nl.hannahsten.texifyidea; import com.intellij.openapi.util.IconLoader; import com.intellij.util.PlatformIcons; @@ -6,366 +6,366 @@ import javax.swing.*; /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ public class TexifyIcons { /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon LATEX_FILE_BIG = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/latex-file-big.svg" + "/nl/hannahsten/texifyidea/icons/latex-file-big.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon LATEX_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/latex-file.svg" + "/nl/hannahsten/texifyidea/icons/latex-file.svg" ); /** - * Copyright (c) 2019 Ruben Schellekens + * Copyright (c) 2019 Hannah Schellekens */ public static final Icon TIKZ_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/tikz-file.svg" + "/nl/hannahsten/texifyidea/icons/tikz-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon PDF_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/pdf-file.svg" + "/nl/hannahsten/texifyidea/icons/pdf-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DVI_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dvi-file.svg" + "/nl/hannahsten/texifyidea/icons/dvi-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon BIBLIOGRAPHY_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/bibliography-file.svg" + "/nl/hannahsten/texifyidea/icons/bibliography-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon CLASS_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/class-file.svg" + "/nl/hannahsten/texifyidea/icons/class-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOCUMENTED_LATEX_SOURCE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/doc-latex-file.svg" + "/nl/hannahsten/texifyidea/icons/doc-latex-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon STYLE_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/style-file.svg" + "/nl/hannahsten/texifyidea/icons/style-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/file.svg" + "/nl/hannahsten/texifyidea/icons/file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon TEMP_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/temp.svg" + "/nl/hannahsten/texifyidea/icons/temp.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon SYNCTEX_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/synctex-file.svg" + "/nl/hannahsten/texifyidea/icons/synctex-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon AUX_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/aux-file.svg" + "/nl/hannahsten/texifyidea/icons/aux-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon TABLE_OF_CONTENTS_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/toc-file.svg" + "/nl/hannahsten/texifyidea/icons/toc-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon BBL_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/bbl-file.svg" + "/nl/hannahsten/texifyidea/icons/bbl-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon TEXT_FILE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/text-file.svg" + "/nl/hannahsten/texifyidea/icons/text-file.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon BUILD = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/build.svg" + "/nl/hannahsten/texifyidea/icons/build.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon BUILD_BIB = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/bib-build.svg" + "/nl/hannahsten/texifyidea/icons/bib-build.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon LATEX_MODULE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/latex-module.svg" + "/nl/hannahsten/texifyidea/icons/latex-module.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_LATEX = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-tex.svg" + "/nl/hannahsten/texifyidea/icons/dot-tex.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_COMMAND = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-cmd.svg" + "/nl/hannahsten/texifyidea/icons/dot-cmd.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_LABEL = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-lbl.svg" + "/nl/hannahsten/texifyidea/icons/dot-lbl.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_BIB = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-bib.svg" + "/nl/hannahsten/texifyidea/icons/dot-bib.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_INCLUDE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-incl.svg" + "/nl/hannahsten/texifyidea/icons/dot-incl.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_ENVIRONMENT = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-env.svg" + "/nl/hannahsten/texifyidea/icons/dot-env.svg" ); /** - * Copyright (c) 2018 Ruben Schellekens + * Copyright (c) 2018 Hannah Schellekens */ public static final Icon DOT_CLASS = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-cls.svg" + "/nl/hannahsten/texifyidea/icons/dot-cls.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_NUMBER = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-num.svg" + "/nl/hannahsten/texifyidea/icons/dot-num.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_CHAPTER = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-chap.svg" + "/nl/hannahsten/texifyidea/icons/dot-chap.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_PART = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-part.svg" + "/nl/hannahsten/texifyidea/icons/dot-part.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_SECTION = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-sec.svg" + "/nl/hannahsten/texifyidea/icons/dot-sec.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_SUBSECTION = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-subsec.svg" + "/nl/hannahsten/texifyidea/icons/dot-subsec.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_SUBSUBSECTION = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-subsubsec.svg" + "/nl/hannahsten/texifyidea/icons/dot-subsubsec.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_PARAGRAPH = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-par.svg" + "/nl/hannahsten/texifyidea/icons/dot-par.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon DOT_SUBPARAGRAPH = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/dot-subpar.svg" + "/nl/hannahsten/texifyidea/icons/dot-subpar.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_BOLD = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-bold.svg" + "/nl/hannahsten/texifyidea/icons/font-bold.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_ITALICS = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-italics.svg" + "/nl/hannahsten/texifyidea/icons/font-italics.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_UNDERLINE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-underline.svg" + "/nl/hannahsten/texifyidea/icons/font-underline.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_OVERLINE = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-overline.svg" + "/nl/hannahsten/texifyidea/icons/font-overline.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_SMALLCAPS = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-smallcaps.svg" + "/nl/hannahsten/texifyidea/icons/font-smallcaps.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_TYPEWRITER = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-mono.svg" + "/nl/hannahsten/texifyidea/icons/font-mono.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_STRIKETHROUGH = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-strike.svg" + "/nl/hannahsten/texifyidea/icons/font-strike.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon FONT_SLANTED = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/font-slanted.svg" + "/nl/hannahsten/texifyidea/icons/font-slanted.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon SUMATRA = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/sumatra.svg" + "/nl/hannahsten/texifyidea/icons/sumatra.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon WORD_COUNT = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/word-count.svg" + "/nl/hannahsten/texifyidea/icons/word-count.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon TOGGLE_STAR = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/toggle-star.svg" + "/nl/hannahsten/texifyidea/icons/toggle-star.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon STATS = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/stats.svg" + "/nl/hannahsten/texifyidea/icons/stats.svg" ); /** - * Copyright (c) 2017 Ruben Schellekens + * Copyright (c) 2017 Hannah Schellekens */ public static final Icon RIGHT = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/right.svg" + "/nl/hannahsten/texifyidea/icons/right.svg" ); /** - * Copyright (c) 2018 Ruben Schellekens + * Copyright (c) 2018 Hannah Schellekens */ public static final Icon EQUATION_PREVIEW = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/equation-preview.svg" + "/nl/hannahsten/texifyidea/icons/equation-preview.svg" ); /** - * Copyright (c) 2019 Ruben Schellekens + * Copyright (c) 2019 Hannah Schellekens */ public static final Icon TIKZ_PREVIEW = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/tikz-preview.svg" + "/nl/hannahsten/texifyidea/icons/tikz-preview.svg" ); // From IntelliJ public static final Icon STRING = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/string.svg" + "/nl/hannahsten/texifyidea/icons/string.svg" ); // From IntelliJ (modified) public static final Icon KEY_REQUIRED = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/key-required.svg" + "/nl/hannahsten/texifyidea/icons/key-required.svg" ); // From IntelliJ (modified) public static final Icon KEY_USER_DEFINED = IconLoader.getIcon( - "/nl/rubensten/texifyidea/icons/key-user.svg" + "/nl/hannahsten/texifyidea/icons/key-user.svg" ); /** diff --git a/src/nl/rubensten/texifyidea/action/AnalyzeMenuRegistration.kt b/src/nl/hannahsten/texifyidea/action/AnalyzeMenuRegistration.kt similarity index 98% rename from src/nl/rubensten/texifyidea/action/AnalyzeMenuRegistration.kt rename to src/nl/hannahsten/texifyidea/action/AnalyzeMenuRegistration.kt index 8fec0ffa1..7170ef138 100644 --- a/src/nl/rubensten/texifyidea/action/AnalyzeMenuRegistration.kt +++ b/src/nl/hannahsten/texifyidea/action/AnalyzeMenuRegistration.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action +package nl.hannahsten.texifyidea.action import com.intellij.openapi.actionSystem.ActionManager import com.intellij.openapi.actionSystem.DefaultActionGroup diff --git a/src/nl/rubensten/texifyidea/action/ClearAuxFiles.kt b/src/nl/hannahsten/texifyidea/action/ClearAuxFiles.kt similarity index 88% rename from src/nl/rubensten/texifyidea/action/ClearAuxFiles.kt rename to src/nl/hannahsten/texifyidea/action/ClearAuxFiles.kt index e53299381..44663ce12 100644 --- a/src/nl/rubensten/texifyidea/action/ClearAuxFiles.kt +++ b/src/nl/hannahsten/texifyidea/action/ClearAuxFiles.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.action +package nl.hannahsten.texifyidea.action import com.intellij.openapi.actionSystem.AnAction import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.vfs.LocalFileSystem -import nl.rubensten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.Magic import org.apache.commons.io.FileUtils import java.io.File diff --git a/src/nl/rubensten/texifyidea/action/EditorAction.java b/src/nl/hannahsten/texifyidea/action/EditorAction.java similarity index 96% rename from src/nl/rubensten/texifyidea/action/EditorAction.java rename to src/nl/hannahsten/texifyidea/action/EditorAction.java index a0a071bd2..7d26e8af1 100644 --- a/src/nl/rubensten/texifyidea/action/EditorAction.java +++ b/src/nl/hannahsten/texifyidea/action/EditorAction.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action; +package nl.hannahsten.texifyidea.action; import com.intellij.openapi.actionSystem.AnAction; import com.intellij.openapi.actionSystem.AnActionEvent; @@ -13,7 +13,7 @@ import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import com.intellij.psi.PsiManager; -import nl.rubensten.texifyidea.file.LatexFile; +import nl.hannahsten.texifyidea.file.LatexFile; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -23,7 +23,7 @@ /** * Action that fetches the required information beforehand. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ public abstract class EditorAction extends AnAction { diff --git a/src/nl/rubensten/texifyidea/action/InsertEditorAction.java b/src/nl/hannahsten/texifyidea/action/InsertEditorAction.java similarity index 96% rename from src/nl/rubensten/texifyidea/action/InsertEditorAction.java rename to src/nl/hannahsten/texifyidea/action/InsertEditorAction.java index 278368442..bf576d543 100644 --- a/src/nl/rubensten/texifyidea/action/InsertEditorAction.java +++ b/src/nl/hannahsten/texifyidea/action/InsertEditorAction.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action; +package nl.hannahsten.texifyidea.action; import com.intellij.openapi.editor.CaretModel; import com.intellij.openapi.editor.Document; @@ -12,7 +12,7 @@ import javax.swing.*; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertEditorAction extends EditorAction { diff --git a/src/nl/rubensten/texifyidea/action/LatexToggleStarAction.kt b/src/nl/hannahsten/texifyidea/action/LatexToggleStarAction.kt similarity index 88% rename from src/nl/rubensten/texifyidea/action/LatexToggleStarAction.kt rename to src/nl/hannahsten/texifyidea/action/LatexToggleStarAction.kt index f037db953..726f3e82f 100644 --- a/src/nl/rubensten/texifyidea/action/LatexToggleStarAction.kt +++ b/src/nl/hannahsten/texifyidea/action/LatexToggleStarAction.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action +package nl.hannahsten.texifyidea.action import com.intellij.openapi.editor.Editor import com.intellij.openapi.fileEditor.TextEditor @@ -8,16 +8,16 @@ import com.intellij.openapi.vfs.VirtualFile import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.impl.source.tree.LeafPsiElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.lang.magic.magicComment -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexGroup -import nl.rubensten.texifyidea.psi.LatexPsiUtil -import nl.rubensten.texifyidea.psi.LatexTypes -import nl.rubensten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.lang.magic.magicComment +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexGroup +import nl.hannahsten.texifyidea.psi.LatexPsiUtil +import nl.hannahsten.texifyidea.psi.LatexTypes +import nl.hannahsten.texifyidea.util.parentOfType /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexToggleStarAction : EditorAction("Toggle Star", TexifyIcons.TOGGLE_STAR) { diff --git a/src/nl/rubensten/texifyidea/action/NewLatexFileAction.java b/src/nl/hannahsten/texifyidea/action/NewLatexFileAction.java similarity index 94% rename from src/nl/rubensten/texifyidea/action/NewLatexFileAction.java rename to src/nl/hannahsten/texifyidea/action/NewLatexFileAction.java index 0f704f4e6..e96ea33e3 100644 --- a/src/nl/rubensten/texifyidea/action/NewLatexFileAction.java +++ b/src/nl/hannahsten/texifyidea/action/NewLatexFileAction.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action; +package nl.hannahsten.texifyidea.action; import com.intellij.ide.actions.CreateElementActionBase; import com.intellij.ide.actions.CreateFileFromTemplateDialog; @@ -10,17 +10,17 @@ import com.intellij.psi.PsiDirectory; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.file.*; -import nl.rubensten.texifyidea.templates.LatexTemplatesFactory; -import nl.rubensten.texifyidea.util.FileUtil; -import nl.rubensten.texifyidea.util.Magic; -import nl.rubensten.texifyidea.util.StringsKt; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.file.*; +import nl.hannahsten.texifyidea.templates.LatexTemplatesFactory; +import nl.hannahsten.texifyidea.util.FileUtil; +import nl.hannahsten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.util.StringsKt; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class NewLatexFileAction extends CreateElementActionBase { diff --git a/src/nl/rubensten/texifyidea/action/analysis/WordCountAction.kt b/src/nl/hannahsten/texifyidea/action/analysis/WordCountAction.kt similarity index 97% rename from src/nl/rubensten/texifyidea/action/analysis/WordCountAction.kt rename to src/nl/hannahsten/texifyidea/action/analysis/WordCountAction.kt index faf1d9342..b18021234 100644 --- a/src/nl/rubensten/texifyidea/action/analysis/WordCountAction.kt +++ b/src/nl/hannahsten/texifyidea/action/analysis/WordCountAction.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action.analysis +package nl.hannahsten.texifyidea.action.analysis import com.intellij.icons.AllIcons import com.intellij.openapi.actionSystem.AnAction @@ -8,15 +8,15 @@ import com.intellij.openapi.ui.DialogBuilder import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.PsiWhiteSpace -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.util.* import java.util.regex.Pattern import javax.swing.JLabel import javax.swing.SwingConstants /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class WordCountAction : AnAction( "_Word Count", diff --git a/src/nl/rubensten/texifyidea/action/evince/ForwardSearchAction.kt b/src/nl/hannahsten/texifyidea/action/evince/ForwardSearchAction.kt similarity index 77% rename from src/nl/rubensten/texifyidea/action/evince/ForwardSearchAction.kt rename to src/nl/hannahsten/texifyidea/action/evince/ForwardSearchAction.kt index a711e44a2..923b3caae 100644 --- a/src/nl/rubensten/texifyidea/action/evince/ForwardSearchAction.kt +++ b/src/nl/hannahsten/texifyidea/action/evince/ForwardSearchAction.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.action.evince +package nl.hannahsten.texifyidea.action.evince import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.fileEditor.TextEditor import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.VirtualFile -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.action.EditorAction -import nl.rubensten.texifyidea.run.evince.EvinceConversation -import nl.rubensten.texifyidea.run.evince.isEvinceAvailable +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.action.EditorAction +import nl.hannahsten.texifyidea.run.evince.EvinceConversation +import nl.hannahsten.texifyidea.run.evince.isEvinceAvailable /** * Starts a forward search action in Evince. diff --git a/src/nl/rubensten/texifyidea/action/group/EvinceActionGroup.kt b/src/nl/hannahsten/texifyidea/action/group/EvinceActionGroup.kt similarity index 73% rename from src/nl/rubensten/texifyidea/action/group/EvinceActionGroup.kt rename to src/nl/hannahsten/texifyidea/action/group/EvinceActionGroup.kt index f73f35e21..ad325a9a1 100644 --- a/src/nl/rubensten/texifyidea/action/group/EvinceActionGroup.kt +++ b/src/nl/hannahsten/texifyidea/action/group/EvinceActionGroup.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.action.group +package nl.hannahsten.texifyidea.action.group import com.intellij.openapi.actionSystem.DataContext import com.intellij.openapi.actionSystem.DefaultActionGroup -import nl.rubensten.texifyidea.run.evince.isEvinceAvailable +import nl.hannahsten.texifyidea.run.evince.isEvinceAvailable class EvinceActionGroup : DefaultActionGroup() { diff --git a/src/nl/rubensten/texifyidea/action/group/InsertActionGroup.java b/src/nl/hannahsten/texifyidea/action/group/InsertActionGroup.java similarity index 78% rename from src/nl/rubensten/texifyidea/action/group/InsertActionGroup.java rename to src/nl/hannahsten/texifyidea/action/group/InsertActionGroup.java index 35d9b3a6c..e3440398a 100644 --- a/src/nl/rubensten/texifyidea/action/group/InsertActionGroup.java +++ b/src/nl/hannahsten/texifyidea/action/group/InsertActionGroup.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.group; +package nl.hannahsten.texifyidea.action.group; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.actionSystem.DefaultActionGroup; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertActionGroup extends DefaultActionGroup { diff --git a/src/nl/rubensten/texifyidea/action/group/InsertFontStyleActionGroup.kt b/src/nl/hannahsten/texifyidea/action/group/InsertFontStyleActionGroup.kt similarity index 73% rename from src/nl/rubensten/texifyidea/action/group/InsertFontStyleActionGroup.kt rename to src/nl/hannahsten/texifyidea/action/group/InsertFontStyleActionGroup.kt index 8908f287d..28d3dce32 100644 --- a/src/nl/rubensten/texifyidea/action/group/InsertFontStyleActionGroup.kt +++ b/src/nl/hannahsten/texifyidea/action/group/InsertFontStyleActionGroup.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.action.group +package nl.hannahsten.texifyidea.action.group import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.actionSystem.DefaultActionGroup -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class InsertFontStyleActionGroup : DefaultActionGroup() { diff --git a/src/nl/rubensten/texifyidea/action/group/InsertSectioningActionGroup.kt b/src/nl/hannahsten/texifyidea/action/group/InsertSectioningActionGroup.kt similarity index 73% rename from src/nl/rubensten/texifyidea/action/group/InsertSectioningActionGroup.kt rename to src/nl/hannahsten/texifyidea/action/group/InsertSectioningActionGroup.kt index 3f376c0c7..9d6bb3b50 100644 --- a/src/nl/rubensten/texifyidea/action/group/InsertSectioningActionGroup.kt +++ b/src/nl/hannahsten/texifyidea/action/group/InsertSectioningActionGroup.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.action.group +package nl.hannahsten.texifyidea.action.group import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.actionSystem.DefaultActionGroup -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class InsertSectioningActionGroup : DefaultActionGroup() { diff --git a/src/nl/rubensten/texifyidea/action/group/LatexAnalyzeMenuGroup.kt b/src/nl/hannahsten/texifyidea/action/group/LatexAnalyzeMenuGroup.kt similarity index 77% rename from src/nl/rubensten/texifyidea/action/group/LatexAnalyzeMenuGroup.kt rename to src/nl/hannahsten/texifyidea/action/group/LatexAnalyzeMenuGroup.kt index b14045eaa..4ddcdbed4 100644 --- a/src/nl/rubensten/texifyidea/action/group/LatexAnalyzeMenuGroup.kt +++ b/src/nl/hannahsten/texifyidea/action/group/LatexAnalyzeMenuGroup.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.action.group +package nl.hannahsten.texifyidea.action.group import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.actionSystem.CommonDataKeys import com.intellij.openapi.actionSystem.DefaultActionGroup -import nl.rubensten.texifyidea.util.isLatexFile +import nl.hannahsten.texifyidea.util.isLatexFile /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexAnalyzeMenuGroup : DefaultActionGroup() { diff --git a/src/nl/rubensten/texifyidea/action/group/LatexEditMenuGroup.kt b/src/nl/hannahsten/texifyidea/action/group/LatexEditMenuGroup.kt similarity index 77% rename from src/nl/rubensten/texifyidea/action/group/LatexEditMenuGroup.kt rename to src/nl/hannahsten/texifyidea/action/group/LatexEditMenuGroup.kt index e84283bf6..bececdba3 100644 --- a/src/nl/rubensten/texifyidea/action/group/LatexEditMenuGroup.kt +++ b/src/nl/hannahsten/texifyidea/action/group/LatexEditMenuGroup.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.action.group +package nl.hannahsten.texifyidea.action.group import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.actionSystem.CommonDataKeys import com.intellij.openapi.actionSystem.DefaultActionGroup -import nl.rubensten.texifyidea.util.isLatexFile +import nl.hannahsten.texifyidea.util.isLatexFile /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexEditMenuGroup : DefaultActionGroup() { diff --git a/src/nl/rubensten/texifyidea/action/group/LatexToolsMenuGroup.kt b/src/nl/hannahsten/texifyidea/action/group/LatexToolsMenuGroup.kt similarity index 77% rename from src/nl/rubensten/texifyidea/action/group/LatexToolsMenuGroup.kt rename to src/nl/hannahsten/texifyidea/action/group/LatexToolsMenuGroup.kt index d2bd44635..608c7c2b0 100644 --- a/src/nl/rubensten/texifyidea/action/group/LatexToolsMenuGroup.kt +++ b/src/nl/hannahsten/texifyidea/action/group/LatexToolsMenuGroup.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.action.group +package nl.hannahsten.texifyidea.action.group import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.actionSystem.CommonDataKeys import com.intellij.openapi.actionSystem.DefaultActionGroup -import nl.rubensten.texifyidea.util.isLatexFile +import nl.hannahsten.texifyidea.util.isLatexFile /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexToolsMenuGroup : DefaultActionGroup() { diff --git a/src/nl/rubensten/texifyidea/action/group/SumatraActionGroup.kt b/src/nl/hannahsten/texifyidea/action/group/SumatraActionGroup.kt similarity index 66% rename from src/nl/rubensten/texifyidea/action/group/SumatraActionGroup.kt rename to src/nl/hannahsten/texifyidea/action/group/SumatraActionGroup.kt index b1c98887a..f4378c47b 100644 --- a/src/nl/rubensten/texifyidea/action/group/SumatraActionGroup.kt +++ b/src/nl/hannahsten/texifyidea/action/group/SumatraActionGroup.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.action.group +package nl.hannahsten.texifyidea.action.group import com.intellij.openapi.actionSystem.DataContext import com.intellij.openapi.actionSystem.DefaultActionGroup -import nl.rubensten.texifyidea.run.sumatra.isSumatraAvailable +import nl.hannahsten.texifyidea.run.sumatra.isSumatraAvailable /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class SumatraActionGroup : DefaultActionGroup() { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertBoldfaceAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertBoldfaceAction.java similarity index 50% rename from src/nl/rubensten/texifyidea/action/insert/InsertBoldfaceAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertBoldfaceAction.java index bed13b827..560cd342f 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertBoldfaceAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertBoldfaceAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertBoldfaceAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertChapterAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertChapterAction.java similarity index 50% rename from src/nl/rubensten/texifyidea/action/insert/InsertChapterAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertChapterAction.java index 64b755675..8fe46d9ab 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertChapterAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertChapterAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertChapterAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertItalicsAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertItalicsAction.java similarity index 50% rename from src/nl/rubensten/texifyidea/action/insert/InsertItalicsAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertItalicsAction.java index e38a24aaa..646b64496 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertItalicsAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertItalicsAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertItalicsAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertOverlineAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertOverlineAction.java similarity index 51% rename from src/nl/rubensten/texifyidea/action/insert/InsertOverlineAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertOverlineAction.java index a7860066c..15a8d775d 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertOverlineAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertOverlineAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertOverlineAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertParagraphAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertParagraphAction.java similarity index 51% rename from src/nl/rubensten/texifyidea/action/insert/InsertParagraphAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertParagraphAction.java index 301753bb5..bda51a92b 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertParagraphAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertParagraphAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertParagraphAction extends InsertEditorAction { diff --git a/src/nl/hannahsten/texifyidea/action/insert/InsertPartAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertPartAction.java new file mode 100644 index 000000000..1aa5c9142 --- /dev/null +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertPartAction.java @@ -0,0 +1,14 @@ +package nl.hannahsten.texifyidea.action.insert; + +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; + +/** + * @author Hannah Schellekens + */ +public class InsertPartAction extends InsertEditorAction { + + public InsertPartAction() { + super("Part", TexifyIcons.DOT_PART, "\\part{", "}"); + } +} diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertSectionAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertSectionAction.java similarity index 50% rename from src/nl/rubensten/texifyidea/action/insert/InsertSectionAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertSectionAction.java index 9a58b21af..ef0d4bba3 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertSectionAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertSectionAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertSectionAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertSlantedAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertSlantedAction.java similarity index 50% rename from src/nl/rubensten/texifyidea/action/insert/InsertSlantedAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertSlantedAction.java index faf86bec9..650eaeec7 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertSlantedAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertSlantedAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertSlantedAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertSmallCapsAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertSmallCapsAction.java similarity index 52% rename from src/nl/rubensten/texifyidea/action/insert/InsertSmallCapsAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertSmallCapsAction.java index c7d8c2dd5..c9cfab18f 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertSmallCapsAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertSmallCapsAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertSmallCapsAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertStrikethroughAction.kt b/src/nl/hannahsten/texifyidea/action/insert/InsertStrikethroughAction.kt similarity index 77% rename from src/nl/rubensten/texifyidea/action/insert/InsertStrikethroughAction.kt rename to src/nl/hannahsten/texifyidea/action/insert/InsertStrikethroughAction.kt index e90cc7a0d..a1e0fff15 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertStrikethroughAction.kt +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertStrikethroughAction.kt @@ -1,15 +1,15 @@ -package nl.rubensten.texifyidea.action.insert +package nl.hannahsten.texifyidea.action.insert import com.intellij.openapi.fileEditor.TextEditor import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.VirtualFile import com.intellij.psi.PsiManager -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.action.InsertEditorAction -import nl.rubensten.texifyidea.util.PackageUtils +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.action.InsertEditorAction +import nl.hannahsten.texifyidea.util.PackageUtils /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class InsertStrikethroughAction : InsertEditorAction( "Strikethrough (ulem package)", diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertSubParagraphAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertSubParagraphAction.java similarity index 53% rename from src/nl/rubensten/texifyidea/action/insert/InsertSubParagraphAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertSubParagraphAction.java index 912865b1b..1404621d2 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertSubParagraphAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertSubParagraphAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertSubParagraphAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertSubSectionAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertSubSectionAction.java similarity index 52% rename from src/nl/rubensten/texifyidea/action/insert/InsertSubSectionAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertSubSectionAction.java index f0bb69adb..9f30d5d06 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertSubSectionAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertSubSectionAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertSubSectionAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertSubSubSectionAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertSubSubSectionAction.java similarity index 54% rename from src/nl/rubensten/texifyidea/action/insert/InsertSubSubSectionAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertSubSubSectionAction.java index 91900bc2a..279b09f4a 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertSubSubSectionAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertSubSubSectionAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertSubSubSectionAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertTypewriterAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertTypewriterAction.java similarity index 53% rename from src/nl/rubensten/texifyidea/action/insert/InsertTypewriterAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertTypewriterAction.java index 75d46e020..d07c78375 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertTypewriterAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertTypewriterAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertTypewriterAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertUnderlineAction.java b/src/nl/hannahsten/texifyidea/action/insert/InsertUnderlineAction.java similarity index 51% rename from src/nl/rubensten/texifyidea/action/insert/InsertUnderlineAction.java rename to src/nl/hannahsten/texifyidea/action/insert/InsertUnderlineAction.java index 12da84b8e..d0c486ea2 100644 --- a/src/nl/rubensten/texifyidea/action/insert/InsertUnderlineAction.java +++ b/src/nl/hannahsten/texifyidea/action/insert/InsertUnderlineAction.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.action.insert; +package nl.hannahsten.texifyidea.action.insert; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.action.InsertEditorAction; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class InsertUnderlineAction extends InsertEditorAction { diff --git a/src/nl/rubensten/texifyidea/action/preview/PreviewAction.kt b/src/nl/hannahsten/texifyidea/action/preview/PreviewAction.kt similarity index 93% rename from src/nl/rubensten/texifyidea/action/preview/PreviewAction.kt rename to src/nl/hannahsten/texifyidea/action/preview/PreviewAction.kt index efe60caf6..54665c4e1 100644 --- a/src/nl/rubensten/texifyidea/action/preview/PreviewAction.kt +++ b/src/nl/hannahsten/texifyidea/action/preview/PreviewAction.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action.preview +package nl.hannahsten.texifyidea.action.preview import com.intellij.openapi.project.Project import com.intellij.openapi.util.Key @@ -7,9 +7,9 @@ import com.intellij.openapi.wm.ToolWindowManager import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiElement import com.intellij.ui.content.ContentFactory -import nl.rubensten.texifyidea.action.EditorAction -import nl.rubensten.texifyidea.ui.EquationPreviewToolWindow -import nl.rubensten.texifyidea.ui.PreviewFormUpdater +import nl.hannahsten.texifyidea.action.EditorAction +import nl.hannahsten.texifyidea.ui.EquationPreviewToolWindow +import nl.hannahsten.texifyidea.ui.PreviewFormUpdater import javax.swing.Icon /** diff --git a/src/nl/rubensten/texifyidea/action/preview/ShowEquationPreview.kt b/src/nl/hannahsten/texifyidea/action/preview/ShowEquationPreview.kt similarity index 73% rename from src/nl/rubensten/texifyidea/action/preview/ShowEquationPreview.kt rename to src/nl/hannahsten/texifyidea/action/preview/ShowEquationPreview.kt index b0c8eb43c..61ae34b1b 100644 --- a/src/nl/rubensten/texifyidea/action/preview/ShowEquationPreview.kt +++ b/src/nl/hannahsten/texifyidea/action/preview/ShowEquationPreview.kt @@ -1,16 +1,13 @@ -package nl.rubensten.texifyidea.action.preview +package nl.hannahsten.texifyidea.action.preview import com.intellij.openapi.fileEditor.TextEditor import com.intellij.openapi.project.Project import com.intellij.openapi.util.Key import com.intellij.openapi.vfs.VirtualFile import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexDisplayMath -import nl.rubensten.texifyidea.psi.LatexInlineMath -import nl.rubensten.texifyidea.ui.PreviewFormUpdater -import nl.rubensten.texifyidea.util.findOuterMathEnvironment -import nl.rubensten.texifyidea.util.inMathContext +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.ui.PreviewFormUpdater +import nl.hannahsten.texifyidea.util.findOuterMathEnvironment /** * Show a preview of a LaTeX equation in a separate window. diff --git a/src/nl/rubensten/texifyidea/action/preview/ShowTikzPreview.kt b/src/nl/hannahsten/texifyidea/action/preview/ShowTikzPreview.kt similarity index 86% rename from src/nl/rubensten/texifyidea/action/preview/ShowTikzPreview.kt rename to src/nl/hannahsten/texifyidea/action/preview/ShowTikzPreview.kt index 47c31f771..984b83e04 100644 --- a/src/nl/rubensten/texifyidea/action/preview/ShowTikzPreview.kt +++ b/src/nl/hannahsten/texifyidea/action/preview/ShowTikzPreview.kt @@ -1,17 +1,17 @@ -package nl.rubensten.texifyidea.action.preview +package nl.hannahsten.texifyidea.action.preview import com.intellij.openapi.fileEditor.TextEditor import com.intellij.openapi.project.Project import com.intellij.openapi.util.Key import com.intellij.openapi.vfs.VirtualFile import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.ui.PreviewFormUpdater -import nl.rubensten.texifyidea.util.PackageUtils -import nl.rubensten.texifyidea.util.environmentName -import nl.rubensten.texifyidea.util.hasParent -import nl.rubensten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.ui.PreviewFormUpdater +import nl.hannahsten.texifyidea.util.PackageUtils +import nl.hannahsten.texifyidea.util.environmentName +import nl.hannahsten.texifyidea.util.hasParent +import nl.hannahsten.texifyidea.util.parentOfType /** * The [ShowTikzPreview] class describes an Action in the editor that will display a rendered diff --git a/src/nl/rubensten/texifyidea/action/sumatra/ConfigureInverseSearchAction.kt b/src/nl/hannahsten/texifyidea/action/sumatra/ConfigureInverseSearchAction.kt similarity index 93% rename from src/nl/rubensten/texifyidea/action/sumatra/ConfigureInverseSearchAction.kt rename to src/nl/hannahsten/texifyidea/action/sumatra/ConfigureInverseSearchAction.kt index 5ae255540..7dec0bc33 100644 --- a/src/nl/rubensten/texifyidea/action/sumatra/ConfigureInverseSearchAction.kt +++ b/src/nl/hannahsten/texifyidea/action/sumatra/ConfigureInverseSearchAction.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.action.sumatra +package nl.hannahsten.texifyidea.action.sumatra import com.intellij.icons.AllIcons import com.intellij.openapi.actionSystem.AnAction @@ -6,7 +6,7 @@ import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.application.ApplicationNamesInfo import com.intellij.openapi.application.PathManager import com.intellij.openapi.ui.DialogBuilder -import nl.rubensten.texifyidea.run.sumatra.isSumatraAvailable +import nl.hannahsten.texifyidea.run.sumatra.isSumatraAvailable import javax.swing.JLabel import javax.swing.SwingConstants @@ -43,7 +43,7 @@ open class ConfigureInverseSearchAction : AnAction( var name = ApplicationNamesInfo.getInstance().scriptName // If we can find a 64-bits Java, then we can start (the equivalent of) idea64.exe since that will use the 64-bits Java - // see issue 104 and https://github.com/Ruben-Sten/TeXiFy-IDEA/issues/809 + // see issue 104 and https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/809 // If we find a 32-bits Java or nothing at all, we will keep (the equivalent of) idea.exe which is the default if (System.getProperty("sun.arch.data.model") == "64") { // We will assume that since the user is using a 64-bit IDEA that name64 exists, this is at least true for idea64.exe and pycharm64.exe on Windows diff --git a/src/nl/rubensten/texifyidea/action/sumatra/ForwardSearchAction.kt b/src/nl/hannahsten/texifyidea/action/sumatra/ForwardSearchAction.kt similarity index 78% rename from src/nl/rubensten/texifyidea/action/sumatra/ForwardSearchAction.kt rename to src/nl/hannahsten/texifyidea/action/sumatra/ForwardSearchAction.kt index ce78193e8..85d3035b6 100644 --- a/src/nl/rubensten/texifyidea/action/sumatra/ForwardSearchAction.kt +++ b/src/nl/hannahsten/texifyidea/action/sumatra/ForwardSearchAction.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.action.sumatra +package nl.hannahsten.texifyidea.action.sumatra import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.fileEditor.TextEditor import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.VirtualFile -import nl.rubensten.texifyidea.TeXception -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.action.EditorAction -import nl.rubensten.texifyidea.run.sumatra.SumatraConversation -import nl.rubensten.texifyidea.run.sumatra.isSumatraAvailable +import nl.hannahsten.texifyidea.TeXception +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.action.EditorAction +import nl.hannahsten.texifyidea.run.sumatra.SumatraConversation +import nl.hannahsten.texifyidea.run.sumatra.isSumatraAvailable /** * Starts a forward search action in SumatraPDF. diff --git a/src/nl/rubensten/texifyidea/algorithm/Algorithm.java b/src/nl/hannahsten/texifyidea/algorithm/Algorithm.java similarity index 83% rename from src/nl/rubensten/texifyidea/algorithm/Algorithm.java rename to src/nl/hannahsten/texifyidea/algorithm/Algorithm.java index 0aabc83df..7dde15239 100644 --- a/src/nl/rubensten/texifyidea/algorithm/Algorithm.java +++ b/src/nl/hannahsten/texifyidea/algorithm/Algorithm.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.algorithm; +package nl.hannahsten.texifyidea.algorithm; /** * Why did I make an interface for this? @@ -8,7 +8,7 @@ * Information about the algorithm can only be obtained after executing it with * {@link Algorithm#execute()}. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ public interface Algorithm { diff --git a/src/nl/rubensten/texifyidea/algorithm/BFS.java b/src/nl/hannahsten/texifyidea/algorithm/BFS.java similarity index 98% rename from src/nl/rubensten/texifyidea/algorithm/BFS.java rename to src/nl/hannahsten/texifyidea/algorithm/BFS.java index a0b1e9050..6b3671730 100644 --- a/src/nl/rubensten/texifyidea/algorithm/BFS.java +++ b/src/nl/hannahsten/texifyidea/algorithm/BFS.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.algorithm; +package nl.hannahsten.texifyidea.algorithm; import java.util.*; import java.util.function.Function; @@ -17,7 +17,7 @@ * * @param * The node type. - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class BFS implements PathAlgorithm { @@ -266,7 +266,7 @@ public boolean hasGoal() { /** * Class used by the BFS algorithm to keep track of augmented values. * - * @author Ruben Schellekens, Dylan ter Veen + * @author Hannah Schellekens, Dylan ter Veen */ private class BFSNode { @@ -355,7 +355,7 @@ public int hashCode() { /** * Actions that can be executed after an iteration action. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ public enum BFSAction { diff --git a/src/nl/rubensten/texifyidea/algorithm/IsChildDFS.kt b/src/nl/hannahsten/texifyidea/algorithm/IsChildDFS.kt similarity index 93% rename from src/nl/rubensten/texifyidea/algorithm/IsChildDFS.kt rename to src/nl/hannahsten/texifyidea/algorithm/IsChildDFS.kt index 138cff127..b607fdaae 100644 --- a/src/nl/rubensten/texifyidea/algorithm/IsChildDFS.kt +++ b/src/nl/hannahsten/texifyidea/algorithm/IsChildDFS.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.algorithm +package nl.hannahsten.texifyidea.algorithm import java.util.* /** * Depth first search that checks if a goal node is a child of the given start node. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class IsChildDFS( diff --git a/src/nl/rubensten/texifyidea/algorithm/PathAlgorithm.java b/src/nl/hannahsten/texifyidea/algorithm/PathAlgorithm.java similarity index 93% rename from src/nl/rubensten/texifyidea/algorithm/PathAlgorithm.java rename to src/nl/hannahsten/texifyidea/algorithm/PathAlgorithm.java index 5ee7b9058..3fec344af 100644 --- a/src/nl/rubensten/texifyidea/algorithm/PathAlgorithm.java +++ b/src/nl/hannahsten/texifyidea/algorithm/PathAlgorithm.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.algorithm; +package nl.hannahsten.texifyidea.algorithm; import java.util.List; @@ -9,7 +9,7 @@ * * @param * The type the nodes have. - * @author Ruben Schellekens + * @author Hannah Schellekens */ public interface PathAlgorithm extends Algorithm { diff --git a/src/nl/rubensten/texifyidea/blame/LatexErrorReportSubmitter.kt b/src/nl/hannahsten/texifyidea/blame/LatexErrorReportSubmitter.kt similarity index 93% rename from src/nl/rubensten/texifyidea/blame/LatexErrorReportSubmitter.kt rename to src/nl/hannahsten/texifyidea/blame/LatexErrorReportSubmitter.kt index 301e35194..d009fd690 100644 --- a/src/nl/rubensten/texifyidea/blame/LatexErrorReportSubmitter.kt +++ b/src/nl/hannahsten/texifyidea/blame/LatexErrorReportSubmitter.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.blame +package nl.hannahsten.texifyidea.blame import com.intellij.ide.BrowserUtil import com.intellij.openapi.diagnostic.ErrorReportSubmitter @@ -18,7 +18,7 @@ class LatexErrorReportSubmitter : ErrorReportSubmitter() { companion object { - private const val URL = "https://github.com/Ruben-Sten/TeXiFy-IDEA/issues/new?labels=crash-report&title=" + private const val URL = "https://github.com/Hannah-Sten/TeXiFy-IDEA/issues/new?labels=crash-report&title=" private const val ENCODING = "UTF-8" } diff --git a/src/nl/rubensten/texifyidea/completion/BibtexKeyProvider.kt b/src/nl/hannahsten/texifyidea/completion/BibtexKeyProvider.kt similarity index 85% rename from src/nl/rubensten/texifyidea/completion/BibtexKeyProvider.kt rename to src/nl/hannahsten/texifyidea/completion/BibtexKeyProvider.kt index ac9f2be35..815d36a6a 100644 --- a/src/nl/rubensten/texifyidea/completion/BibtexKeyProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/BibtexKeyProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -8,17 +8,17 @@ import com.intellij.psi.PsiFile import com.intellij.util.PlatformIcons import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.completion.handlers.TokenTypeInsertHandler -import nl.rubensten.texifyidea.lang.BibtexDefaultEntry -import nl.rubensten.texifyidea.lang.BibtexEntryField -import nl.rubensten.texifyidea.lang.SimpleBibtexEntryField -import nl.rubensten.texifyidea.psi.BibtexEntry -import nl.rubensten.texifyidea.psi.BibtexKey -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.completion.handlers.TokenTypeInsertHandler +import nl.hannahsten.texifyidea.lang.BibtexDefaultEntry +import nl.hannahsten.texifyidea.lang.BibtexEntryField +import nl.hannahsten.texifyidea.lang.SimpleBibtexEntryField +import nl.hannahsten.texifyidea.psi.BibtexEntry +import nl.hannahsten.texifyidea.psi.BibtexKey +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object BibtexKeyProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/BibtexStringProvider.kt b/src/nl/hannahsten/texifyidea/completion/BibtexStringProvider.kt similarity index 84% rename from src/nl/rubensten/texifyidea/completion/BibtexStringProvider.kt rename to src/nl/hannahsten/texifyidea/completion/BibtexStringProvider.kt index a0968a44c..497e6eb97 100644 --- a/src/nl/rubensten/texifyidea/completion/BibtexStringProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/BibtexStringProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -6,15 +6,15 @@ import com.intellij.codeInsight.completion.CompletionResultSet import com.intellij.codeInsight.lookup.LookupElementBuilder import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.lang.Described -import nl.rubensten.texifyidea.psi.BibtexComment -import nl.rubensten.texifyidea.psi.BibtexEntry -import nl.rubensten.texifyidea.psi.BibtexTag -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.lang.Described +import nl.hannahsten.texifyidea.psi.BibtexComment +import nl.hannahsten.texifyidea.psi.BibtexEntry +import nl.hannahsten.texifyidea.psi.BibtexTag +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object BibtexStringProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/BibtexTypeTokenProvider.kt b/src/nl/hannahsten/texifyidea/completion/BibtexTypeTokenProvider.kt similarity index 82% rename from src/nl/rubensten/texifyidea/completion/BibtexTypeTokenProvider.kt rename to src/nl/hannahsten/texifyidea/completion/BibtexTypeTokenProvider.kt index 9319fa631..4f1c8f0fc 100644 --- a/src/nl/rubensten/texifyidea/completion/BibtexTypeTokenProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/BibtexTypeTokenProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -7,11 +7,11 @@ import com.intellij.codeInsight.lookup.LookupElementBuilder import com.intellij.util.PlatformIcons import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.completion.handlers.TokenTypeInsertHandler -import nl.rubensten.texifyidea.lang.BibtexDefaultEntry +import nl.hannahsten.texifyidea.completion.handlers.TokenTypeInsertHandler +import nl.hannahsten.texifyidea.lang.BibtexDefaultEntry /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object BibtexTypeTokenProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/InsertBibtexTag.kt b/src/nl/hannahsten/texifyidea/completion/InsertBibtexTag.kt similarity index 93% rename from src/nl/rubensten/texifyidea/completion/InsertBibtexTag.kt rename to src/nl/hannahsten/texifyidea/completion/InsertBibtexTag.kt index 851c16780..93c1889ec 100644 --- a/src/nl/rubensten/texifyidea/completion/InsertBibtexTag.kt +++ b/src/nl/hannahsten/texifyidea/completion/InsertBibtexTag.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegate import com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegate.Result @@ -11,13 +11,13 @@ import com.intellij.openapi.util.Ref import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.impl.source.tree.LeafPsiElement -import nl.rubensten.texifyidea.editor.ShiftTracker -import nl.rubensten.texifyidea.file.BibtexFileType -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.editor.ShiftTracker +import nl.hannahsten.texifyidea.file.BibtexFileType +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class InsertBibtexTag : EnterHandlerDelegate { diff --git a/src/nl/rubensten/texifyidea/completion/LatexBibliographyStyleProvider.kt b/src/nl/hannahsten/texifyidea/completion/LatexBibliographyStyleProvider.kt similarity index 84% rename from src/nl/rubensten/texifyidea/completion/LatexBibliographyStyleProvider.kt rename to src/nl/hannahsten/texifyidea/completion/LatexBibliographyStyleProvider.kt index a42b0343d..920512f68 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexBibliographyStyleProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/LatexBibliographyStyleProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -6,11 +6,11 @@ import com.intellij.codeInsight.completion.CompletionResultSet import com.intellij.codeInsight.lookup.LookupElementBuilder import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.completion.handlers.MoveToEndOfCommandHandler +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.completion.handlers.MoveToEndOfCommandHandler /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexBibliographyStyleProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/LatexCharFilter.java b/src/nl/hannahsten/texifyidea/completion/LatexCharFilter.java similarity index 91% rename from src/nl/rubensten/texifyidea/completion/LatexCharFilter.java rename to src/nl/hannahsten/texifyidea/completion/LatexCharFilter.java index ba85fbd9a..4945b1553 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexCharFilter.java +++ b/src/nl/hannahsten/texifyidea/completion/LatexCharFilter.java @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.completion; +package nl.hannahsten.texifyidea.completion; import com.intellij.codeInsight.lookup.CharFilter; import com.intellij.codeInsight.lookup.Lookup; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; -import nl.rubensten.texifyidea.file.LatexFile; +import nl.hannahsten.texifyidea.file.LatexFile; import org.jetbrains.annotations.Nullable; /** diff --git a/src/nl/rubensten/texifyidea/completion/LatexCommandProvider.java b/src/nl/hannahsten/texifyidea/completion/LatexCommandProvider.java similarity index 94% rename from src/nl/rubensten/texifyidea/completion/LatexCommandProvider.java rename to src/nl/hannahsten/texifyidea/completion/LatexCommandProvider.java index bcd5f22b5..10012cab5 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexCommandProvider.java +++ b/src/nl/hannahsten/texifyidea/completion/LatexCommandProvider.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion; +package nl.hannahsten.texifyidea.completion; import com.google.common.base.Strings; import com.intellij.codeInsight.completion.CompletionParameters; @@ -14,15 +14,15 @@ import com.intellij.psi.search.GlobalSearchScope; import com.intellij.util.ProcessingContext; import com.intellij.util.containers.ContainerUtil; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.completion.handlers.LatexCommandArgumentInsertHandler; -import nl.rubensten.texifyidea.completion.handlers.LatexMathInsertHandler; -import nl.rubensten.texifyidea.completion.handlers.LatexNoMathInsertHandler; -import nl.rubensten.texifyidea.index.LatexCommandsIndex; -import nl.rubensten.texifyidea.index.LatexDefinitionIndex; -import nl.rubensten.texifyidea.lang.*; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.util.*; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.completion.handlers.LatexCommandArgumentInsertHandler; +import nl.hannahsten.texifyidea.completion.handlers.LatexMathInsertHandler; +import nl.hannahsten.texifyidea.completion.handlers.LatexNoMathInsertHandler; +import nl.hannahsten.texifyidea.index.LatexCommandsIndex; +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex; +import nl.hannahsten.texifyidea.lang.*; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.util.*; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -30,7 +30,7 @@ import java.util.stream.Collectors; /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ public class LatexCommandProvider extends CompletionProvider { diff --git a/src/nl/rubensten/texifyidea/completion/LatexDocumentclassProvider.kt b/src/nl/hannahsten/texifyidea/completion/LatexDocumentclassProvider.kt similarity index 82% rename from src/nl/rubensten/texifyidea/completion/LatexDocumentclassProvider.kt rename to src/nl/hannahsten/texifyidea/completion/LatexDocumentclassProvider.kt index 5b01ab34c..0bcc6f7eb 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexDocumentclassProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/LatexDocumentclassProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -6,12 +6,12 @@ import com.intellij.codeInsight.completion.CompletionResultSet import com.intellij.codeInsight.lookup.LookupElementBuilder import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.completion.handlers.MoveToEndOfCommandHandler -import nl.rubensten.texifyidea.util.findAvailableDocumentClasses +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.completion.handlers.MoveToEndOfCommandHandler +import nl.hannahsten.texifyidea.util.findAvailableDocumentClasses /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexDocumentclassProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/LatexFileProvider.kt b/src/nl/hannahsten/texifyidea/completion/LatexFileProvider.kt similarity index 94% rename from src/nl/rubensten/texifyidea/completion/LatexFileProvider.kt rename to src/nl/hannahsten/texifyidea/completion/LatexFileProvider.kt index 6452e9344..d2ef060d5 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexFileProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/LatexFileProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -10,16 +10,16 @@ import com.intellij.openapi.vfs.LocalFileSystem import com.intellij.openapi.vfs.VirtualFile import com.intellij.util.PlatformIcons import com.intellij.util.ProcessingContext -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.completion.handlers.CompositeHandler -import nl.rubensten.texifyidea.completion.handlers.FileNameInsertionHandler -import nl.rubensten.texifyidea.completion.handlers.LatexReferenceInsertHandler -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.completion.handlers.CompositeHandler +import nl.hannahsten.texifyidea.completion.handlers.FileNameInsertionHandler +import nl.hannahsten.texifyidea.completion.handlers.LatexReferenceInsertHandler +import nl.hannahsten.texifyidea.util.* import java.util.* import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexFileProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/LatexInspectionIdProvider.kt b/src/nl/hannahsten/texifyidea/completion/LatexInspectionIdProvider.kt similarity index 84% rename from src/nl/rubensten/texifyidea/completion/LatexInspectionIdProvider.kt rename to src/nl/hannahsten/texifyidea/completion/LatexInspectionIdProvider.kt index 7488c2901..477aa5613 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexInspectionIdProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/LatexInspectionIdProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -7,11 +7,11 @@ import com.intellij.codeInsight.lookup.LookupElementBuilder import com.intellij.icons.AllIcons import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.ALL_TEXIFY_INSPECTIONS +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.ALL_TEXIFY_INSPECTIONS /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexInspectionIdProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/LatexMagicCommentKeyProvider.kt b/src/nl/hannahsten/texifyidea/completion/LatexMagicCommentKeyProvider.kt similarity index 90% rename from src/nl/rubensten/texifyidea/completion/LatexMagicCommentKeyProvider.kt rename to src/nl/hannahsten/texifyidea/completion/LatexMagicCommentKeyProvider.kt index 4020b703f..0ab0d4503 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexMagicCommentKeyProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/LatexMagicCommentKeyProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -9,10 +9,10 @@ import com.intellij.codeInsight.lookup.LookupElementBuilder import com.intellij.util.PlatformIcons import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.lang.magic.DefaultMagicKeys +import nl.hannahsten.texifyidea.lang.magic.DefaultMagicKeys /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexMagicCommentKeyProvider : CompletionProvider() { @@ -29,7 +29,7 @@ object LatexMagicCommentKeyProvider : CompletionProvider() } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object InsertHandler : com.intellij.codeInsight.completion.InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/LatexPackageNameProvider.kt b/src/nl/hannahsten/texifyidea/completion/LatexPackageNameProvider.kt similarity index 74% rename from src/nl/rubensten/texifyidea/completion/LatexPackageNameProvider.kt rename to src/nl/hannahsten/texifyidea/completion/LatexPackageNameProvider.kt index 5dcbfc8af..3f62c1768 100644 --- a/src/nl/rubensten/texifyidea/completion/LatexPackageNameProvider.kt +++ b/src/nl/hannahsten/texifyidea/completion/LatexPackageNameProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionParameters import com.intellij.codeInsight.completion.CompletionProvider @@ -6,15 +6,15 @@ import com.intellij.codeInsight.completion.CompletionResultSet import com.intellij.codeInsight.lookup.LookupElementBuilder import com.intellij.util.ProcessingContext import com.intellij.util.containers.ContainerUtil -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.completion.handlers.MoveToEndOfCommandHandler -import nl.rubensten.texifyidea.index.LatexDefinitionIndex -import nl.rubensten.texifyidea.util.PackageUtils -import nl.rubensten.texifyidea.util.projectSearchScope -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.completion.handlers.MoveToEndOfCommandHandler +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex +import nl.hannahsten.texifyidea.util.PackageUtils +import nl.hannahsten.texifyidea.util.projectSearchScope +import nl.hannahsten.texifyidea.util.requiredParameter /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexPackageNameProvider : CompletionProvider() { diff --git a/src/nl/rubensten/texifyidea/completion/TexifyCompletionContributor.kt b/src/nl/hannahsten/texifyidea/completion/TexifyCompletionContributor.kt similarity index 95% rename from src/nl/rubensten/texifyidea/completion/TexifyCompletionContributor.kt rename to src/nl/hannahsten/texifyidea/completion/TexifyCompletionContributor.kt index 9a0c24713..ab168d79d 100644 --- a/src/nl/rubensten/texifyidea/completion/TexifyCompletionContributor.kt +++ b/src/nl/hannahsten/texifyidea/completion/TexifyCompletionContributor.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion +package nl.hannahsten.texifyidea.completion import com.intellij.codeInsight.completion.CompletionContributor import com.intellij.codeInsight.completion.CompletionParameters @@ -9,18 +9,17 @@ import com.intellij.patterns.PlatformPatterns import com.intellij.psi.PsiComment import com.intellij.psi.PsiElement import com.intellij.util.ProcessingContext -import nl.rubensten.texifyidea.BibtexLanguage -import nl.rubensten.texifyidea.LatexLanguage -import nl.rubensten.texifyidea.lang.LatexMode -import nl.rubensten.texifyidea.lang.LatexRegularCommand -import nl.rubensten.texifyidea.lang.RequiredFileArgument -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.lang.LatexMode +import nl.hannahsten.texifyidea.lang.LatexRegularCommand +import nl.hannahsten.texifyidea.lang.RequiredFileArgument +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.util.* import java.util.* -import nl.rubensten.texifyidea.util.* /** - * @author Sten Wessel, Ruben Schellekens + * @author Sten Wessel, Hannah Schellekens */ open class TexifyCompletionContributor : CompletionContributor() { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/CompositeHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/CompositeHandler.kt similarity index 90% rename from src/nl/rubensten/texifyidea/completion/handlers/CompositeHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/CompositeHandler.kt index 7d2ca0456..8b2fbf34f 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/CompositeHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/CompositeHandler.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext @@ -6,7 +6,7 @@ import com.intellij.codeInsight.lookup.LookupElement import com.intellij.codeInsight.lookup.LookupElementBuilder /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class CompositeHandler(vararg val handlers: InsertHandler) : InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/FileNameInsertionHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/FileNameInsertionHandler.kt similarity index 83% rename from src/nl/rubensten/texifyidea/completion/handlers/FileNameInsertionHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/FileNameInsertionHandler.kt index 4edc96acc..9529ea452 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/FileNameInsertionHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/FileNameInsertionHandler.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext import com.intellij.codeInsight.lookup.LookupElement -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexRequiredParam -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexRequiredParam +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class FileNameInsertionHandler : InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/LatexCommandArgumentInsertHandler.java b/src/nl/hannahsten/texifyidea/completion/handlers/LatexCommandArgumentInsertHandler.java similarity index 93% rename from src/nl/rubensten/texifyidea/completion/handlers/LatexCommandArgumentInsertHandler.java rename to src/nl/hannahsten/texifyidea/completion/handlers/LatexCommandArgumentInsertHandler.java index b7c57e99c..ef71fab14 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/LatexCommandArgumentInsertHandler.java +++ b/src/nl/hannahsten/texifyidea/completion/handlers/LatexCommandArgumentInsertHandler.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion.handlers; +package nl.hannahsten.texifyidea.completion.handlers; import com.intellij.codeInsight.completion.InsertHandler; import com.intellij.codeInsight.completion.InsertionContext; @@ -7,14 +7,14 @@ import com.intellij.openapi.editor.Document; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.util.TextRange; -import nl.rubensten.texifyidea.lang.LatexMathCommand; -import nl.rubensten.texifyidea.lang.LatexRegularCommand; -import nl.rubensten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.lang.LatexMathCommand; +import nl.hannahsten.texifyidea.lang.LatexRegularCommand; +import nl.hannahsten.texifyidea.psi.LatexCommands; import java.util.List; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class LatexCommandArgumentInsertHandler implements InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/LatexCommandPackageIncludeHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/LatexCommandPackageIncludeHandler.kt similarity index 82% rename from src/nl/rubensten/texifyidea/completion/handlers/LatexCommandPackageIncludeHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/LatexCommandPackageIncludeHandler.kt index 66a09560f..f56bdbd1d 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/LatexCommandPackageIncludeHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/LatexCommandPackageIncludeHandler.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext @@ -6,12 +6,12 @@ import com.intellij.codeInsight.lookup.LookupElement import com.intellij.openapi.editor.Document import com.intellij.openapi.util.text.StringUtil import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.lang.LatexCommand -import nl.rubensten.texifyidea.lang.Package.Companion.DEFAULT -import nl.rubensten.texifyidea.util.PackageUtils +import nl.hannahsten.texifyidea.lang.LatexCommand +import nl.hannahsten.texifyidea.lang.Package.Companion.DEFAULT +import nl.hannahsten.texifyidea.util.PackageUtils /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexCommandPackageIncludeHandler : InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/LatexMathInsertHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/LatexMathInsertHandler.kt similarity index 89% rename from src/nl/rubensten/texifyidea/completion/handlers/LatexMathInsertHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/LatexMathInsertHandler.kt index bcd7a16e6..5c669ec39 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/LatexMathInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/LatexMathInsertHandler.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext import com.intellij.codeInsight.lookup.LookupElement import com.intellij.codeInsight.template.TemplateManager import com.intellij.codeInsight.template.impl.TemplateSettings -import nl.rubensten.texifyidea.lang.LatexCommand +import nl.hannahsten.texifyidea.lang.LatexCommand /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class LatexMathInsertHandler : InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/LatexNoMathInsertHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/LatexNoMathInsertHandler.kt similarity index 91% rename from src/nl/rubensten/texifyidea/completion/handlers/LatexNoMathInsertHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/LatexNoMathInsertHandler.kt index c83e7f0fa..499a4459a 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/LatexNoMathInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/LatexNoMathInsertHandler.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext @@ -8,12 +8,12 @@ import com.intellij.codeInsight.template.TemplateEditingListener import com.intellij.codeInsight.template.TemplateManager import com.intellij.codeInsight.template.impl.TemplateSettings import com.intellij.codeInsight.template.impl.TemplateState -import nl.rubensten.texifyidea.lang.Environment -import nl.rubensten.texifyidea.lang.LatexCommand -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.lang.Environment +import nl.hannahsten.texifyidea.lang.LatexCommand +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class LatexNoMathInsertHandler : InsertHandler { @@ -46,7 +46,7 @@ class LatexNoMathInsertHandler : InsertHandler { /** * Makes sure environments get imported if required. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ private inner class EnvironmentInsertImports(val context: InsertionContext) : TemplateEditingListener { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/LatexReferenceInsertHandler.java b/src/nl/hannahsten/texifyidea/completion/handlers/LatexReferenceInsertHandler.java similarity index 91% rename from src/nl/rubensten/texifyidea/completion/handlers/LatexReferenceInsertHandler.java rename to src/nl/hannahsten/texifyidea/completion/handlers/LatexReferenceInsertHandler.java index a9b5ff0c0..203a6dd66 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/LatexReferenceInsertHandler.java +++ b/src/nl/hannahsten/texifyidea/completion/handlers/LatexReferenceInsertHandler.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.completion.handlers; +package nl.hannahsten.texifyidea.completion.handlers; import com.intellij.codeInsight.completion.InsertHandler; import com.intellij.codeInsight.completion.InsertionContext; diff --git a/src/nl/rubensten/texifyidea/completion/handlers/MoveToEndOfCommandHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/MoveToEndOfCommandHandler.kt similarity index 74% rename from src/nl/rubensten/texifyidea/completion/handlers/MoveToEndOfCommandHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/MoveToEndOfCommandHandler.kt index 5b1faff85..4c9bdb883 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/MoveToEndOfCommandHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/MoveToEndOfCommandHandler.kt @@ -1,16 +1,16 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext import com.intellij.codeInsight.lookup.LookupElement -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.endOffset -import nl.rubensten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.endOffset +import nl.hannahsten.texifyidea.util.parentOfType /** * Makes the caret skip to the end of the parent command. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ object MoveToEndOfCommandHandler : InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/RightInsertHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/RightInsertHandler.kt similarity index 90% rename from src/nl/rubensten/texifyidea/completion/handlers/RightInsertHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/RightInsertHandler.kt index 21b7a0d20..1f3d5a17d 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/RightInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/RightInsertHandler.kt @@ -1,16 +1,16 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext import com.intellij.codeInsight.lookup.LookupElement import com.intellij.openapi.editor.Editor -import nl.rubensten.texifyidea.lang.LatexCommand -import nl.rubensten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.lang.LatexCommand +import nl.hannahsten.texifyidea.util.Magic /** * Inserts the right part of left-right command pairs, like `\left( \right)`. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class RightInsertHandler : InsertHandler { diff --git a/src/nl/rubensten/texifyidea/completion/handlers/TokenTypeInsertHandler.kt b/src/nl/hannahsten/texifyidea/completion/handlers/TokenTypeInsertHandler.kt similarity index 92% rename from src/nl/rubensten/texifyidea/completion/handlers/TokenTypeInsertHandler.kt rename to src/nl/hannahsten/texifyidea/completion/handlers/TokenTypeInsertHandler.kt index 3d83c4573..23ed2fab0 100644 --- a/src/nl/rubensten/texifyidea/completion/handlers/TokenTypeInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/completion/handlers/TokenTypeInsertHandler.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.completion.handlers +package nl.hannahsten.texifyidea.completion.handlers import com.intellij.codeInsight.completion.InsertHandler import com.intellij.codeInsight.completion.InsertionContext import com.intellij.codeInsight.lookup.LookupElement import com.intellij.codeInsight.template.TemplateManager import com.intellij.codeInsight.template.impl.TemplateSettings -import nl.rubensten.texifyidea.lang.BibtexEntryType +import nl.hannahsten.texifyidea.lang.BibtexEntryType /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object TokenTypeInsertHandler : InsertHandler { diff --git a/src/nl/rubensten/texifyidea/documentation/BibtexDocumentationProvider.kt b/src/nl/hannahsten/texifyidea/documentation/BibtexDocumentationProvider.kt similarity index 86% rename from src/nl/rubensten/texifyidea/documentation/BibtexDocumentationProvider.kt rename to src/nl/hannahsten/texifyidea/documentation/BibtexDocumentationProvider.kt index 4ae5e4cf5..ff43e1ebf 100644 --- a/src/nl/rubensten/texifyidea/documentation/BibtexDocumentationProvider.kt +++ b/src/nl/hannahsten/texifyidea/documentation/BibtexDocumentationProvider.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.documentation +package nl.hannahsten.texifyidea.documentation import com.intellij.lang.documentation.DocumentationProvider import com.intellij.psi.PsiElement import com.intellij.psi.PsiManager -import nl.rubensten.texifyidea.lang.Described -import nl.rubensten.texifyidea.psi.BibtexKey +import nl.hannahsten.texifyidea.lang.Described +import nl.hannahsten.texifyidea.psi.BibtexKey /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexDocumentationProvider : DocumentationProvider { diff --git a/src/nl/rubensten/texifyidea/documentation/IdDeclarationLabel.kt b/src/nl/hannahsten/texifyidea/documentation/IdDeclarationLabel.kt similarity index 68% rename from src/nl/rubensten/texifyidea/documentation/IdDeclarationLabel.kt rename to src/nl/hannahsten/texifyidea/documentation/IdDeclarationLabel.kt index 71d412470..49ae2ca67 100644 --- a/src/nl/rubensten/texifyidea/documentation/IdDeclarationLabel.kt +++ b/src/nl/hannahsten/texifyidea/documentation/IdDeclarationLabel.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.documentation +package nl.hannahsten.texifyidea.documentation -import nl.rubensten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.BibtexId /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ open class IdDeclarationLabel(val id: BibtexId) : NavigationLabel(id) { diff --git a/src/nl/rubensten/texifyidea/documentation/LabelDeclarationLabel.kt b/src/nl/hannahsten/texifyidea/documentation/LabelDeclarationLabel.kt similarity index 67% rename from src/nl/rubensten/texifyidea/documentation/LabelDeclarationLabel.kt rename to src/nl/hannahsten/texifyidea/documentation/LabelDeclarationLabel.kt index 136161a3d..91e9da796 100644 --- a/src/nl/rubensten/texifyidea/documentation/LabelDeclarationLabel.kt +++ b/src/nl/hannahsten/texifyidea/documentation/LabelDeclarationLabel.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.documentation +package nl.hannahsten.texifyidea.documentation -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.requiredParameter /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ open class LabelDeclarationLabel(val command: LatexCommands) : NavigationLabel(command) { diff --git a/src/nl/rubensten/texifyidea/documentation/LatexDocumentationProvider.kt b/src/nl/hannahsten/texifyidea/documentation/LatexDocumentationProvider.kt similarity index 87% rename from src/nl/rubensten/texifyidea/documentation/LatexDocumentationProvider.kt rename to src/nl/hannahsten/texifyidea/documentation/LatexDocumentationProvider.kt index ddd819596..96bb5a9df 100644 --- a/src/nl/rubensten/texifyidea/documentation/LatexDocumentationProvider.kt +++ b/src/nl/hannahsten/texifyidea/documentation/LatexDocumentationProvider.kt @@ -1,15 +1,15 @@ -package nl.rubensten.texifyidea.documentation +package nl.hannahsten.texifyidea.documentation import com.intellij.lang.documentation.DocumentationProvider import com.intellij.psi.PsiElement import com.intellij.psi.PsiManager -import nl.rubensten.texifyidea.lang.Described -import nl.rubensten.texifyidea.lang.LatexCommand -import nl.rubensten.texifyidea.lang.Package -import nl.rubensten.texifyidea.lang.Package.Companion.DEFAULT -import nl.rubensten.texifyidea.psi.BibtexId -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.previousSiblingIgnoreWhitespace +import nl.hannahsten.texifyidea.lang.Described +import nl.hannahsten.texifyidea.lang.LatexCommand +import nl.hannahsten.texifyidea.lang.Package +import nl.hannahsten.texifyidea.lang.Package.Companion.DEFAULT +import nl.hannahsten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.previousSiblingIgnoreWhitespace import java.io.IOException import java.io.InputStream diff --git a/src/nl/rubensten/texifyidea/documentation/NavigationLabel.kt b/src/nl/hannahsten/texifyidea/documentation/NavigationLabel.kt similarity index 85% rename from src/nl/rubensten/texifyidea/documentation/NavigationLabel.kt rename to src/nl/hannahsten/texifyidea/documentation/NavigationLabel.kt index 916f3ac07..692c7bac4 100644 --- a/src/nl/rubensten/texifyidea/documentation/NavigationLabel.kt +++ b/src/nl/hannahsten/texifyidea/documentation/NavigationLabel.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.documentation +package nl.hannahsten.texifyidea.documentation import com.intellij.openapi.util.text.StringUtil import com.intellij.psi.PsiElement /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class NavigationLabel(val element: Psi) { diff --git a/src/nl/rubensten/texifyidea/documentation/StringDeclarationLabel.kt b/src/nl/hannahsten/texifyidea/documentation/StringDeclarationLabel.kt similarity index 67% rename from src/nl/rubensten/texifyidea/documentation/StringDeclarationLabel.kt rename to src/nl/hannahsten/texifyidea/documentation/StringDeclarationLabel.kt index 734fd2a0e..1c19d5915 100644 --- a/src/nl/rubensten/texifyidea/documentation/StringDeclarationLabel.kt +++ b/src/nl/hannahsten/texifyidea/documentation/StringDeclarationLabel.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.documentation +package nl.hannahsten.texifyidea.documentation -import nl.rubensten.texifyidea.psi.BibtexKey +import nl.hannahsten.texifyidea.psi.BibtexKey /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ open class StringDeclarationLabel(val key: BibtexKey) : NavigationLabel(key) { diff --git a/src/nl/rubensten/texifyidea/editor/BibtexQuoteInsertHandler.kt b/src/nl/hannahsten/texifyidea/editor/BibtexQuoteInsertHandler.kt similarity index 89% rename from src/nl/rubensten/texifyidea/editor/BibtexQuoteInsertHandler.kt rename to src/nl/hannahsten/texifyidea/editor/BibtexQuoteInsertHandler.kt index 09857f599..740c844e4 100644 --- a/src/nl/rubensten/texifyidea/editor/BibtexQuoteInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/editor/BibtexQuoteInsertHandler.kt @@ -1,17 +1,16 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.codeInsight.editorActions.TypedHandlerDelegate import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.BibtexFileType -import nl.rubensten.texifyidea.util.toTextRange +import nl.hannahsten.texifyidea.file.BibtexFileType /** * This class provides the auto-insertion of a second double quote when one double quote is typed in bibtex files. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexQuoteInsertHandler : TypedHandlerDelegate() { diff --git a/src/nl/rubensten/texifyidea/editor/InsertEnumerationItem.kt b/src/nl/hannahsten/texifyidea/editor/InsertEnumerationItem.kt similarity index 90% rename from src/nl/rubensten/texifyidea/editor/InsertEnumerationItem.kt rename to src/nl/hannahsten/texifyidea/editor/InsertEnumerationItem.kt index eaf10a538..d0fb730fa 100644 --- a/src/nl/rubensten/texifyidea/editor/InsertEnumerationItem.kt +++ b/src/nl/hannahsten/texifyidea/editor/InsertEnumerationItem.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegate import com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegate.Result @@ -8,16 +8,16 @@ import com.intellij.openapi.editor.actionSystem.EditorActionHandler import com.intellij.openapi.util.Ref import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.psi.LatexBeginCommand -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.psi.LatexOptionalParam -import nl.rubensten.texifyidea.settings.TexifySettings -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.psi.LatexBeginCommand +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.psi.LatexOptionalParam +import nl.hannahsten.texifyidea.settings.TexifySettings +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class InsertEnumerationItem : EnterHandlerDelegate { diff --git a/src/nl/rubensten/texifyidea/editor/LatexCommenter.kt b/src/nl/hannahsten/texifyidea/editor/LatexCommenter.kt similarity index 90% rename from src/nl/rubensten/texifyidea/editor/LatexCommenter.kt rename to src/nl/hannahsten/texifyidea/editor/LatexCommenter.kt index 6e8d08a85..58699895f 100644 --- a/src/nl/rubensten/texifyidea/editor/LatexCommenter.kt +++ b/src/nl/hannahsten/texifyidea/editor/LatexCommenter.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.lang.Commenter diff --git a/src/nl/rubensten/texifyidea/editor/LatexQuoteInsertHandler.kt b/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt similarity index 95% rename from src/nl/rubensten/texifyidea/editor/LatexQuoteInsertHandler.kt rename to src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt index 113c22d4a..cab9a210e 100644 --- a/src/nl/rubensten/texifyidea/editor/LatexQuoteInsertHandler.kt +++ b/src/nl/hannahsten/texifyidea/editor/LatexQuoteInsertHandler.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.codeInsight.editorActions.TypedHandlerDelegate import com.intellij.openapi.editor.CaretModel @@ -7,10 +7,10 @@ import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.completion.handlers.LatexCommandPackageIncludeHandler -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.lang.LatexRegularCommand -import nl.rubensten.texifyidea.settings.TexifySettings +import nl.hannahsten.texifyidea.completion.handlers.LatexCommandPackageIncludeHandler +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.lang.LatexRegularCommand +import nl.hannahsten.texifyidea.settings.TexifySettings /** * This class performs smart quote substitution. When this is enabled, it will replace double quotes " and single quotes ' with the appropriate LaTeX symbols. diff --git a/src/nl/rubensten/texifyidea/editor/LatexSoftWrapEditorListener.kt b/src/nl/hannahsten/texifyidea/editor/LatexSoftWrapEditorListener.kt similarity index 80% rename from src/nl/rubensten/texifyidea/editor/LatexSoftWrapEditorListener.kt rename to src/nl/hannahsten/texifyidea/editor/LatexSoftWrapEditorListener.kt index a66831a54..fa8dd97ab 100644 --- a/src/nl/rubensten/texifyidea/editor/LatexSoftWrapEditorListener.kt +++ b/src/nl/hannahsten/texifyidea/editor/LatexSoftWrapEditorListener.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.openapi.editor.event.EditorFactoryEvent import com.intellij.openapi.editor.event.EditorFactoryListener -import nl.rubensten.texifyidea.settings.TexifySettings -import nl.rubensten.texifyidea.util.isLatexFile -import nl.rubensten.texifyidea.util.psiFile +import nl.hannahsten.texifyidea.settings.TexifySettings +import nl.hannahsten.texifyidea.util.isLatexFile +import nl.hannahsten.texifyidea.util.psiFile /** * Enables automatic soft wrap when a LaTeX file is opened. diff --git a/src/nl/rubensten/texifyidea/editor/MathEnvironmentEditor.kt b/src/nl/hannahsten/texifyidea/editor/MathEnvironmentEditor.kt similarity index 97% rename from src/nl/rubensten/texifyidea/editor/MathEnvironmentEditor.kt rename to src/nl/hannahsten/texifyidea/editor/MathEnvironmentEditor.kt index f3b2652fb..446b98bb9 100644 --- a/src/nl/rubensten/texifyidea/editor/MathEnvironmentEditor.kt +++ b/src/nl/hannahsten/texifyidea/editor/MathEnvironmentEditor.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.openapi.editor.Editor import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.lang.DefaultEnvironment -import nl.rubensten.texifyidea.lang.Package -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.lang.DefaultEnvironment +import nl.hannahsten.texifyidea.lang.Package +import nl.hannahsten.texifyidea.util.* class MathEnvironmentEditor( private val oldEnvironmentName: String, diff --git a/src/nl/rubensten/texifyidea/editor/MultiLineMathContentToOneLine.kt b/src/nl/hannahsten/texifyidea/editor/MultiLineMathContentToOneLine.kt similarity index 94% rename from src/nl/rubensten/texifyidea/editor/MultiLineMathContentToOneLine.kt rename to src/nl/hannahsten/texifyidea/editor/MultiLineMathContentToOneLine.kt index a9a6bc760..ebf831e15 100644 --- a/src/nl/rubensten/texifyidea/editor/MultiLineMathContentToOneLine.kt +++ b/src/nl/hannahsten/texifyidea/editor/MultiLineMathContentToOneLine.kt @@ -1,6 +1,6 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor -import nl.rubensten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.Magic class MultiLineMathContentToOneLine(private val equation: String) { diff --git a/src/nl/rubensten/texifyidea/editor/ShiftTracker.kt b/src/nl/hannahsten/texifyidea/editor/ShiftTracker.kt similarity index 96% rename from src/nl/rubensten/texifyidea/editor/ShiftTracker.kt rename to src/nl/hannahsten/texifyidea/editor/ShiftTracker.kt index 4560e421d..3fec0b1ab 100644 --- a/src/nl/rubensten/texifyidea/editor/ShiftTracker.kt +++ b/src/nl/hannahsten/texifyidea/editor/ShiftTracker.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.codeInsight.editorActions.TypedHandlerDelegate import com.intellij.openapi.editor.Editor @@ -12,7 +12,7 @@ import javax.swing.JComponent /** * Tracks the shift key. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ object ShiftTracker : KeyListener, TypedHandlerDelegate() { diff --git a/src/nl/rubensten/texifyidea/editor/UpDownAutoBracket.kt b/src/nl/hannahsten/texifyidea/editor/UpDownAutoBracket.kt similarity index 94% rename from src/nl/rubensten/texifyidea/editor/UpDownAutoBracket.kt rename to src/nl/hannahsten/texifyidea/editor/UpDownAutoBracket.kt index e945a4513..fa1ad3ecf 100644 --- a/src/nl/rubensten/texifyidea/editor/UpDownAutoBracket.kt +++ b/src/nl/hannahsten/texifyidea/editor/UpDownAutoBracket.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import com.intellij.codeInsight.editorActions.TypedHandlerDelegate import com.intellij.openapi.editor.Editor @@ -8,14 +8,14 @@ import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.PsiWhiteSpace import com.intellij.psi.impl.source.tree.LeafPsiElement -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.psi.LatexTypes.* -import nl.rubensten.texifyidea.settings.TexifySettings -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.psi.LatexTypes.* +import nl.hannahsten.texifyidea.settings.TexifySettings +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class UpDownAutoBracket : TypedHandlerDelegate() { diff --git a/src/nl/rubensten/texifyidea/file/BibtexFile.kt b/src/nl/hannahsten/texifyidea/file/BibtexFile.kt similarity index 72% rename from src/nl/rubensten/texifyidea/file/BibtexFile.kt rename to src/nl/hannahsten/texifyidea/file/BibtexFile.kt index 86e88c0b6..6452d653e 100644 --- a/src/nl/rubensten/texifyidea/file/BibtexFile.kt +++ b/src/nl/hannahsten/texifyidea/file/BibtexFile.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.extapi.psi.PsiFileBase import com.intellij.psi.FileViewProvider -import nl.rubensten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.BibtexLanguage /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexFile(viewProvider: FileViewProvider) : PsiFileBase(viewProvider, BibtexLanguage) { diff --git a/src/nl/rubensten/texifyidea/file/BibtexFileType.kt b/src/nl/hannahsten/texifyidea/file/BibtexFileType.kt similarity index 69% rename from src/nl/rubensten/texifyidea/file/BibtexFileType.kt rename to src/nl/hannahsten/texifyidea/file/BibtexFileType.kt index ff74830cb..5acac560d 100644 --- a/src/nl/rubensten/texifyidea/file/BibtexFileType.kt +++ b/src/nl/hannahsten/texifyidea/file/BibtexFileType.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.openapi.fileTypes.LanguageFileType -import nl.rubensten.texifyidea.BibtexLanguage -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object BibtexFileType : LanguageFileType(BibtexLanguage) { diff --git a/src/nl/rubensten/texifyidea/file/ClassFile.kt b/src/nl/hannahsten/texifyidea/file/ClassFile.kt similarity index 72% rename from src/nl/rubensten/texifyidea/file/ClassFile.kt rename to src/nl/hannahsten/texifyidea/file/ClassFile.kt index f2dda2461..5af25bec1 100644 --- a/src/nl/rubensten/texifyidea/file/ClassFile.kt +++ b/src/nl/hannahsten/texifyidea/file/ClassFile.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.extapi.psi.PsiFileBase import com.intellij.psi.FileViewProvider -import nl.rubensten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.LatexLanguage /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class ClassFile(viewProvider: FileViewProvider) : PsiFileBase(viewProvider, LatexLanguage.INSTANCE) { diff --git a/src/nl/rubensten/texifyidea/file/ClassFileType.kt b/src/nl/hannahsten/texifyidea/file/ClassFileType.kt similarity index 68% rename from src/nl/rubensten/texifyidea/file/ClassFileType.kt rename to src/nl/hannahsten/texifyidea/file/ClassFileType.kt index 80e1bdd2f..1f5943ff2 100644 --- a/src/nl/rubensten/texifyidea/file/ClassFileType.kt +++ b/src/nl/hannahsten/texifyidea/file/ClassFileType.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.openapi.fileTypes.LanguageFileType -import nl.rubensten.texifyidea.LatexLanguage -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object ClassFileType : LanguageFileType(LatexLanguage.INSTANCE) { diff --git a/src/nl/rubensten/texifyidea/file/FileExtensionMatcher.java b/src/nl/hannahsten/texifyidea/file/FileExtensionMatcher.java similarity index 85% rename from src/nl/rubensten/texifyidea/file/FileExtensionMatcher.java rename to src/nl/hannahsten/texifyidea/file/FileExtensionMatcher.java index d0d52b7df..e06849c43 100644 --- a/src/nl/rubensten/texifyidea/file/FileExtensionMatcher.java +++ b/src/nl/hannahsten/texifyidea/file/FileExtensionMatcher.java @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.file; +package nl.hannahsten.texifyidea.file; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ @FunctionalInterface public interface FileExtensionMatcher { diff --git a/src/nl/rubensten/texifyidea/file/FileNameMatcher.java b/src/nl/hannahsten/texifyidea/file/FileNameMatcher.java similarity index 83% rename from src/nl/rubensten/texifyidea/file/FileNameMatcher.java rename to src/nl/hannahsten/texifyidea/file/FileNameMatcher.java index 9fe8e7d91..aab7008f8 100644 --- a/src/nl/rubensten/texifyidea/file/FileNameMatcher.java +++ b/src/nl/hannahsten/texifyidea/file/FileNameMatcher.java @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.file; +package nl.hannahsten.texifyidea.file; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ @FunctionalInterface public interface FileNameMatcher { diff --git a/src/nl/rubensten/texifyidea/file/LatexFile.kt b/src/nl/hannahsten/texifyidea/file/LatexFile.kt similarity index 79% rename from src/nl/rubensten/texifyidea/file/LatexFile.kt rename to src/nl/hannahsten/texifyidea/file/LatexFile.kt index 31844cd5b..b616965a6 100644 --- a/src/nl/rubensten/texifyidea/file/LatexFile.kt +++ b/src/nl/hannahsten/texifyidea/file/LatexFile.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.extapi.psi.PsiFileBase import com.intellij.psi.FileViewProvider -import nl.rubensten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.LatexLanguage /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/file/LatexFileType.kt b/src/nl/hannahsten/texifyidea/file/LatexFileType.kt similarity index 74% rename from src/nl/rubensten/texifyidea/file/LatexFileType.kt rename to src/nl/hannahsten/texifyidea/file/LatexFileType.kt index 73ae25b95..ad64b26e8 100644 --- a/src/nl/rubensten/texifyidea/file/LatexFileType.kt +++ b/src/nl/hannahsten/texifyidea/file/LatexFileType.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.openapi.fileTypes.LanguageFileType -import nl.rubensten.texifyidea.LatexLanguage -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.TexifyIcons /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/file/StyleFile.kt b/src/nl/hannahsten/texifyidea/file/StyleFile.kt similarity index 72% rename from src/nl/rubensten/texifyidea/file/StyleFile.kt rename to src/nl/hannahsten/texifyidea/file/StyleFile.kt index 2375d03a2..bcf429781 100644 --- a/src/nl/rubensten/texifyidea/file/StyleFile.kt +++ b/src/nl/hannahsten/texifyidea/file/StyleFile.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.extapi.psi.PsiFileBase import com.intellij.psi.FileViewProvider -import nl.rubensten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.LatexLanguage /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class StyleFile(viewProvider: FileViewProvider) : PsiFileBase(viewProvider, LatexLanguage.INSTANCE) { diff --git a/src/nl/rubensten/texifyidea/file/StyleFileType.kt b/src/nl/hannahsten/texifyidea/file/StyleFileType.kt similarity index 68% rename from src/nl/rubensten/texifyidea/file/StyleFileType.kt rename to src/nl/hannahsten/texifyidea/file/StyleFileType.kt index cefa1bbb5..1a65b89e8 100644 --- a/src/nl/rubensten/texifyidea/file/StyleFileType.kt +++ b/src/nl/hannahsten/texifyidea/file/StyleFileType.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.openapi.fileTypes.LanguageFileType -import nl.rubensten.texifyidea.LatexLanguage -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object StyleFileType : LanguageFileType(LatexLanguage.INSTANCE) { diff --git a/src/nl/rubensten/texifyidea/file/TexifyFileTypeFactory.kt b/src/nl/hannahsten/texifyidea/file/TexifyFileTypeFactory.kt similarity index 94% rename from src/nl/rubensten/texifyidea/file/TexifyFileTypeFactory.kt rename to src/nl/hannahsten/texifyidea/file/TexifyFileTypeFactory.kt index 127c85786..7f4f5f778 100644 --- a/src/nl/rubensten/texifyidea/file/TexifyFileTypeFactory.kt +++ b/src/nl/hannahsten/texifyidea/file/TexifyFileTypeFactory.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.openapi.fileTypes.FileTypeConsumer import com.intellij.openapi.fileTypes.FileTypeFactory diff --git a/src/nl/rubensten/texifyidea/file/TikzFile.kt b/src/nl/hannahsten/texifyidea/file/TikzFile.kt similarity index 79% rename from src/nl/rubensten/texifyidea/file/TikzFile.kt rename to src/nl/hannahsten/texifyidea/file/TikzFile.kt index 8e56dcfed..e5fc56fd9 100644 --- a/src/nl/rubensten/texifyidea/file/TikzFile.kt +++ b/src/nl/hannahsten/texifyidea/file/TikzFile.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.extapi.psi.PsiFileBase import com.intellij.psi.FileViewProvider -import nl.rubensten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.LatexLanguage /** * @author Thomas Schouten diff --git a/src/nl/rubensten/texifyidea/file/TikzFileType.kt b/src/nl/hannahsten/texifyidea/file/TikzFileType.kt similarity index 74% rename from src/nl/rubensten/texifyidea/file/TikzFileType.kt rename to src/nl/hannahsten/texifyidea/file/TikzFileType.kt index 52712acb2..15e03646f 100644 --- a/src/nl/rubensten/texifyidea/file/TikzFileType.kt +++ b/src/nl/hannahsten/texifyidea/file/TikzFileType.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.file +package nl.hannahsten.texifyidea.file import com.intellij.openapi.fileTypes.LanguageFileType -import nl.rubensten.texifyidea.LatexLanguage -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.TexifyIcons /** * @author Thomas Schouten diff --git a/src/nl/rubensten/texifyidea/folding/LatexEnvironmentFoldingBuilder.kt b/src/nl/hannahsten/texifyidea/folding/LatexEnvironmentFoldingBuilder.kt similarity index 90% rename from src/nl/rubensten/texifyidea/folding/LatexEnvironmentFoldingBuilder.kt rename to src/nl/hannahsten/texifyidea/folding/LatexEnvironmentFoldingBuilder.kt index 4de9364a0..49d61715f 100644 --- a/src/nl/rubensten/texifyidea/folding/LatexEnvironmentFoldingBuilder.kt +++ b/src/nl/hannahsten/texifyidea/folding/LatexEnvironmentFoldingBuilder.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.folding +package nl.hannahsten.texifyidea.folding import com.intellij.lang.ASTNode import com.intellij.lang.folding.FoldingBuilderEx @@ -6,8 +6,8 @@ import com.intellij.lang.folding.FoldingDescriptor import com.intellij.openapi.editor.Document import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.util.childrenOfType import java.util.* /** diff --git a/src/nl/rubensten/texifyidea/folding/LatexImportFoldingBuilder.kt b/src/nl/hannahsten/texifyidea/folding/LatexImportFoldingBuilder.kt similarity index 86% rename from src/nl/rubensten/texifyidea/folding/LatexImportFoldingBuilder.kt rename to src/nl/hannahsten/texifyidea/folding/LatexImportFoldingBuilder.kt index 9a5fd96aa..f979e5e82 100644 --- a/src/nl/rubensten/texifyidea/folding/LatexImportFoldingBuilder.kt +++ b/src/nl/hannahsten/texifyidea/folding/LatexImportFoldingBuilder.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.folding +package nl.hannahsten.texifyidea.folding import com.intellij.lang.ASTNode import com.intellij.lang.folding.FoldingBuilderEx @@ -7,18 +7,18 @@ import com.intellij.openapi.editor.Document import com.intellij.psi.PsiComment import com.intellij.psi.PsiElement import com.intellij.psi.PsiWhiteSpace -import nl.rubensten.texifyidea.index.LatexIncludesIndex -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexContent -import nl.rubensten.texifyidea.psi.PsiContainer -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.firstChildOfType -import nl.rubensten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.index.LatexIncludesIndex +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexContent +import nl.hannahsten.texifyidea.psi.PsiContainer +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.firstChildOfType +import nl.hannahsten.texifyidea.util.parentOfType /** * Folds multiple \\usepackage or \\RequirePackage statements * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexImportFoldingBuilder : FoldingBuilderEx() { diff --git a/src/nl/rubensten/texifyidea/folding/LatexMathSymbolFoldingBuilder.kt b/src/nl/hannahsten/texifyidea/folding/LatexMathSymbolFoldingBuilder.kt similarity index 84% rename from src/nl/rubensten/texifyidea/folding/LatexMathSymbolFoldingBuilder.kt rename to src/nl/hannahsten/texifyidea/folding/LatexMathSymbolFoldingBuilder.kt index 4bf28f0dc..5af51abf9 100644 --- a/src/nl/rubensten/texifyidea/folding/LatexMathSymbolFoldingBuilder.kt +++ b/src/nl/hannahsten/texifyidea/folding/LatexMathSymbolFoldingBuilder.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.folding +package nl.hannahsten.texifyidea.folding import com.intellij.lang.ASTNode import com.intellij.lang.folding.FoldingBuilderEx @@ -6,10 +6,10 @@ import com.intellij.lang.folding.FoldingDescriptor import com.intellij.openapi.editor.Document import com.intellij.openapi.editor.FoldingGroup import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.lang.LatexMathCommand -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexMathEnvironment -import nl.rubensten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.lang.LatexMathCommand +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexMathEnvironment +import nl.hannahsten.texifyidea.util.childrenOfType /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/folding/LatexSectionFoldingBuilder.kt b/src/nl/hannahsten/texifyidea/folding/LatexSectionFoldingBuilder.kt similarity index 92% rename from src/nl/rubensten/texifyidea/folding/LatexSectionFoldingBuilder.kt rename to src/nl/hannahsten/texifyidea/folding/LatexSectionFoldingBuilder.kt index 8dae9fa99..369307d78 100644 --- a/src/nl/rubensten/texifyidea/folding/LatexSectionFoldingBuilder.kt +++ b/src/nl/hannahsten/texifyidea/folding/LatexSectionFoldingBuilder.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.folding +package nl.hannahsten.texifyidea.folding import com.intellij.lang.ASTNode import com.intellij.lang.folding.FoldingBuilderEx @@ -6,11 +6,11 @@ import com.intellij.lang.folding.FoldingDescriptor import com.intellij.openapi.editor.Document import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.psi.LatexContent -import nl.rubensten.texifyidea.util.nextSiblingIgnoreWhitespace -import nl.rubensten.texifyidea.util.parentOfType -import nl.rubensten.texifyidea.util.previousSiblingIgnoreWhitespace +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.psi.LatexContent +import nl.hannahsten.texifyidea.util.nextSiblingIgnoreWhitespace +import nl.hannahsten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.util.previousSiblingIgnoreWhitespace /** * Recursively folds section commands diff --git a/src/nl/rubensten/texifyidea/formatting/BibtexBlock.kt b/src/nl/hannahsten/texifyidea/formatting/BibtexBlock.kt similarity index 93% rename from src/nl/rubensten/texifyidea/formatting/BibtexBlock.kt rename to src/nl/hannahsten/texifyidea/formatting/BibtexBlock.kt index 6e40c2508..334ee46fe 100644 --- a/src/nl/rubensten/texifyidea/formatting/BibtexBlock.kt +++ b/src/nl/hannahsten/texifyidea/formatting/BibtexBlock.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.formatting +package nl.hannahsten.texifyidea.formatting import com.intellij.formatting.* import com.intellij.lang.ASTNode import com.intellij.psi.TokenType import com.intellij.psi.formatter.common.AbstractBlock -import nl.rubensten.texifyidea.psi.BibtexTypes +import nl.hannahsten.texifyidea.psi.BibtexTypes /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexBlock( node: ASTNode, diff --git a/src/nl/rubensten/texifyidea/formatting/BibtexFormattingModelBuilder.kt b/src/nl/hannahsten/texifyidea/formatting/BibtexFormattingModelBuilder.kt similarity index 90% rename from src/nl/rubensten/texifyidea/formatting/BibtexFormattingModelBuilder.kt rename to src/nl/hannahsten/texifyidea/formatting/BibtexFormattingModelBuilder.kt index 1cf0749ea..2cdd45ec0 100644 --- a/src/nl/rubensten/texifyidea/formatting/BibtexFormattingModelBuilder.kt +++ b/src/nl/hannahsten/texifyidea/formatting/BibtexFormattingModelBuilder.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.formatting +package nl.hannahsten.texifyidea.formatting import com.intellij.formatting.* import com.intellij.lang.ASTNode @@ -6,11 +6,11 @@ import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.codeStyle.CodeStyleSettings -import nl.rubensten.texifyidea.BibtexLanguage -import nl.rubensten.texifyidea.psi.BibtexTypes +import nl.hannahsten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.psi.BibtexTypes /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexFormattingModelBuilder : FormattingModelBuilder { diff --git a/src/nl/rubensten/texifyidea/formatting/LatexBlock.java b/src/nl/hannahsten/texifyidea/formatting/LatexBlock.java similarity index 97% rename from src/nl/rubensten/texifyidea/formatting/LatexBlock.java rename to src/nl/hannahsten/texifyidea/formatting/LatexBlock.java index 749ec9d97..e0f8b9acc 100644 --- a/src/nl/rubensten/texifyidea/formatting/LatexBlock.java +++ b/src/nl/hannahsten/texifyidea/formatting/LatexBlock.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.formatting; +package nl.hannahsten.texifyidea.formatting; import com.intellij.formatting.Alignment; import com.intellij.formatting.Block; @@ -12,7 +12,7 @@ import com.intellij.psi.TokenType; import com.intellij.psi.formatter.common.AbstractBlock; import com.intellij.psi.tree.IElementType; -import nl.rubensten.texifyidea.psi.LatexTypes; +import nl.hannahsten.texifyidea.psi.LatexTypes; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; diff --git a/src/nl/rubensten/texifyidea/formatting/LatexFormattingModelBuilder.java b/src/nl/hannahsten/texifyidea/formatting/LatexFormattingModelBuilder.java similarity index 92% rename from src/nl/rubensten/texifyidea/formatting/LatexFormattingModelBuilder.java rename to src/nl/hannahsten/texifyidea/formatting/LatexFormattingModelBuilder.java index 4bb2f6def..5d5713a96 100644 --- a/src/nl/rubensten/texifyidea/formatting/LatexFormattingModelBuilder.java +++ b/src/nl/hannahsten/texifyidea/formatting/LatexFormattingModelBuilder.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.formatting; +package nl.hannahsten.texifyidea.formatting; import com.intellij.formatting.Alignment; import com.intellij.formatting.FormattingModel; @@ -12,8 +12,8 @@ import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import com.intellij.psi.codeStyle.CodeStyleSettings; -import nl.rubensten.texifyidea.LatexLanguage; -import nl.rubensten.texifyidea.psi.LatexTypes; +import nl.hannahsten.texifyidea.LatexLanguage; +import nl.hannahsten.texifyidea.psi.LatexTypes; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; diff --git a/src/nl/rubensten/texifyidea/grammar/Bibtex.bnf b/src/nl/hannahsten/texifyidea/grammar/Bibtex.bnf similarity index 72% rename from src/nl/rubensten/texifyidea/grammar/Bibtex.bnf rename to src/nl/hannahsten/texifyidea/grammar/Bibtex.bnf index e5e9a1f4d..08f7b64de 100644 --- a/src/nl/rubensten/texifyidea/grammar/Bibtex.bnf +++ b/src/nl/hannahsten/texifyidea/grammar/Bibtex.bnf @@ -1,16 +1,16 @@ { - parserClass="nl.rubensten.texifyidea.parser.BibtexParser" + parserClass="nl.hannahsten.texifyidea.parser.BibtexParser" extends="com.intellij.extapi.psi.ASTWrapperPsiElement" psiClassPrefix="Bibtex" psiImplClassSuffix="Impl" - psiPackage="nl.rubensten.texifyidea.psi" - psiImplPackage="nl.rubensten.texifyidea.psi.impl" + psiPackage="nl.hannahsten.texifyidea.psi" + psiImplPackage="nl.hannahsten.texifyidea.psi.impl" - elementTypeHolderClass="nl.rubensten.texifyidea.psi.BibtexTypes" - elementTypeClass="nl.rubensten.texifyidea.psi.BibtexElementType" - tokenTypeClass="nl.rubensten.texifyidea.psi.BibtexTokenType" + elementTypeHolderClass="nl.hannahsten.texifyidea.psi.BibtexTypes" + elementTypeClass="nl.hannahsten.texifyidea.psi.BibtexElementType" + tokenTypeClass="nl.hannahsten.texifyidea.psi.BibtexTokenType" } bibtexFile ::= (entry | comment)* diff --git a/src/nl/rubensten/texifyidea/grammar/BibtexLexer.flex b/src/nl/hannahsten/texifyidea/grammar/BibtexLexer.flex similarity index 97% rename from src/nl/rubensten/texifyidea/grammar/BibtexLexer.flex rename to src/nl/hannahsten/texifyidea/grammar/BibtexLexer.flex index cd98d9752..9c95028d1 100644 --- a/src/nl/rubensten/texifyidea/grammar/BibtexLexer.flex +++ b/src/nl/hannahsten/texifyidea/grammar/BibtexLexer.flex @@ -1,11 +1,10 @@ -package nl.rubensten.texifyidea.grammar; +package nl.hannahsten.texifyidea.grammar; -import com.intellij.lexer.FlexLexer; import com.intellij.psi.tree.IElementType; import static com.intellij.psi.TokenType.BAD_CHARACTER; import static com.intellij.psi.TokenType.WHITE_SPACE; -import static nl.rubensten.texifyidea.psi.BibtexTypes.*; +import static nl.hannahsten.texifyidea.psi.BibtexTypes.*; %% diff --git a/src/nl/rubensten/texifyidea/grammar/Latex.bnf b/src/nl/hannahsten/texifyidea/grammar/Latex.bnf similarity index 80% rename from src/nl/rubensten/texifyidea/grammar/Latex.bnf rename to src/nl/hannahsten/texifyidea/grammar/Latex.bnf index 23592282e..722059fe5 100644 --- a/src/nl/rubensten/texifyidea/grammar/Latex.bnf +++ b/src/nl/hannahsten/texifyidea/grammar/Latex.bnf @@ -1,16 +1,16 @@ { - parserClass="nl.rubensten.texifyidea.parser.LatexParser" + parserClass="nl.hannahsten.texifyidea.parser.LatexParser" extends="com.intellij.extapi.psi.ASTWrapperPsiElement" psiClassPrefix="Latex" psiImplClassSuffix="Impl" - psiPackage="nl.rubensten.texifyidea.psi" - psiImplPackage="nl.rubensten.texifyidea.psi.impl" + psiPackage="nl.hannahsten.texifyidea.psi" + psiImplPackage="nl.hannahsten.texifyidea.psi.impl" - elementTypeHolderClass="nl.rubensten.texifyidea.psi.LatexTypes" - elementTypeClass="nl.rubensten.texifyidea.psi.LatexElementType" - tokenTypeClass="nl.rubensten.texifyidea.psi.LatexTokenType" + elementTypeHolderClass="nl.hannahsten.texifyidea.psi.LatexTypes" + elementTypeClass="nl.hannahsten.texifyidea.psi.LatexElementType" + tokenTypeClass="nl.hannahsten.texifyidea.psi.LatexTokenType" tokens=[ WHITE_SPACE='regexp:\s+' diff --git a/src/nl/rubensten/texifyidea/grammar/LatexLexer.flex b/src/nl/hannahsten/texifyidea/grammar/LatexLexer.flex similarity index 95% rename from src/nl/rubensten/texifyidea/grammar/LatexLexer.flex rename to src/nl/hannahsten/texifyidea/grammar/LatexLexer.flex index f6a944dab..def4dd06a 100644 --- a/src/nl/rubensten/texifyidea/grammar/LatexLexer.flex +++ b/src/nl/hannahsten/texifyidea/grammar/LatexLexer.flex @@ -1,12 +1,11 @@ -package nl.rubensten.texifyidea.grammar; +package nl.hannahsten.texifyidea.grammar; import java.util.ArrayDeque; import java.util.Deque; -import com.intellij.lexer.*; import com.intellij.psi.tree.IElementType; -import static nl.rubensten.texifyidea.psi.LatexTypes.*; +import static nl.hannahsten.texifyidea.psi.LatexTypes.*; %% %{ diff --git a/src/nl/rubensten/texifyidea/gutter/LatexCompileGutter.kt b/src/nl/hannahsten/texifyidea/gutter/LatexCompileGutter.kt similarity index 83% rename from src/nl/rubensten/texifyidea/gutter/LatexCompileGutter.kt rename to src/nl/hannahsten/texifyidea/gutter/LatexCompileGutter.kt index 80031abc1..e3d938794 100644 --- a/src/nl/rubensten/texifyidea/gutter/LatexCompileGutter.kt +++ b/src/nl/hannahsten/texifyidea/gutter/LatexCompileGutter.kt @@ -1,18 +1,18 @@ -package nl.rubensten.texifyidea.gutter +package nl.hannahsten.texifyidea.gutter import com.intellij.execution.lineMarker.ExecutorAction import com.intellij.execution.lineMarker.RunLineMarkerContributor import com.intellij.openapi.actionSystem.ActionManager import com.intellij.psi.PsiElement import com.intellij.util.Function -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexBeginCommand -import nl.rubensten.texifyidea.util.isEntryPoint +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexBeginCommand +import nl.hannahsten.texifyidea.util.isEntryPoint /** * Puts a run-configuration icon in the gutter in front of the \begin{document} command. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexCompileGutter : RunLineMarkerContributor() { diff --git a/src/nl/rubensten/texifyidea/gutter/LatexNavigationGutter.java b/src/nl/hannahsten/texifyidea/gutter/LatexNavigationGutter.java similarity index 91% rename from src/nl/rubensten/texifyidea/gutter/LatexNavigationGutter.java rename to src/nl/hannahsten/texifyidea/gutter/LatexNavigationGutter.java index 21e586b47..691fc224b 100644 --- a/src/nl/rubensten/texifyidea/gutter/LatexNavigationGutter.java +++ b/src/nl/hannahsten/texifyidea/gutter/LatexNavigationGutter.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.gutter; +package nl.hannahsten.texifyidea.gutter; import com.intellij.codeInsight.daemon.RelatedItemLineMarkerInfo; import com.intellij.codeInsight.daemon.RelatedItemLineMarkerProvider; @@ -9,13 +9,13 @@ import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import com.intellij.psi.PsiManager; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.lang.LatexRegularCommand; -import nl.rubensten.texifyidea.lang.RequiredFileArgument; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.psi.LatexRequiredParam; -import nl.rubensten.texifyidea.util.FilesKt; -import nl.rubensten.texifyidea.util.PsiCommandsKt; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.lang.LatexRegularCommand; +import nl.hannahsten.texifyidea.lang.RequiredFileArgument; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.psi.LatexRequiredParam; +import nl.hannahsten.texifyidea.util.FilesKt; +import nl.hannahsten.texifyidea.util.PsiCommandsKt; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -23,7 +23,7 @@ import java.util.*; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class LatexNavigationGutter extends RelatedItemLineMarkerProvider { diff --git a/src/nl/rubensten/texifyidea/highlighting/BibtexAnnotator.kt b/src/nl/hannahsten/texifyidea/highlighting/BibtexAnnotator.kt similarity index 80% rename from src/nl/rubensten/texifyidea/highlighting/BibtexAnnotator.kt rename to src/nl/hannahsten/texifyidea/highlighting/BibtexAnnotator.kt index 92f37dffc..b296c784d 100644 --- a/src/nl/rubensten/texifyidea/highlighting/BibtexAnnotator.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/BibtexAnnotator.kt @@ -1,17 +1,17 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.lang.annotation.AnnotationHolder import com.intellij.lang.annotation.Annotator import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.psi.BibtexBracedString -import nl.rubensten.texifyidea.psi.BibtexEntry -import nl.rubensten.texifyidea.psi.BibtexKey -import nl.rubensten.texifyidea.psi.BibtexQuotedString -import nl.rubensten.texifyidea.util.parentOfType -import nl.rubensten.texifyidea.util.tokenType +import nl.hannahsten.texifyidea.psi.BibtexBracedString +import nl.hannahsten.texifyidea.psi.BibtexEntry +import nl.hannahsten.texifyidea.psi.BibtexKey +import nl.hannahsten.texifyidea.psi.BibtexQuotedString +import nl.hannahsten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.util.tokenType /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexAnnotator : Annotator { diff --git a/src/nl/rubensten/texifyidea/highlighting/BibtexColorSettingsPage.kt b/src/nl/hannahsten/texifyidea/highlighting/BibtexColorSettingsPage.kt similarity index 96% rename from src/nl/rubensten/texifyidea/highlighting/BibtexColorSettingsPage.kt rename to src/nl/hannahsten/texifyidea/highlighting/BibtexColorSettingsPage.kt index d588a803b..caecc97ff 100644 --- a/src/nl/rubensten/texifyidea/highlighting/BibtexColorSettingsPage.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/BibtexColorSettingsPage.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.openapi.options.colors.AttributesDescriptor import com.intellij.openapi.options.colors.ColorDescriptor import com.intellij.openapi.options.colors.ColorSettingsPage -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexColorSettingsPage : ColorSettingsPage { diff --git a/src/nl/rubensten/texifyidea/highlighting/BibtexPairedBraceMatcher.kt b/src/nl/hannahsten/texifyidea/highlighting/BibtexPairedBraceMatcher.kt similarity index 87% rename from src/nl/rubensten/texifyidea/highlighting/BibtexPairedBraceMatcher.kt rename to src/nl/hannahsten/texifyidea/highlighting/BibtexPairedBraceMatcher.kt index 29b783618..7b1d2ecc0 100644 --- a/src/nl/rubensten/texifyidea/highlighting/BibtexPairedBraceMatcher.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/BibtexPairedBraceMatcher.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.lang.BracePair import com.intellij.lang.PairedBraceMatcher import com.intellij.psi.PsiFile import com.intellij.psi.tree.IElementType -import nl.rubensten.texifyidea.psi.BibtexTypes +import nl.hannahsten.texifyidea.psi.BibtexTypes /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexPairedBraceMatcher : PairedBraceMatcher { diff --git a/src/nl/rubensten/texifyidea/highlighting/BibtexSyntaxHighlighter.kt b/src/nl/hannahsten/texifyidea/highlighting/BibtexSyntaxHighlighter.kt similarity index 93% rename from src/nl/rubensten/texifyidea/highlighting/BibtexSyntaxHighlighter.kt rename to src/nl/hannahsten/texifyidea/highlighting/BibtexSyntaxHighlighter.kt index 7093539cd..9f20dadf9 100644 --- a/src/nl/rubensten/texifyidea/highlighting/BibtexSyntaxHighlighter.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/BibtexSyntaxHighlighter.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.openapi.editor.DefaultLanguageHighlighterColors import com.intellij.openapi.editor.DefaultLanguageHighlighterColors.* @@ -6,11 +6,11 @@ import com.intellij.openapi.editor.colors.TextAttributesKey import com.intellij.openapi.editor.colors.TextAttributesKey.createTextAttributesKey import com.intellij.openapi.fileTypes.SyntaxHighlighterBase import com.intellij.psi.tree.IElementType -import nl.rubensten.texifyidea.BibtexLexerAdapter -import nl.rubensten.texifyidea.psi.BibtexTypes +import nl.hannahsten.texifyidea.BibtexLexerAdapter +import nl.hannahsten.texifyidea.psi.BibtexTypes /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexSyntaxHighlighter : SyntaxHighlighterBase() { diff --git a/src/nl/rubensten/texifyidea/highlighting/BibtexSyntaxHighlighterFactory.kt b/src/nl/hannahsten/texifyidea/highlighting/BibtexSyntaxHighlighterFactory.kt similarity index 81% rename from src/nl/rubensten/texifyidea/highlighting/BibtexSyntaxHighlighterFactory.kt rename to src/nl/hannahsten/texifyidea/highlighting/BibtexSyntaxHighlighterFactory.kt index d70caa07c..9a4c2afc0 100644 --- a/src/nl/rubensten/texifyidea/highlighting/BibtexSyntaxHighlighterFactory.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/BibtexSyntaxHighlighterFactory.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.openapi.fileTypes.SyntaxHighlighterFactory import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.VirtualFile /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexSyntaxHighlighterFactory : SyntaxHighlighterFactory() { diff --git a/src/nl/rubensten/texifyidea/highlighting/LatexAnnotator.kt b/src/nl/hannahsten/texifyidea/highlighting/LatexAnnotator.kt similarity index 97% rename from src/nl/rubensten/texifyidea/highlighting/LatexAnnotator.kt rename to src/nl/hannahsten/texifyidea/highlighting/LatexAnnotator.kt index f71d3885b..7bd7d8e00 100644 --- a/src/nl/rubensten/texifyidea/highlighting/LatexAnnotator.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/LatexAnnotator.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.lang.annotation.AnnotationHolder import com.intellij.lang.annotation.Annotator @@ -7,12 +7,12 @@ import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiComment import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.lang.Environment -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.lang.Environment +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexAnnotator : Annotator { diff --git a/src/nl/rubensten/texifyidea/highlighting/LatexColorSettingsPage.kt b/src/nl/hannahsten/texifyidea/highlighting/LatexColorSettingsPage.kt similarity index 98% rename from src/nl/rubensten/texifyidea/highlighting/LatexColorSettingsPage.kt rename to src/nl/hannahsten/texifyidea/highlighting/LatexColorSettingsPage.kt index 788f06294..763782117 100644 --- a/src/nl/rubensten/texifyidea/highlighting/LatexColorSettingsPage.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/LatexColorSettingsPage.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.openapi.options.colors.AttributesDescriptor import com.intellij.openapi.options.colors.ColorDescriptor import com.intellij.openapi.options.colors.ColorSettingsPage -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class LatexColorSettingsPage : ColorSettingsPage { diff --git a/src/nl/rubensten/texifyidea/highlighting/LatexPairedBraceMatcher.kt b/src/nl/hannahsten/texifyidea/highlighting/LatexPairedBraceMatcher.kt similarity index 93% rename from src/nl/rubensten/texifyidea/highlighting/LatexPairedBraceMatcher.kt rename to src/nl/hannahsten/texifyidea/highlighting/LatexPairedBraceMatcher.kt index e9cdc86da..56a4199da 100644 --- a/src/nl/rubensten/texifyidea/highlighting/LatexPairedBraceMatcher.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/LatexPairedBraceMatcher.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.lang.BracePair import com.intellij.lang.PairedBraceMatcher import com.intellij.psi.PsiFile import com.intellij.psi.tree.IElementType -import nl.rubensten.texifyidea.psi.LatexTypes +import nl.hannahsten.texifyidea.psi.LatexTypes /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/highlighting/LatexSyntaxHighlighter.java b/src/nl/hannahsten/texifyidea/highlighting/LatexSyntaxHighlighter.java similarity index 96% rename from src/nl/rubensten/texifyidea/highlighting/LatexSyntaxHighlighter.java rename to src/nl/hannahsten/texifyidea/highlighting/LatexSyntaxHighlighter.java index c679790fd..119659b84 100644 --- a/src/nl/rubensten/texifyidea/highlighting/LatexSyntaxHighlighter.java +++ b/src/nl/hannahsten/texifyidea/highlighting/LatexSyntaxHighlighter.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.highlighting; +package nl.hannahsten.texifyidea.highlighting; import com.intellij.lexer.Lexer; import com.intellij.openapi.editor.DefaultLanguageHighlighterColors; @@ -6,12 +6,12 @@ import com.intellij.openapi.fileTypes.SyntaxHighlighterBase; import com.intellij.psi.tree.IElementType; import com.intellij.psi.tree.TokenSet; -import nl.rubensten.texifyidea.LatexLexerAdapter; -import nl.rubensten.texifyidea.psi.LatexTypes; +import nl.hannahsten.texifyidea.LatexLexerAdapter; +import nl.hannahsten.texifyidea.psi.LatexTypes; import org.jetbrains.annotations.NotNull; /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ public class LatexSyntaxHighlighter extends SyntaxHighlighterBase { diff --git a/src/nl/rubensten/texifyidea/highlighting/LatexSyntaxHighlighterFactory.kt b/src/nl/hannahsten/texifyidea/highlighting/LatexSyntaxHighlighterFactory.kt similarity index 88% rename from src/nl/rubensten/texifyidea/highlighting/LatexSyntaxHighlighterFactory.kt rename to src/nl/hannahsten/texifyidea/highlighting/LatexSyntaxHighlighterFactory.kt index d272bbe4d..9e701c1dc 100644 --- a/src/nl/rubensten/texifyidea/highlighting/LatexSyntaxHighlighterFactory.kt +++ b/src/nl/hannahsten/texifyidea/highlighting/LatexSyntaxHighlighterFactory.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.highlighting +package nl.hannahsten.texifyidea.highlighting import com.intellij.openapi.fileTypes.SyntaxHighlighterFactory import com.intellij.openapi.project.Project diff --git a/src/nl/rubensten/texifyidea/highlighting/LatexTypedHandler.java b/src/nl/hannahsten/texifyidea/highlighting/LatexTypedHandler.java similarity index 94% rename from src/nl/rubensten/texifyidea/highlighting/LatexTypedHandler.java rename to src/nl/hannahsten/texifyidea/highlighting/LatexTypedHandler.java index f9218bc24..ebc255514 100644 --- a/src/nl/rubensten/texifyidea/highlighting/LatexTypedHandler.java +++ b/src/nl/hannahsten/texifyidea/highlighting/LatexTypedHandler.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.highlighting; +package nl.hannahsten.texifyidea.highlighting; import com.intellij.codeInsight.editorActions.TypedHandlerDelegate; import com.intellij.openapi.editor.CaretModel; @@ -13,10 +13,10 @@ import com.intellij.psi.PsiFile; import com.intellij.psi.tree.IElementType; import com.intellij.psi.util.PsiTreeUtil; -import nl.rubensten.texifyidea.file.LatexFile; -import nl.rubensten.texifyidea.psi.LatexInlineMath; -import nl.rubensten.texifyidea.psi.LatexTypes; -import nl.rubensten.texifyidea.settings.TexifySettings; +import nl.hannahsten.texifyidea.file.LatexFile; +import nl.hannahsten.texifyidea.psi.LatexInlineMath; +import nl.hannahsten.texifyidea.psi.LatexTypes; +import nl.hannahsten.texifyidea.settings.TexifySettings; import org.jetbrains.annotations.NotNull; /** diff --git a/src/nl/rubensten/texifyidea/index/BibtexIdIndex.kt b/src/nl/hannahsten/texifyidea/index/BibtexIdIndex.kt similarity index 93% rename from src/nl/rubensten/texifyidea/index/BibtexIdIndex.kt rename to src/nl/hannahsten/texifyidea/index/BibtexIdIndex.kt index f6ce657ca..e0c79dab7 100644 --- a/src/nl/rubensten/texifyidea/index/BibtexIdIndex.kt +++ b/src/nl/hannahsten/texifyidea/index/BibtexIdIndex.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.index +package nl.hannahsten.texifyidea.index import com.intellij.openapi.project.DumbService import com.intellij.openapi.project.Project @@ -8,11 +8,11 @@ import com.intellij.psi.search.GlobalSearchScope import com.intellij.psi.stubs.StringStubIndexExtension import com.intellij.psi.stubs.StubIndex import com.intellij.util.ArrayUtil -import nl.rubensten.texifyidea.psi.BibtexId -import nl.rubensten.texifyidea.util.referencedFileSet +import nl.hannahsten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.util.referencedFileSet /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object BibtexIdIndex : StringStubIndexExtension() { diff --git a/src/nl/rubensten/texifyidea/index/BibtexIdIndexKey.java b/src/nl/hannahsten/texifyidea/index/BibtexIdIndexKey.java similarity index 60% rename from src/nl/rubensten/texifyidea/index/BibtexIdIndexKey.java rename to src/nl/hannahsten/texifyidea/index/BibtexIdIndexKey.java index c9e63372c..1c19b0819 100644 --- a/src/nl/rubensten/texifyidea/index/BibtexIdIndexKey.java +++ b/src/nl/hannahsten/texifyidea/index/BibtexIdIndexKey.java @@ -1,16 +1,16 @@ -package nl.rubensten.texifyidea.index; +package nl.hannahsten.texifyidea.index; import com.intellij.psi.stubs.StubIndexKey; -import nl.rubensten.texifyidea.psi.BibtexId; +import nl.hannahsten.texifyidea.psi.BibtexId; /** * For some reason, the key of {@link BibtexIdIndex} must be placed into a java file. * Maybe I'm just doing something wrong, though ¯\_(ツ)_/¯. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class BibtexIdIndexKey { public static final StubIndexKey KEY = - StubIndexKey.createIndexKey("nl.rubensten.texifyidea.bibtex.id"); + StubIndexKey.createIndexKey("nl.hannahsten.texifyidea.bibtex.id"); } diff --git a/src/nl/rubensten/texifyidea/index/IndexCommandsUtilBase.kt b/src/nl/hannahsten/texifyidea/index/IndexCommandsUtilBase.kt similarity index 94% rename from src/nl/rubensten/texifyidea/index/IndexCommandsUtilBase.kt rename to src/nl/hannahsten/texifyidea/index/IndexCommandsUtilBase.kt index 0155b2cae..921d33256 100644 --- a/src/nl/rubensten/texifyidea/index/IndexCommandsUtilBase.kt +++ b/src/nl/hannahsten/texifyidea/index/IndexCommandsUtilBase.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.index +package nl.hannahsten.texifyidea.index import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile import com.intellij.psi.search.GlobalSearchScope import com.intellij.psi.stubs.StubIndexKey -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class IndexCommandsUtilBase( indexKey: StubIndexKey diff --git a/src/nl/hannahsten/texifyidea/index/IndexKeys.java b/src/nl/hannahsten/texifyidea/index/IndexKeys.java new file mode 100644 index 000000000..e3558faa9 --- /dev/null +++ b/src/nl/hannahsten/texifyidea/index/IndexKeys.java @@ -0,0 +1,19 @@ +package nl.hannahsten.texifyidea.index; + +import com.intellij.psi.stubs.StubIndexKey; +import nl.hannahsten.texifyidea.psi.LatexCommands; + +/** + * @author Hannah Schellekens + */ +public class IndexKeys { + + public static final StubIndexKey COMMANDS_KEY = + StubIndexKey.createIndexKey("nl.hannahsten.texifyidea.commands"); + + public static final StubIndexKey INCLUDES_KEY = + StubIndexKey.createIndexKey("nl.hannahsten.texifyidea.includes"); + + public static final StubIndexKey DEFINITIONS_KEY = + StubIndexKey.createIndexKey("nl.hannahsten.texifyidea.definitions"); +} diff --git a/src/nl/rubensten/texifyidea/index/IndexUtilBase.kt b/src/nl/hannahsten/texifyidea/index/IndexUtilBase.kt similarity index 93% rename from src/nl/rubensten/texifyidea/index/IndexUtilBase.kt rename to src/nl/hannahsten/texifyidea/index/IndexUtilBase.kt index 79b96ef86..d10bd6c56 100644 --- a/src/nl/rubensten/texifyidea/index/IndexUtilBase.kt +++ b/src/nl/hannahsten/texifyidea/index/IndexUtilBase.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.index +package nl.hannahsten.texifyidea.index import com.intellij.openapi.project.Project import com.intellij.psi.PsiElement @@ -6,12 +6,12 @@ import com.intellij.psi.PsiFile import com.intellij.psi.search.GlobalSearchScope import com.intellij.psi.stubs.StubIndex import com.intellij.psi.stubs.StubIndexKey -import nl.rubensten.texifyidea.util.documentClassFile -import nl.rubensten.texifyidea.util.findRootFile -import nl.rubensten.texifyidea.util.referencedFileSet +import nl.hannahsten.texifyidea.util.documentClassFile +import nl.hannahsten.texifyidea.util.findRootFile +import nl.hannahsten.texifyidea.util.referencedFileSet /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class IndexUtilBase( diff --git a/src/nl/rubensten/texifyidea/index/LatexCommandsIndex.kt b/src/nl/hannahsten/texifyidea/index/LatexCommandsIndex.kt similarity index 68% rename from src/nl/rubensten/texifyidea/index/LatexCommandsIndex.kt rename to src/nl/hannahsten/texifyidea/index/LatexCommandsIndex.kt index bb81a6cb7..610f4d019 100644 --- a/src/nl/rubensten/texifyidea/index/LatexCommandsIndex.kt +++ b/src/nl/hannahsten/texifyidea/index/LatexCommandsIndex.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.index +package nl.hannahsten.texifyidea.index import com.intellij.psi.stubs.StringStubIndexExtension -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexCommandsIndex : StringStubIndexExtension() { diff --git a/src/nl/rubensten/texifyidea/index/LatexDefinitionIndex.kt b/src/nl/hannahsten/texifyidea/index/LatexDefinitionIndex.kt similarity index 68% rename from src/nl/rubensten/texifyidea/index/LatexDefinitionIndex.kt rename to src/nl/hannahsten/texifyidea/index/LatexDefinitionIndex.kt index 32cd91dcd..2c74e1cfc 100644 --- a/src/nl/rubensten/texifyidea/index/LatexDefinitionIndex.kt +++ b/src/nl/hannahsten/texifyidea/index/LatexDefinitionIndex.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.index +package nl.hannahsten.texifyidea.index import com.intellij.psi.stubs.StringStubIndexExtension -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexDefinitionIndex : StringStubIndexExtension() { diff --git a/src/nl/rubensten/texifyidea/index/LatexIncludesIndex.kt b/src/nl/hannahsten/texifyidea/index/LatexIncludesIndex.kt similarity index 68% rename from src/nl/rubensten/texifyidea/index/LatexIncludesIndex.kt rename to src/nl/hannahsten/texifyidea/index/LatexIncludesIndex.kt index 20d6cd22b..01ea81bf7 100644 --- a/src/nl/rubensten/texifyidea/index/LatexIncludesIndex.kt +++ b/src/nl/hannahsten/texifyidea/index/LatexIncludesIndex.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.index +package nl.hannahsten.texifyidea.index import com.intellij.psi.stubs.StringStubIndexExtension -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexIncludesIndex : StringStubIndexExtension() { diff --git a/src/nl/rubensten/texifyidea/index/stub/BibtexIdStub.java b/src/nl/hannahsten/texifyidea/index/stub/BibtexIdStub.java similarity index 74% rename from src/nl/rubensten/texifyidea/index/stub/BibtexIdStub.java rename to src/nl/hannahsten/texifyidea/index/stub/BibtexIdStub.java index e93ccccdc..feef838c9 100644 --- a/src/nl/rubensten/texifyidea/index/stub/BibtexIdStub.java +++ b/src/nl/hannahsten/texifyidea/index/stub/BibtexIdStub.java @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.index.stub; +package nl.hannahsten.texifyidea.index.stub; import com.intellij.psi.stubs.NamedStub; import com.intellij.psi.stubs.StubElement; -import nl.rubensten.texifyidea.psi.BibtexId; +import nl.hannahsten.texifyidea.psi.BibtexId; import org.jetbrains.annotations.Nullable; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public interface BibtexIdStub extends StubElement, NamedStub { diff --git a/src/nl/rubensten/texifyidea/index/stub/BibtexIdStubElementType.kt b/src/nl/hannahsten/texifyidea/index/stub/BibtexIdStubElementType.kt similarity index 80% rename from src/nl/rubensten/texifyidea/index/stub/BibtexIdStubElementType.kt rename to src/nl/hannahsten/texifyidea/index/stub/BibtexIdStubElementType.kt index eb4ddfef1..c2c3df2b1 100644 --- a/src/nl/rubensten/texifyidea/index/stub/BibtexIdStubElementType.kt +++ b/src/nl/hannahsten/texifyidea/index/stub/BibtexIdStubElementType.kt @@ -1,15 +1,15 @@ -package nl.rubensten.texifyidea.index.stub +package nl.hannahsten.texifyidea.index.stub import com.intellij.lang.ASTNode import com.intellij.psi.stubs.* -import nl.rubensten.texifyidea.BibtexLanguage -import nl.rubensten.texifyidea.index.BibtexIdIndex -import nl.rubensten.texifyidea.psi.BibtexId -import nl.rubensten.texifyidea.psi.impl.BibtexIdImpl -import nl.rubensten.texifyidea.util.substringEnd +import nl.hannahsten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.index.BibtexIdIndex +import nl.hannahsten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.impl.BibtexIdImpl +import nl.hannahsten.texifyidea.util.substringEnd /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexIdStubElementType(val debugName: String) : IStubElementType("bibtex-id", BibtexLanguage) { diff --git a/src/nl/rubensten/texifyidea/index/stub/BibtexIdStubImpl.kt b/src/nl/hannahsten/texifyidea/index/stub/BibtexIdStubImpl.kt similarity index 84% rename from src/nl/rubensten/texifyidea/index/stub/BibtexIdStubImpl.kt rename to src/nl/hannahsten/texifyidea/index/stub/BibtexIdStubImpl.kt index 993db3a35..482ceffe6 100644 --- a/src/nl/rubensten/texifyidea/index/stub/BibtexIdStubImpl.kt +++ b/src/nl/hannahsten/texifyidea/index/stub/BibtexIdStubImpl.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.index.stub +package nl.hannahsten.texifyidea.index.stub import com.intellij.psi.stubs.IStubElementType import com.intellij.psi.stubs.NamedStubBase import com.intellij.psi.stubs.StubElement -import nl.rubensten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.BibtexId /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ data class BibtexIdStubImpl( val parent: StubElement<*>?, diff --git a/src/nl/rubensten/texifyidea/index/stub/LatexCommandsStub.java b/src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStub.java similarity index 76% rename from src/nl/rubensten/texifyidea/index/stub/LatexCommandsStub.java rename to src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStub.java index c871dfcc0..c521709b2 100644 --- a/src/nl/rubensten/texifyidea/index/stub/LatexCommandsStub.java +++ b/src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStub.java @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.index.stub; +package nl.hannahsten.texifyidea.index.stub; import com.intellij.psi.stubs.NamedStub; import com.intellij.psi.stubs.StubElement; -import nl.rubensten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.psi.LatexCommands; import org.jetbrains.annotations.NotNull; import java.util.List; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public interface LatexCommandsStub extends StubElement, NamedStub { diff --git a/src/nl/rubensten/texifyidea/index/stub/LatexCommandsStubElementType.java b/src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStubElementType.java similarity index 88% rename from src/nl/rubensten/texifyidea/index/stub/LatexCommandsStubElementType.java rename to src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStubElementType.java index 51cd13907..c4887cc77 100644 --- a/src/nl/rubensten/texifyidea/index/stub/LatexCommandsStubElementType.java +++ b/src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStubElementType.java @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.index.stub; +package nl.hannahsten.texifyidea.index.stub; import com.intellij.psi.stubs.*; -import nl.rubensten.texifyidea.LatexLanguage; -import nl.rubensten.texifyidea.index.LatexCommandsIndex; -import nl.rubensten.texifyidea.index.LatexDefinitionIndex; -import nl.rubensten.texifyidea.index.LatexIncludesIndex; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.psi.impl.LatexCommandsImpl; -import nl.rubensten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.LatexLanguage; +import nl.hannahsten.texifyidea.index.LatexCommandsIndex; +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex; +import nl.hannahsten.texifyidea.index.LatexIncludesIndex; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.psi.impl.LatexCommandsImpl; +import nl.hannahsten.texifyidea.util.Magic; import org.jetbrains.annotations.NotNull; import java.io.IOException; @@ -16,7 +16,7 @@ import java.util.stream.Collectors; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class LatexCommandsStubElementType extends IStubElementType { diff --git a/src/nl/rubensten/texifyidea/index/stub/LatexCommandsStubImpl.kt b/src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStubImpl.kt similarity index 87% rename from src/nl/rubensten/texifyidea/index/stub/LatexCommandsStubImpl.kt rename to src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStubImpl.kt index 09a846d88..cde6f2e94 100644 --- a/src/nl/rubensten/texifyidea/index/stub/LatexCommandsStubImpl.kt +++ b/src/nl/hannahsten/texifyidea/index/stub/LatexCommandsStubImpl.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.index.stub +package nl.hannahsten.texifyidea.index.stub import com.intellij.psi.stubs.IStubElementType import com.intellij.psi.stubs.NamedStubBase import com.intellij.psi.stubs.StubElement -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexCommandsStubImpl( parent: StubElement<*>, diff --git a/src/nl/rubensten/texifyidea/insight/InsightGroup.kt b/src/nl/hannahsten/texifyidea/insight/InsightGroup.kt similarity index 77% rename from src/nl/rubensten/texifyidea/insight/InsightGroup.kt rename to src/nl/hannahsten/texifyidea/insight/InsightGroup.kt index c40ca7965..28e15bf69 100644 --- a/src/nl/rubensten/texifyidea/insight/InsightGroup.kt +++ b/src/nl/hannahsten/texifyidea/insight/InsightGroup.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.insight +package nl.hannahsten.texifyidea.insight import com.intellij.openapi.fileTypes.FileType -import nl.rubensten.texifyidea.file.BibtexFileType -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.file.StyleFileType +import nl.hannahsten.texifyidea.file.BibtexFileType +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.file.StyleFileType /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class InsightGroup( diff --git a/src/nl/rubensten/texifyidea/insight/LatexEnterBetweenBracesHandler.kt b/src/nl/hannahsten/texifyidea/insight/LatexEnterBetweenBracesHandler.kt similarity index 93% rename from src/nl/rubensten/texifyidea/insight/LatexEnterBetweenBracesHandler.kt rename to src/nl/hannahsten/texifyidea/insight/LatexEnterBetweenBracesHandler.kt index 096d0364e..e1fa45e6c 100644 --- a/src/nl/rubensten/texifyidea/insight/LatexEnterBetweenBracesHandler.kt +++ b/src/nl/hannahsten/texifyidea/insight/LatexEnterBetweenBracesHandler.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.insight +package nl.hannahsten.texifyidea.insight import com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegate import com.intellij.codeInsight.editorActions.enter.EnterHandlerDelegateAdapter @@ -11,8 +11,8 @@ import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiFile import com.intellij.psi.codeStyle.CodeStyleManager import com.intellij.util.IncorrectOperationException -import nl.rubensten.texifyidea.file.LatexFile -import nl.rubensten.texifyidea.psi.LatexTypes +import nl.hannahsten.texifyidea.file.LatexFile +import nl.hannahsten.texifyidea.psi.LatexTypes /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/insight/LatexLineMarkerProvider.kt b/src/nl/hannahsten/texifyidea/insight/LatexLineMarkerProvider.kt similarity index 87% rename from src/nl/rubensten/texifyidea/insight/LatexLineMarkerProvider.kt rename to src/nl/hannahsten/texifyidea/insight/LatexLineMarkerProvider.kt index 6839f0b82..4bae7e6e6 100644 --- a/src/nl/rubensten/texifyidea/insight/LatexLineMarkerProvider.kt +++ b/src/nl/hannahsten/texifyidea/insight/LatexLineMarkerProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.insight +package nl.hannahsten.texifyidea.insight import com.intellij.codeInsight.daemon.DaemonCodeAnalyzerSettings import com.intellij.codeInsight.daemon.LineMarkerInfo @@ -6,13 +6,13 @@ import com.intellij.codeInsight.daemon.LineMarkerProvider import com.intellij.codeInsight.daemon.impl.LineMarkersPass import com.intellij.openapi.editor.colors.EditorColorsManager import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.Magic /** * Provides line markers for the LaTeX language. * - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class LatexLineMarkerProvider : LineMarkerProvider { diff --git a/src/nl/rubensten/texifyidea/insight/LatexParameterInfoHandler.kt b/src/nl/hannahsten/texifyidea/insight/LatexParameterInfoHandler.kt similarity index 94% rename from src/nl/rubensten/texifyidea/insight/LatexParameterInfoHandler.kt rename to src/nl/hannahsten/texifyidea/insight/LatexParameterInfoHandler.kt index e2f621c0c..e2bcef92b 100644 --- a/src/nl/rubensten/texifyidea/insight/LatexParameterInfoHandler.kt +++ b/src/nl/hannahsten/texifyidea/insight/LatexParameterInfoHandler.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.insight +package nl.hannahsten.texifyidea.insight import com.intellij.codeInsight.lookup.LookupElement import com.intellij.lang.parameterInfo.* import com.intellij.psi.PsiFile import com.intellij.psi.util.PsiTreeUtil import com.intellij.util.ArrayUtil -import nl.rubensten.texifyidea.lang.LatexRegularCommand -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.lang.LatexRegularCommand +import nl.hannahsten.texifyidea.psi.LatexCommands /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/inspections/Inspections.kt b/src/nl/hannahsten/texifyidea/inspections/Inspections.kt similarity index 88% rename from src/nl/rubensten/texifyidea/inspections/Inspections.kt rename to src/nl/hannahsten/texifyidea/inspections/Inspections.kt index dae32f2be..175b1ae1e 100644 --- a/src/nl/rubensten/texifyidea/inspections/Inspections.kt +++ b/src/nl/hannahsten/texifyidea/inspections/Inspections.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.inspections +package nl.hannahsten.texifyidea.inspections import com.intellij.codeInspection.ex.InspectionToolRegistrar -import nl.rubensten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.insight.InsightGroup /** * Map where each [InsightGroup] is mapped to all the relevant inspection ids. diff --git a/src/nl/rubensten/texifyidea/inspections/LatexSpellcheckingStrategy.kt b/src/nl/hannahsten/texifyidea/inspections/LatexSpellcheckingStrategy.kt similarity index 85% rename from src/nl/rubensten/texifyidea/inspections/LatexSpellcheckingStrategy.kt rename to src/nl/hannahsten/texifyidea/inspections/LatexSpellcheckingStrategy.kt index 7c2240772..ce4a987a2 100644 --- a/src/nl/rubensten/texifyidea/inspections/LatexSpellcheckingStrategy.kt +++ b/src/nl/hannahsten/texifyidea/inspections/LatexSpellcheckingStrategy.kt @@ -1,20 +1,20 @@ -package nl.rubensten.texifyidea.inspections +package nl.hannahsten.texifyidea.inspections import com.intellij.psi.PsiElement import com.intellij.psi.impl.source.tree.LeafPsiElement import com.intellij.psi.util.PsiTreeUtil import com.intellij.spellchecker.tokenizer.SpellcheckingStrategy import com.intellij.spellchecker.tokenizer.Tokenizer -import nl.rubensten.texifyidea.LatexLanguage -import nl.rubensten.texifyidea.lang.Argument -import nl.rubensten.texifyidea.lang.Argument.Type -import nl.rubensten.texifyidea.lang.LatexMathCommand -import nl.rubensten.texifyidea.lang.LatexRegularCommand -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.util.hasParent +import nl.hannahsten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.lang.Argument +import nl.hannahsten.texifyidea.lang.Argument.Type +import nl.hannahsten.texifyidea.lang.LatexMathCommand +import nl.hannahsten.texifyidea.lang.LatexRegularCommand +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.util.hasParent /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexSpellcheckingStrategy : SpellcheckingStrategy() { diff --git a/src/nl/rubensten/texifyidea/inspections/TexifyInspectionBase.kt b/src/nl/hannahsten/texifyidea/inspections/TexifyInspectionBase.kt similarity index 91% rename from src/nl/rubensten/texifyidea/inspections/TexifyInspectionBase.kt rename to src/nl/hannahsten/texifyidea/inspections/TexifyInspectionBase.kt index 1d83f7c99..adbeee8d6 100644 --- a/src/nl/rubensten/texifyidea/inspections/TexifyInspectionBase.kt +++ b/src/nl/hannahsten/texifyidea/inspections/TexifyInspectionBase.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections +package nl.hannahsten.texifyidea.inspections import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalInspectionTool @@ -8,19 +8,19 @@ import com.intellij.openapi.project.Project import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.util.SmartList -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.lang.magic.* -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.psi.LatexGroup -import nl.rubensten.texifyidea.psi.LatexMathEnvironment -import nl.rubensten.texifyidea.util.isComment -import nl.rubensten.texifyidea.util.name -import nl.rubensten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.lang.magic.* +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.psi.LatexGroup +import nl.hannahsten.texifyidea.psi.LatexMathEnvironment +import nl.hannahsten.texifyidea.util.isComment +import nl.hannahsten.texifyidea.util.name +import nl.hannahsten.texifyidea.util.parentOfType /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class TexifyInspectionBase : LocalInspectionTool() { @@ -139,7 +139,7 @@ abstract class TexifyInspectionBase : LocalInspectionTool() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private abstract inner class SuppressionFixBase(val targetElement: PsiElement) : SuppressQuickFix { @@ -162,7 +162,7 @@ abstract class TexifyInspectionBase : LocalInspectionTool() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private inner class FileSuppressionFix(val file: PsiFile) : SuppressionFixBase(file) { @@ -172,7 +172,7 @@ abstract class TexifyInspectionBase : LocalInspectionTool() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private inner class EnvironmentSuppressionFix(parentEnvironment: LatexEnvironment) : SuppressionFixBase(parentEnvironment) { @@ -191,7 +191,7 @@ abstract class TexifyInspectionBase : LocalInspectionTool() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private inner class MathEnvironmentSuppressionFix(parentMathEnvironment: LatexMathEnvironment) : SuppressionFixBase(parentMathEnvironment) { @@ -201,7 +201,7 @@ abstract class TexifyInspectionBase : LocalInspectionTool() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private inner class CommandSuppressionFix(parentCommand: LatexCommands) : SuppressionFixBase(parentCommand) { @@ -220,7 +220,7 @@ abstract class TexifyInspectionBase : LocalInspectionTool() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private inner class GroupSuppressionFix(val parentGroup: LatexGroup) : SuppressionFixBase(parentGroup) { diff --git a/src/nl/rubensten/texifyidea/inspections/TexifyInspectionBaseBambi.java b/src/nl/hannahsten/texifyidea/inspections/TexifyInspectionBaseBambi.java similarity index 93% rename from src/nl/rubensten/texifyidea/inspections/TexifyInspectionBaseBambi.java rename to src/nl/hannahsten/texifyidea/inspections/TexifyInspectionBaseBambi.java index 2e176e3b3..76930b2af 100644 --- a/src/nl/rubensten/texifyidea/inspections/TexifyInspectionBaseBambi.java +++ b/src/nl/hannahsten/texifyidea/inspections/TexifyInspectionBaseBambi.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections; +package nl.hannahsten.texifyidea.inspections; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalInspectionTool; @@ -6,8 +6,8 @@ import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import kotlin.reflect.jvm.internal.impl.utils.SmartList; -import nl.rubensten.texifyidea.insight.InsightGroup; -import nl.rubensten.texifyidea.util.PsiKt; +import nl.hannahsten.texifyidea.insight.InsightGroup; +import nl.hannahsten.texifyidea.util.PsiKt; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; diff --git a/src/nl/rubensten/texifyidea/inspections/TexifyLineOptionsInspection.kt b/src/nl/hannahsten/texifyidea/inspections/TexifyLineOptionsInspection.kt similarity index 95% rename from src/nl/rubensten/texifyidea/inspections/TexifyLineOptionsInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/TexifyLineOptionsInspection.kt index 57f6d9b18..66c944421 100644 --- a/src/nl/rubensten/texifyidea/inspections/TexifyLineOptionsInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/TexifyLineOptionsInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections +package nl.hannahsten.texifyidea.inspections import com.intellij.ui.IdeBorderFactory import org.jdom.Element @@ -10,7 +10,7 @@ import javax.swing.JTextArea /** * An inspection that carries an extra text area that serves as line input. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class TexifyLineOptionsInspection(val title: String) : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/TexifyRegexInspection.kt b/src/nl/hannahsten/texifyidea/inspections/TexifyRegexInspection.kt similarity index 98% rename from src/nl/rubensten/texifyidea/inspections/TexifyRegexInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/TexifyRegexInspection.kt index 6d578334c..faa1c53ab 100644 --- a/src/nl/rubensten/texifyidea/inspections/TexifyRegexInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/TexifyRegexInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections +package nl.hannahsten.texifyidea.inspections import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -8,13 +8,13 @@ import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.util.* import java.util.regex.Matcher import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class TexifyRegexInspection( @@ -323,7 +323,7 @@ abstract class TexifyRegexInspection( } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class RegexFixes( private val fixName: String, diff --git a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographyInspection.kt b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographyInspection.kt similarity index 87% rename from src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographyInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographyInspection.kt index 21bb2d4c5..ff791c5b6 100644 --- a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographyInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographyInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.bibtex +package nl.hannahsten.texifyidea.inspections.bibtex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,12 +7,12 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexIncludesIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.commandsInFileSet -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.index.LatexIncludesIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.commandsInFileSet +import nl.hannahsten.texifyidea.util.requiredParameter /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographystyleInspection.kt b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographystyleInspection.kt similarity index 84% rename from src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographystyleInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographystyleInspection.kt index 8570ddc7d..ba5cf4cc6 100644 --- a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographystyleInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateBibliographystyleInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.bibtex +package nl.hannahsten.texifyidea.inspections.bibtex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,15 +7,15 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.commandsInFile -import nl.rubensten.texifyidea.util.commandsInFileSet -import nl.rubensten.texifyidea.util.findAtLeast +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.commandsInFile +import nl.hannahsten.texifyidea.util.commandsInFileSet +import nl.hannahsten.texifyidea.util.findAtLeast /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexDuplicateBibliographystyleInspection : TexifyInspectionBase() { @@ -54,7 +54,7 @@ open class BibtexDuplicateBibliographystyleInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object RemoveOtherCommandsFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateIdInspection.kt b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateIdInspection.kt similarity index 85% rename from src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateIdInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateIdInspection.kt index dd5f47e9a..06e911975 100644 --- a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexDuplicateIdInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexDuplicateIdInspection.kt @@ -1,19 +1,19 @@ -package nl.rubensten.texifyidea.inspections.bibtex +package nl.hannahsten.texifyidea.inspections.bibtex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.BibtexIdIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.BibtexId -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.index.BibtexIdIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexDuplicateIdInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexMissingBibliographystyleInspection.kt b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexMissingBibliographystyleInspection.kt similarity index 87% rename from src/nl/rubensten/texifyidea/inspections/bibtex/BibtexMissingBibliographystyleInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexMissingBibliographystyleInspection.kt index 1e327fcea..c43115ec2 100644 --- a/src/nl/rubensten/texifyidea/inspections/bibtex/BibtexMissingBibliographystyleInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/bibtex/BibtexMissingBibliographystyleInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.bibtex +package nl.hannahsten.texifyidea.inspections.bibtex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,13 +7,13 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexMissingBibliographystyleInspection : TexifyInspectionBase() { @@ -46,7 +46,7 @@ open class BibtexMissingBibliographystyleInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object InsertStyleFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexAvoidEqnarrayInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexAvoidEqnarrayInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexAvoidEqnarrayInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexAvoidEqnarrayInspection.kt index d2cf0a2bf..f66aab9f2 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexAvoidEqnarrayInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexAvoidEqnarrayInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,16 +7,16 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.Package.Companion.AMSMATH -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSMATH +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.util.* import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexAvoidEqnarrayInspection : TexifyInspectionBase() { @@ -53,7 +53,7 @@ open class LatexAvoidEqnarrayInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private open class ChangeEnvironmentFix(val star: String) : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexCdotInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCdotInspection.kt similarity index 75% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexCdotInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexCdotInspection.kt index 7154b429b..e6c7ebb18 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexCdotInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCdotInspection.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexCdotInspection : TexifyRegexInspection( inspectionDisplayName = "Use of . instead of \\cdot", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexCiteBeforePeriodInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCiteBeforePeriodInspection.kt similarity index 86% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexCiteBeforePeriodInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexCiteBeforePeriodInspection.kt index d8b617d51..10c2ec364 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexCiteBeforePeriodInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCiteBeforePeriodInspection.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.ProblemDescriptor -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.* import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexCiteBeforePeriodInspection : TexifyRegexInspection( inspectionDisplayName = "Citations must be placed before interpunction", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexCollapseCiteInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCollapseCiteInspection.kt similarity index 89% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexCollapseCiteInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexCollapseCiteInspection.kt index aeea79b78..a014e984b 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexCollapseCiteInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCollapseCiteInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -6,19 +6,19 @@ import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexContent -import nl.rubensten.texifyidea.psi.LatexNormalText -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexContent +import nl.hannahsten.texifyidea.psi.LatexNormalText +import nl.hannahsten.texifyidea.util.* import java.util.* import kotlin.collections.ArrayList /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexCollapseCiteInspection : TexifyInspectionBase() { @@ -112,7 +112,7 @@ open class LatexCollapseCiteInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private inner class InspectionFix(val citeBundle: List) : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexCommandAlreadyDefinedInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCommandAlreadyDefinedInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexCommandAlreadyDefinedInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexCommandAlreadyDefinedInspection.kt index 78acf0184..04787bb6f 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexCommandAlreadyDefinedInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexCommandAlreadyDefinedInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -6,15 +6,15 @@ import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.forcedFirstRequiredParameterAsCommand -import nl.rubensten.texifyidea.util.isKnown -import nl.rubensten.texifyidea.util.replaceString +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.document +import nl.hannahsten.texifyidea.util.forcedFirstRequiredParameterAsCommand +import nl.hannahsten.texifyidea.util.isKnown +import nl.hannahsten.texifyidea.util.replaceString import java.util.* /** diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexDiacriticIJInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDiacriticIJInspection.kt similarity index 80% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexDiacriticIJInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexDiacriticIJInspection.kt index 4d3710791..b05fc0f16 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexDiacriticIJInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDiacriticIJInspection.kt @@ -1,24 +1,24 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.ProblemHighlightType import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.impl.source.tree.LeafPsiElement -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.lang.Diacritic -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexMathContent -import nl.rubensten.texifyidea.psi.LatexNormalText -import nl.rubensten.texifyidea.psi.LatexTypes -import nl.rubensten.texifyidea.util.hasParent -import nl.rubensten.texifyidea.util.inMathContext -import nl.rubensten.texifyidea.util.isComment +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.lang.Diacritic +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexMathContent +import nl.hannahsten.texifyidea.psi.LatexNormalText +import nl.hannahsten.texifyidea.psi.LatexTypes +import nl.hannahsten.texifyidea.util.hasParent +import nl.hannahsten.texifyidea.util.inMathContext +import nl.hannahsten.texifyidea.util.isComment import java.util.* import java.util.regex.Matcher import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexDiacriticIJInspection : TexifyRegexInspection( inspectionDisplayName = "Dotless versions of i and j should be used with diacritics", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexDiscouragedUseOfDefInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDiscouragedUseOfDefInspection.kt similarity index 85% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexDiscouragedUseOfDefInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexDiscouragedUseOfDefInspection.kt index 4f4f10782..5a4f0fdac 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexDiscouragedUseOfDefInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDiscouragedUseOfDefInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -8,19 +8,19 @@ import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexPsiUtil -import nl.rubensten.texifyidea.util.document +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexPsiUtil +import nl.hannahsten.texifyidea.util.document import java.util.* /** * For now, only not using it before `\ref` or `\cite` will be detected. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexDiscouragedUseOfDefInspection : TexifyInspectionBase() { @@ -57,7 +57,7 @@ open class LatexDiscouragedUseOfDefInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private open class NewcommandFix(val commandName: String) : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexDuplicateDefinitionInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDuplicateDefinitionInspection.kt similarity index 80% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexDuplicateDefinitionInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexDuplicateDefinitionInspection.kt index eeed9f79e..ba218eec4 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexDuplicateDefinitionInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDuplicateDefinitionInspection.kt @@ -1,19 +1,19 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.google.common.collect.HashMultiset import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.util.definedCommandName -import nl.rubensten.texifyidea.util.definitions -import nl.rubensten.texifyidea.util.definitionsInFileSet -import nl.rubensten.texifyidea.util.isCommandDefinition +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.util.definedCommandName +import nl.hannahsten.texifyidea.util.definitions +import nl.hannahsten.texifyidea.util.definitionsInFileSet +import nl.hannahsten.texifyidea.util.isCommandDefinition /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexDuplicateDefinitionInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexDuplicateLabelInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDuplicateLabelInspection.kt similarity index 89% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexDuplicateLabelInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexDuplicateLabelInspection.kt index a3f99b531..496804736 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexDuplicateLabelInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexDuplicateLabelInspection.kt @@ -1,18 +1,18 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.util.* import java.util.* /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ open class LatexDuplicateLabelInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexEllipsisInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEllipsisInspection.kt similarity index 88% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexEllipsisInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexEllipsisInspection.kt index 0b39730af..d9fc80046 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexEllipsisInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEllipsisInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -8,11 +8,11 @@ import com.intellij.openapi.progress.ProgressManager import com.intellij.openapi.project.Project import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.Package.Companion.AMSMATH -import nl.rubensten.texifyidea.psi.LatexNormalText -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSMATH +import nl.hannahsten.texifyidea.psi.LatexNormalText +import nl.hannahsten.texifyidea.util.* /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexEnDashInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEnDashInspection.kt similarity index 77% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexEnDashInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexEnDashInspection.kt index f2da641fb..0f4726ec7 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexEnDashInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEnDashInspection.kt @@ -1,17 +1,16 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.ProblemDescriptor -import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.length -import nl.rubensten.texifyidea.util.toTextRange +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.document +import nl.hannahsten.texifyidea.util.length +import nl.hannahsten.texifyidea.util.toTextRange import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexEnDashInspection : TexifyRegexInspection( inspectionDisplayName = "En dash in number ranges", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexEncloseWithLeftRightInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEncloseWithLeftRightInspection.kt similarity index 92% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexEncloseWithLeftRightInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexEncloseWithLeftRightInspection.kt index 2d5155476..8768eaa1e 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexEncloseWithLeftRightInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEncloseWithLeftRightInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -10,16 +10,16 @@ import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiComment import com.intellij.psi.PsiFile import com.intellij.psi.PsiWhiteSpace -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyLineOptionsInspection -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexDisplayMath -import nl.rubensten.texifyidea.psi.LatexInlineMath -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyLineOptionsInspection +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexDisplayMath +import nl.hannahsten.texifyidea.psi.LatexInlineMath +import nl.hannahsten.texifyidea.util.* import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexEncloseWithLeftRightInspection : TexifyLineOptionsInspection("Custom commands") { @@ -169,7 +169,7 @@ open class LatexEncloseWithLeftRightInspection : TexifyLineOptionsInspection("Cu private fun affectedCommands() = Magic.Command.high + lines /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private open class InsertLeftRightFix(val openOffset: Int, val closeOffset: Int, val open: String) : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexEquationReferenceInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEquationReferenceInspection.kt similarity index 82% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexEquationReferenceInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexEquationReferenceInspection.kt index a205dc006..d1b238a73 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexEquationReferenceInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexEquationReferenceInspection.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.ProblemDescriptor import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.lang.Package -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.findLabels -import nl.rubensten.texifyidea.util.findOuterMathEnvironment -import nl.rubensten.texifyidea.util.insertUsepackage +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.lang.Package +import nl.hannahsten.texifyidea.util.document +import nl.hannahsten.texifyidea.util.findLabels +import nl.hannahsten.texifyidea.util.findOuterMathEnvironment +import nl.hannahsten.texifyidea.util.insertUsepackage import java.util.regex.Pattern open class LatexEquationReferenceInspection : TexifyRegexInspection( diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexExtremeInequalityInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexExtremeInequalityInspection.kt similarity index 86% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexExtremeInequalityInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexExtremeInequalityInspection.kt index 56b7aebc6..77122e687 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexExtremeInequalityInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexExtremeInequalityInspection.kt @@ -1,15 +1,14 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.ProblemDescriptor -import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.lang.Package.Companion.AMSSYMB -import nl.rubensten.texifyidea.util.insertUsepackage +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSSYMB +import nl.hannahsten.texifyidea.util.insertUsepackage import java.util.regex.Matcher import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexExtremeInequalityInspection : TexifyRegexInspection( inspectionDisplayName = "Use the matching amssymb symbol for inequalities", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexFigureNotReferencedInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexFigureNotReferencedInspection.kt similarity index 88% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexFigureNotReferencedInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexFigureNotReferencedInspection.kt index 0d9c4d9d9..3f06a5547 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexFigureNotReferencedInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexFigureNotReferencedInspection.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.* import java.util.* open class LatexFigureNotReferencedInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexFileNotFoundInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexFileNotFoundInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexFileNotFoundInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexFileNotFoundInspection.kt index d18b51ab9..ed802fc6f 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexFileNotFoundInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexFileNotFoundInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInsight.daemon.quickFix.CreateFileFix import com.intellij.codeInspection.InspectionManager @@ -7,21 +7,21 @@ import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.LatexCommand -import nl.rubensten.texifyidea.lang.RequiredArgument -import nl.rubensten.texifyidea.lang.RequiredFileArgument -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexNormalText -import nl.rubensten.texifyidea.util.findFile -import nl.rubensten.texifyidea.util.findRootFile -import nl.rubensten.texifyidea.util.firstChildOfType +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.LatexCommand +import nl.hannahsten.texifyidea.lang.RequiredArgument +import nl.hannahsten.texifyidea.lang.RequiredFileArgument +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexNormalText +import nl.hannahsten.texifyidea.util.findFile +import nl.hannahsten.texifyidea.util.findRootFile +import nl.hannahsten.texifyidea.util.firstChildOfType import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexFileNotFoundInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexGatherEquationsInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexGatherEquationsInspection.kt similarity index 91% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexGatherEquationsInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexGatherEquationsInspection.kt index affbc9195..0dfcd3975 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexGatherEquationsInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexGatherEquationsInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -6,14 +6,14 @@ import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.Package.Companion.AMSMATH -import nl.rubensten.texifyidea.psi.LatexContent -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSMATH +import nl.hannahsten.texifyidea.psi.LatexContent +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexGatherEquationsInspection : TexifyInspectionBase() { @@ -46,7 +46,7 @@ open class LatexGatherEquationsInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class GatherEnvironments : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspection.kt similarity index 81% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspection.kt index 1b2d3d783..4a8b68401 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspection.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.parentOfType import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexGroupedSubSupScriptInspection : TexifyRegexInspection( inspectionDisplayName = "Grouped superscript and subscript", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexInclusionLoopInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexInclusionLoopInspection.kt similarity index 82% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexInclusionLoopInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexInclusionLoopInspection.kt index e88d6d9c8..4a4556fc5 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexInclusionLoopInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexInclusionLoopInspection.kt @@ -1,21 +1,21 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.algorithm.BFS -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.util.findInclusions -import nl.rubensten.texifyidea.util.findRelativeFile -import nl.rubensten.texifyidea.util.findRootFile -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.algorithm.BFS +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.util.findInclusions +import nl.hannahsten.texifyidea.util.findRelativeFile +import nl.hannahsten.texifyidea.util.findRootFile +import nl.hannahsten.texifyidea.util.requiredParameter /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexInclusionLoopInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexLabelConventionInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexLabelConventionInspection.kt similarity index 94% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexLabelConventionInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexLabelConventionInspection.kt index c7d560dc6..1eb877281 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexLabelConventionInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexLabelConventionInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -6,11 +6,11 @@ import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.util.* import java.util.* import kotlin.Comparator import kotlin.collections.ArrayList @@ -21,7 +21,7 @@ import kotlin.reflect.jvm.internal.impl.utils.SmartList * * Planned is to also implement this for other environments. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexLabelConventionInspection : TexifyInspectionBase() { @@ -103,7 +103,7 @@ open class LatexLabelConventionInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class LabelPreFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexLineBreakInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexLineBreakInspection.kt similarity index 89% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexLineBreakInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexLineBreakInspection.kt index 9a3fe0563..0b02de83a 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexLineBreakInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexLineBreakInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,15 +7,15 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.LatexComment -import nl.rubensten.texifyidea.psi.LatexNormalText -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.LatexComment +import nl.hannahsten.texifyidea.psi.LatexNormalText +import nl.hannahsten.texifyidea.util.* import kotlin.math.min /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexLineBreakInspection : TexifyInspectionBase() { @@ -56,7 +56,7 @@ open class LatexLineBreakInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class InspectionFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMakeatletterInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMakeatletterInspection.kt similarity index 86% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMakeatletterInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMakeatletterInspection.kt index 0ec2c03fa..9b4ab3b64 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMakeatletterInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMakeatletterInspection.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.ProblemHighlightType import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection import java.util.regex.Matcher import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMakeatletterInspection : TexifyRegexInspection( inspectionDisplayName = "Discouraged use of \\makeatletter in tex sources", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMathOperatorEscapeInspection.java b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMathOperatorEscapeInspection.java similarity index 91% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMathOperatorEscapeInspection.java rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMathOperatorEscapeInspection.java index b95debf0b..13d02abcd 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMathOperatorEscapeInspection.java +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMathOperatorEscapeInspection.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex; +package nl.hannahsten.texifyidea.inspections.latex; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalQuickFix; @@ -14,11 +14,11 @@ import com.intellij.psi.PsiFile; import com.intellij.psi.PsiRecursiveElementVisitor; import com.intellij.psi.util.PsiTreeUtil; -import nl.rubensten.texifyidea.insight.InsightGroup; -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase; -import nl.rubensten.texifyidea.psi.LatexMathContent; -import nl.rubensten.texifyidea.psi.LatexTypes; -import nl.rubensten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.insight.InsightGroup; +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase; +import nl.hannahsten.texifyidea.psi.LatexMathContent; +import nl.hannahsten.texifyidea.psi.LatexTypes; +import nl.hannahsten.texifyidea.util.Magic; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMightBreakTexifyInspection.java b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMightBreakTexifyInspection.java similarity index 84% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMightBreakTexifyInspection.java rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMightBreakTexifyInspection.java index a0ec751c9..c1aa372c7 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMightBreakTexifyInspection.java +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMightBreakTexifyInspection.java @@ -1,16 +1,16 @@ -package nl.rubensten.texifyidea.inspections.latex; +package nl.hannahsten.texifyidea.inspections.latex; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalQuickFix; import com.intellij.codeInspection.ProblemDescriptor; import com.intellij.codeInspection.ProblemHighlightType; import com.intellij.psi.PsiFile; -import nl.rubensten.texifyidea.index.LatexCommandsIndex; -import nl.rubensten.texifyidea.insight.InsightGroup; -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.util.Magic; -import nl.rubensten.texifyidea.util.PsiCommandsKt; +import nl.hannahsten.texifyidea.index.LatexCommandsIndex; +import nl.hannahsten.texifyidea.insight.InsightGroup; +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.util.PsiCommandsKt; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingDocumentEnvironmentInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingDocumentEnvironmentInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMissingDocumentEnvironmentInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingDocumentEnvironmentInspection.kt index 8b223663a..c7f42a6c6 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingDocumentEnvironmentInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingDocumentEnvironmentInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,17 +7,17 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexBeginCommand -import nl.rubensten.texifyidea.util.childrenOfType -import nl.rubensten.texifyidea.util.referencedFileSet +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexBeginCommand +import nl.hannahsten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.util.referencedFileSet import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMissingDocumentEnvironmentInspection : TexifyInspectionBase() { @@ -63,7 +63,7 @@ open class LatexMissingDocumentEnvironmentInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class InspectionFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingDocumentclassInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingDocumentclassInspection.kt similarity index 86% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMissingDocumentclassInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingDocumentclassInspection.kt index 6f8e59d84..d06007ba5 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingDocumentclassInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingDocumentclassInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,15 +7,15 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMissingDocumentclassInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingImportInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingImportInspection.kt similarity index 85% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMissingImportInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingImportInspection.kt index 03251a79b..ee0f49bef 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingImportInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingImportInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,25 +7,25 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.DefaultEnvironment -import nl.rubensten.texifyidea.lang.LatexCommand -import nl.rubensten.texifyidea.lang.Package.Companion.AMSFONTS -import nl.rubensten.texifyidea.lang.Package.Companion.AMSMATH -import nl.rubensten.texifyidea.lang.Package.Companion.AMSSYMB -import nl.rubensten.texifyidea.lang.Package.Companion.DEFAULT -import nl.rubensten.texifyidea.lang.Package.Companion.MATHTOOLS -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.DefaultEnvironment +import nl.hannahsten.texifyidea.lang.LatexCommand +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSFONTS +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSMATH +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSSYMB +import nl.hannahsten.texifyidea.lang.Package.Companion.DEFAULT +import nl.hannahsten.texifyidea.lang.Package.Companion.MATHTOOLS +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.util.* import java.util.* /** * Currently works for built-in commands and environments. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMissingImportInspection : TexifyInspectionBase() { @@ -128,7 +128,7 @@ open class LatexMissingImportInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class ImportCommandFix(val import: String) : LocalQuickFix { @@ -144,7 +144,7 @@ open class LatexMissingImportInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class ImportEnvironmentFix(val import: String) : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingLabelInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingLabelInspection.kt similarity index 90% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMissingLabelInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingLabelInspection.kt index 847d725b7..14503baf4 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMissingLabelInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMissingLabelInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -6,11 +6,11 @@ import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.* import java.util.* /** @@ -18,7 +18,7 @@ import java.util.* * * Planned is to also implement this for other environments. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMissingLabelInspection : TexifyInspectionBase() { @@ -68,7 +68,7 @@ open class LatexMissingLabelInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class InsertLabelFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexMultipleIncludesInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMultipleIncludesInspection.kt similarity index 78% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexMultipleIncludesInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexMultipleIncludesInspection.kt index 7214f2274..d7837e521 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexMultipleIncludesInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexMultipleIncludesInspection.kt @@ -1,23 +1,23 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexRequiredParam -import nl.rubensten.texifyidea.util.PackageUtils -import nl.rubensten.texifyidea.util.commandsInFile -import nl.rubensten.texifyidea.util.firstChildOfType -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexRequiredParam +import nl.hannahsten.texifyidea.util.PackageUtils +import nl.hannahsten.texifyidea.util.commandsInFile +import nl.hannahsten.texifyidea.util.firstChildOfType +import nl.hannahsten.texifyidea.util.requiredParameter import java.util.* import kotlin.collections.HashSet /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMultipleIncludesInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexNestedIncludesInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNestedIncludesInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexNestedIncludesInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexNestedIncludesInspection.kt index 20632a024..91ff6e3b7 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexNestedIncludesInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNestedIncludesInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,13 +7,13 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.index.LatexIncludesIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.index.LatexIncludesIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.* import java.util.* /** diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexNoExtensionInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNoExtensionInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexNoExtensionInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexNoExtensionInspection.kt index 1058fb570..20c7cc99c 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexNoExtensionInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNoExtensionInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,15 +7,15 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.replaceString -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.document +import nl.hannahsten.texifyidea.util.replaceString +import nl.hannahsten.texifyidea.util.requiredParameter import java.util.* /** diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexNonBreakingSpaceInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNonBreakingSpaceInspection.kt similarity index 84% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexNonBreakingSpaceInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexNonBreakingSpaceInspection.kt index 704e83574..8528b1a55 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexNonBreakingSpaceInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNonBreakingSpaceInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,23 +7,23 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile import com.intellij.psi.PsiWhiteSpace -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexContent -import nl.rubensten.texifyidea.psi.LatexNormalText -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.childrenOfType -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.parentOfType +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexContent +import nl.hannahsten.texifyidea.psi.LatexNormalText +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.util.document +import nl.hannahsten.texifyidea.util.parentOfType import java.util.* /** * For now, only not using it before `\ref` or `\cite` will be detected. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexNonBreakingSpaceInspection : TexifyInspectionBase() { @@ -78,7 +78,7 @@ open class LatexNonBreakingSpaceInspection : TexifyInspectionBase() { /** * Replaces a complete [PsiWhiteSpace] element with `~`. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class WhitespaceReplacementFix : LocalQuickFix { @@ -110,7 +110,7 @@ open class LatexNonBreakingSpaceInspection : TexifyInspectionBase() { /** * Replaces the ending of [LatexNormalText] element with `~`. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class TextReplacementFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexNonMatchingEnvironmentInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNonMatchingEnvironmentInspection.kt similarity index 87% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexNonMatchingEnvironmentInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexNonMatchingEnvironmentInspection.kt index 03a3f6cc4..7844954d4 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexNonMatchingEnvironmentInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNonMatchingEnvironmentInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -6,16 +6,16 @@ import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexBeginCommand -import nl.rubensten.texifyidea.psi.LatexEndCommand -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexBeginCommand +import nl.hannahsten.texifyidea.psi.LatexEndCommand +import nl.hannahsten.texifyidea.util.* import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexNonMatchingEnvironmentInspection : TexifyInspectionBase() { @@ -62,7 +62,7 @@ open class LatexNonMatchingEnvironmentInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private open class MatchBeginFix(val environmentName: String) : LocalQuickFix { @@ -80,7 +80,7 @@ open class LatexNonMatchingEnvironmentInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private open class MatchEndFix(val environmentName: String) : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexNonMatchingIfInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNonMatchingIfInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexNonMatchingIfInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexNonMatchingIfInspection.kt index 27eaa5305..906e0bdc7 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexNonMatchingIfInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexNonMatchingIfInspection.kt @@ -1,19 +1,19 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.commandsInFile -import nl.rubensten.texifyidea.util.matches +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.commandsInFile +import nl.hannahsten.texifyidea.util.matches import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexNonMatchingIfInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexOverInsteadOfFracInspection.java b/src/nl/hannahsten/texifyidea/inspections/latex/LatexOverInsteadOfFracInspection.java similarity index 88% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexOverInsteadOfFracInspection.java rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexOverInsteadOfFracInspection.java index 9701822d0..11e3fedfe 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexOverInsteadOfFracInspection.java +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexOverInsteadOfFracInspection.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex; +package nl.hannahsten.texifyidea.inspections.latex; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalQuickFix; @@ -10,14 +10,14 @@ import com.intellij.psi.PsiDocumentManager; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; -import nl.rubensten.texifyidea.index.LatexCommandsIndex; -import nl.rubensten.texifyidea.insight.InsightGroup; -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase; -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.psi.LatexMathContent; -import nl.rubensten.texifyidea.psi.LatexPsiUtil; -import nl.rubensten.texifyidea.util.DocumentsKt; +import nl.hannahsten.texifyidea.index.LatexCommandsIndex; +import nl.hannahsten.texifyidea.insight.InsightGroup; +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase; +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.psi.LatexMathContent; +import nl.hannahsten.texifyidea.psi.LatexPsiUtil; +import nl.hannahsten.texifyidea.util.DocumentsKt; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; @@ -27,7 +27,7 @@ import java.util.Set; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class LatexOverInsteadOfFracInspection extends TexifyInspectionBase { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexPrimitiveEquationInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexPrimitiveEquationInspection.kt similarity index 84% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexPrimitiveEquationInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexPrimitiveEquationInspection.kt index f0a8b7b03..a18d129d4 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexPrimitiveEquationInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexPrimitiveEquationInspection.kt @@ -1,17 +1,16 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType -import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.toTextRange +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.util.document +import nl.hannahsten.texifyidea.util.toTextRange import java.util.regex.Matcher import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexPrimitiveEquationInspection : TexifyRegexInspection( inspectionDisplayName = "Discouraged use of primitive TeX display math", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexPrimitiveStyleInspection.java b/src/nl/hannahsten/texifyidea/inspections/latex/LatexPrimitiveStyleInspection.java similarity index 88% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexPrimitiveStyleInspection.java rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexPrimitiveStyleInspection.java index 8a958f846..97d980ff0 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexPrimitiveStyleInspection.java +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexPrimitiveStyleInspection.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex; +package nl.hannahsten.texifyidea.inspections.latex; import com.intellij.codeInspection.InspectionManager; import com.intellij.codeInspection.LocalQuickFix; @@ -11,14 +11,14 @@ import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import kotlin.reflect.jvm.internal.impl.utils.SmartList; -import nl.rubensten.texifyidea.index.LatexCommandsIndex; -import nl.rubensten.texifyidea.insight.InsightGroup; -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.psi.LatexMathContent; -import nl.rubensten.texifyidea.psi.LatexPsiUtil; -import nl.rubensten.texifyidea.util.DocumentsKt; -import nl.rubensten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.index.LatexCommandsIndex; +import nl.hannahsten.texifyidea.insight.InsightGroup; +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.psi.LatexMathContent; +import nl.hannahsten.texifyidea.psi.LatexPsiUtil; +import nl.hannahsten.texifyidea.util.DocumentsKt; +import nl.hannahsten.texifyidea.util.Magic; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; @@ -26,7 +26,7 @@ import java.util.List; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class LatexPrimitiveStyleInspection extends TexifyInspectionBase { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexQedHereInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexQedHereInspection.kt similarity index 85% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexQedHereInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexQedHereInspection.kt index 2548aab5e..d11ec6bd7 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexQedHereInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexQedHereInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -8,13 +8,13 @@ import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexDisplayMath -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.util.childrenOfType -import nl.rubensten.texifyidea.util.name +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexDisplayMath +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.util.name /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexRedundantEscapeInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexRedundantEscapeInspection.kt similarity index 90% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexRedundantEscapeInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexRedundantEscapeInspection.kt index c855bab5d..6349f54a6 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexRedundantEscapeInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexRedundantEscapeInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInsight.hint.HintManager import com.intellij.codeInspection.InspectionManager @@ -11,14 +11,14 @@ import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiFile import com.intellij.psi.util.PsiTreeUtil -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.Diacritic -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexContent -import nl.rubensten.texifyidea.psi.LatexMathEnvironment -import nl.rubensten.texifyidea.util.allCommands +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.Diacritic +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexContent +import nl.hannahsten.texifyidea.psi.LatexMathEnvironment +import nl.hannahsten.texifyidea.util.allCommands import java.text.Normalizer import java.util.* diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexRedundantParInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexRedundantParInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexRedundantParInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexRedundantParInspection.kt index 56612797a..29b0f8241 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexRedundantParInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexRedundantParInspection.kt @@ -1,15 +1,15 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.psi.PsiElement import com.intellij.psi.impl.source.tree.LeafPsiElement -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.psi.LatexTypes -import nl.rubensten.texifyidea.util.toTextRange +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.psi.LatexTypes +import nl.hannahsten.texifyidea.util.toTextRange import java.util.regex.Matcher import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexRedundantParInspection : TexifyRegexInspection( inspectionDisplayName = "Redundant use of \\par", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexSentenceEndWithCapitalInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexSentenceEndWithCapitalInspection.kt similarity index 79% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexSentenceEndWithCapitalInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexSentenceEndWithCapitalInspection.kt index cd9b3c410..53f15e989 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexSentenceEndWithCapitalInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexSentenceEndWithCapitalInspection.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.inDirectEnvironment +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.inDirectEnvironment import java.util.regex.Matcher import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexSentenceEndWithCapitalInspection : TexifyRegexInspection( inspectionDisplayName = "End-of-sentence space after sentences ending with capitals", diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexSpaceAfterAbbreviationInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexSpaceAfterAbbreviationInspection.kt similarity index 87% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexSpaceAfterAbbreviationInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexSpaceAfterAbbreviationInspection.kt index befec9401..9a005b9c6 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexSpaceAfterAbbreviationInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexSpaceAfterAbbreviationInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -9,16 +9,16 @@ import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile import com.intellij.psi.PsiWhiteSpace -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.psi.LatexNormalText -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.childrenOfType -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.inMathContext +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.psi.LatexNormalText +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.util.document +import nl.hannahsten.texifyidea.util.inMathContext /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexSpaceAfterAbbreviationInspection : TexifyInspectionBase() { @@ -75,7 +75,7 @@ open class LatexSpaceAfterAbbreviationInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private open class NormalSpaceFix(val whitespaceRange: IntRange) : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexTooLargeSectionInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexTooLargeSectionInspection.kt similarity index 92% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexTooLargeSectionInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexTooLargeSectionInspection.kt index 795139f33..e41020b46 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexTooLargeSectionInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexTooLargeSectionInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -10,22 +10,22 @@ import com.intellij.openapi.vfs.LocalFileSystem import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexEndCommand -import nl.rubensten.texifyidea.psi.LatexPsiUtil -import nl.rubensten.texifyidea.ui.CreateFileDialog -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexEndCommand +import nl.hannahsten.texifyidea.psi.LatexPsiUtil +import nl.hannahsten.texifyidea.ui.CreateFileDialog +import nl.hannahsten.texifyidea.util.* import org.intellij.lang.annotations.Language import java.io.File import java.util.* import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexTooLargeSectionInspection : TexifyInspectionBase() { @@ -161,7 +161,7 @@ open class LatexTooLargeSectionInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class InspectionFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexTrimWhitespaceInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexTrimWhitespaceInspection.kt similarity index 84% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexTrimWhitespaceInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexTrimWhitespaceInspection.kt index 92d8d8eea..8008ce7a6 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexTrimWhitespaceInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexTrimWhitespaceInspection.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.LocalQuickFix @@ -7,16 +7,16 @@ import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexRequiredParam -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexRequiredParam +import nl.hannahsten.texifyidea.util.* import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexTrimWhitespaceInspection : TexifyInspectionBase() { @@ -57,7 +57,7 @@ open class LatexTrimWhitespaceInspection : TexifyInspectionBase() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private class TrimFix : LocalQuickFix { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexUnicodeInspection.java b/src/nl/hannahsten/texifyidea/inspections/latex/LatexUnicodeInspection.java similarity index 94% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexUnicodeInspection.java rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexUnicodeInspection.java index 4ce83b9ee..6d8b8e60a 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexUnicodeInspection.java +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexUnicodeInspection.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.inspections.latex; +package nl.hannahsten.texifyidea.inspections.latex; import com.intellij.codeInsight.hint.HintManager; import com.intellij.codeInspection.InspectionManager; @@ -14,16 +14,16 @@ import com.intellij.psi.PsiElement; import com.intellij.psi.PsiFile; import com.intellij.psi.util.PsiTreeUtil; -import nl.rubensten.texifyidea.insight.InsightGroup; -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase; -import nl.rubensten.texifyidea.lang.Diacritic; -import nl.rubensten.texifyidea.lang.LatexCommand; -import nl.rubensten.texifyidea.lang.LatexMathCommand; -import nl.rubensten.texifyidea.lang.LatexRegularCommand; -import nl.rubensten.texifyidea.psi.LatexMathEnvironment; -import nl.rubensten.texifyidea.psi.LatexNormalText; -import nl.rubensten.texifyidea.util.Magic; -import nl.rubensten.texifyidea.util.PackageUtils; +import nl.hannahsten.texifyidea.insight.InsightGroup; +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase; +import nl.hannahsten.texifyidea.lang.Diacritic; +import nl.hannahsten.texifyidea.lang.LatexCommand; +import nl.hannahsten.texifyidea.lang.LatexMathCommand; +import nl.hannahsten.texifyidea.lang.LatexRegularCommand; +import nl.hannahsten.texifyidea.psi.LatexMathEnvironment; +import nl.hannahsten.texifyidea.psi.LatexNormalText; +import nl.hannahsten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.util.PackageUtils; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexUnresolvedReferenceInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexUnresolvedReferenceInspection.kt similarity index 83% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexUnresolvedReferenceInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexUnresolvedReferenceInspection.kt index 69c79424d..8cf143359 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexUnresolvedReferenceInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexUnresolvedReferenceInspection.kt @@ -1,21 +1,21 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex import com.intellij.codeInspection.InspectionManager import com.intellij.codeInspection.ProblemDescriptor import com.intellij.codeInspection.ProblemHighlightType import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.insight.InsightGroup -import nl.rubensten.texifyidea.inspections.TexifyInspectionBase -import nl.rubensten.texifyidea.lang.magic.MagicCommentScope -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.commandsInFile -import nl.rubensten.texifyidea.util.findLabelsInFileSet -import nl.rubensten.texifyidea.util.hasStar +import nl.hannahsten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.inspections.TexifyInspectionBase +import nl.hannahsten.texifyidea.lang.magic.MagicCommentScope +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.commandsInFile +import nl.hannahsten.texifyidea.util.findLabelsInFileSet +import nl.hannahsten.texifyidea.util.hasStar import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexUnresolvedReferenceInspection : TexifyInspectionBase() { diff --git a/src/nl/rubensten/texifyidea/inspections/latex/LatexXInsteadOfTimesInspection.kt b/src/nl/hannahsten/texifyidea/inspections/latex/LatexXInsteadOfTimesInspection.kt similarity index 76% rename from src/nl/rubensten/texifyidea/inspections/latex/LatexXInsteadOfTimesInspection.kt rename to src/nl/hannahsten/texifyidea/inspections/latex/LatexXInsteadOfTimesInspection.kt index f9e620d9f..d8a1ceda4 100644 --- a/src/nl/rubensten/texifyidea/inspections/latex/LatexXInsteadOfTimesInspection.kt +++ b/src/nl/hannahsten/texifyidea/inspections/latex/LatexXInsteadOfTimesInspection.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection import java.util.regex.Pattern /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexXInsteadOfTimesInspection : TexifyRegexInspection( inspectionDisplayName = "Use of x instead of \\times", diff --git a/src/nl/rubensten/texifyidea/intentions/LatexDisplayMathIntention.kt b/src/nl/hannahsten/texifyidea/intentions/LatexDisplayMathIntention.kt similarity index 89% rename from src/nl/rubensten/texifyidea/intentions/LatexDisplayMathIntention.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexDisplayMathIntention.kt index 9ceb0df5b..f187a6d72 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexDisplayMathIntention.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexDisplayMathIntention.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.openapi.application.runWriteAction import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.psi.LatexBeginCommand -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.psi.LatexBeginCommand +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexDisplayMathIntention : TexifyIntentionBase("Change equation*/displaymath environment to '\\[..\\]'") { diff --git a/src/nl/rubensten/texifyidea/intentions/LatexInlineDisplayToggle.kt b/src/nl/hannahsten/texifyidea/intentions/LatexInlineDisplayToggle.kt similarity index 92% rename from src/nl/rubensten/texifyidea/intentions/LatexInlineDisplayToggle.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexInlineDisplayToggle.kt index 4b9bf2439..5ead4239f 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexInlineDisplayToggle.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexInlineDisplayToggle.kt @@ -1,16 +1,16 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.openapi.application.runWriteAction import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.psi.LatexDisplayMath -import nl.rubensten.texifyidea.psi.LatexInlineMath -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.psi.LatexDisplayMath +import nl.hannahsten.texifyidea.psi.LatexInlineMath +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexInlineDisplayToggle : TexifyIntentionBase("Toggle inline/display math mode") { diff --git a/src/nl/rubensten/texifyidea/intentions/LatexLeftRightParenthesesIntention.kt b/src/nl/hannahsten/texifyidea/intentions/LatexLeftRightParenthesesIntention.kt similarity index 98% rename from src/nl/rubensten/texifyidea/intentions/LatexLeftRightParenthesesIntention.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexLeftRightParenthesesIntention.kt index f9220dd45..e087cada1 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexLeftRightParenthesesIntention.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexLeftRightParenthesesIntention.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.codeInsight.hint.HintManager import com.intellij.openapi.application.runWriteAction @@ -8,10 +8,10 @@ import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiComment import com.intellij.psi.PsiFile import com.intellij.psi.PsiWhiteSpace -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexLeftRightParenthesesIntention : TexifyIntentionBase("Change to \\left..\\right") { diff --git a/src/nl/rubensten/texifyidea/intentions/LatexMathToggle.kt b/src/nl/hannahsten/texifyidea/intentions/LatexMathToggle.kt similarity index 82% rename from src/nl/rubensten/texifyidea/intentions/LatexMathToggle.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexMathToggle.kt index 75be68959..469ac42a7 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexMathToggle.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexMathToggle.kt @@ -1,17 +1,17 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.editor.MathEnvironmentEditor -import nl.rubensten.texifyidea.ui.MathEnvironmentDialog -import nl.rubensten.texifyidea.psi.LatexBeginCommand -import nl.rubensten.texifyidea.psi.LatexDisplayMath -import nl.rubensten.texifyidea.psi.LatexInlineMath -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.editor.MathEnvironmentEditor +import nl.hannahsten.texifyidea.ui.MathEnvironmentDialog +import nl.hannahsten.texifyidea.psi.LatexBeginCommand +import nl.hannahsten.texifyidea.psi.LatexDisplayMath +import nl.hannahsten.texifyidea.psi.LatexInlineMath +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens, Abby Berkers + * @author Hannah Schellekens, Abby Berkers */ open class LatexMathToggle : TexifyIntentionBase("Convert to other math environment") { diff --git a/src/nl/rubensten/texifyidea/intentions/LatexMoveSectionToFileIntention.kt b/src/nl/hannahsten/texifyidea/intentions/LatexMoveSectionToFileIntention.kt similarity index 87% rename from src/nl/rubensten/texifyidea/intentions/LatexMoveSectionToFileIntention.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexMoveSectionToFileIntention.kt index 795375b0b..6acd2b40b 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexMoveSectionToFileIntention.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexMoveSectionToFileIntention.kt @@ -1,18 +1,18 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.inspections.latex.LatexTooLargeSectionInspection.Companion.findNextSection -import nl.rubensten.texifyidea.inspections.latex.LatexTooLargeSectionInspection.InspectionFix.Companion.findLabel -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.ui.CreateFileDialog -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.inspections.latex.LatexTooLargeSectionInspection.Companion.findNextSection +import nl.hannahsten.texifyidea.inspections.latex.LatexTooLargeSectionInspection.InspectionFix.Companion.findLabel +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.ui.CreateFileDialog +import nl.hannahsten.texifyidea.util.* import java.io.File /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMoveSectionToFileIntention : TexifyIntentionBase("Move section contents to separate file") { diff --git a/src/nl/rubensten/texifyidea/intentions/LatexMoveSelectionToFileIntention.kt b/src/nl/hannahsten/texifyidea/intentions/LatexMoveSelectionToFileIntention.kt similarity index 84% rename from src/nl/rubensten/texifyidea/intentions/LatexMoveSelectionToFileIntention.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexMoveSelectionToFileIntention.kt index 94f4f7397..f5037d9cb 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexMoveSelectionToFileIntention.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexMoveSelectionToFileIntention.kt @@ -1,26 +1,20 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.openapi.application.runWriteAction import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project -import com.intellij.openapi.ui.DialogBuilder -import com.intellij.openapi.ui.DialogWrapper import com.intellij.openapi.util.TextRange import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.ui.CreateFileDialog -import nl.rubensten.texifyidea.util.createFile -import nl.rubensten.texifyidea.util.findRootFile -import nl.rubensten.texifyidea.util.isLatexFile -import nl.rubensten.texifyidea.util.removeIndents +import nl.hannahsten.texifyidea.ui.CreateFileDialog +import nl.hannahsten.texifyidea.util.createFile +import nl.hannahsten.texifyidea.util.findRootFile +import nl.hannahsten.texifyidea.util.isLatexFile +import nl.hannahsten.texifyidea.util.removeIndents import org.intellij.lang.annotations.Language -import java.awt.event.FocusEvent -import java.awt.event.FocusListener import java.io.File -import javax.swing.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexMoveSelectionToFileIntention : TexifyIntentionBase("Move selection contents to separate file") { diff --git a/src/nl/rubensten/texifyidea/intentions/LatexToggleSmartQuotesIntention.kt b/src/nl/hannahsten/texifyidea/intentions/LatexToggleSmartQuotesIntention.kt similarity index 92% rename from src/nl/rubensten/texifyidea/intentions/LatexToggleSmartQuotesIntention.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexToggleSmartQuotesIntention.kt index e0bce4e05..46ff67bf6 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexToggleSmartQuotesIntention.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexToggleSmartQuotesIntention.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.settings.TexifySettings +import nl.hannahsten.texifyidea.settings.TexifySettings import kotlin.math.max /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexToggleSmartQuotesIntention : TexifyIntentionBase("Toggle smart quotes") { diff --git a/src/nl/rubensten/texifyidea/intentions/LatexUnpackUsepackageIntention.kt b/src/nl/hannahsten/texifyidea/intentions/LatexUnpackUsepackageIntention.kt similarity index 89% rename from src/nl/rubensten/texifyidea/intentions/LatexUnpackUsepackageIntention.kt rename to src/nl/hannahsten/texifyidea/intentions/LatexUnpackUsepackageIntention.kt index 00b7acde2..41b08b9c7 100644 --- a/src/nl/rubensten/texifyidea/intentions/LatexUnpackUsepackageIntention.kt +++ b/src/nl/hannahsten/texifyidea/intentions/LatexUnpackUsepackageIntention.kt @@ -1,15 +1,15 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.openapi.application.runWriteAction import com.intellij.openapi.editor.Editor import com.intellij.openapi.project.Project import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexRequiredParam -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexRequiredParam +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexUnpackUsepackageIntention : TexifyIntentionBase("Split into multiple \\usepackage commands") { diff --git a/src/nl/rubensten/texifyidea/intentions/TexifyIntentionBase.kt b/src/nl/hannahsten/texifyidea/intentions/TexifyIntentionBase.kt similarity index 80% rename from src/nl/rubensten/texifyidea/intentions/TexifyIntentionBase.kt rename to src/nl/hannahsten/texifyidea/intentions/TexifyIntentionBase.kt index 7e5c49885..c41eec9b6 100644 --- a/src/nl/rubensten/texifyidea/intentions/TexifyIntentionBase.kt +++ b/src/nl/hannahsten/texifyidea/intentions/TexifyIntentionBase.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.intentions +package nl.hannahsten.texifyidea.intentions import com.intellij.codeInsight.intention.IntentionAction -import nl.rubensten.texifyidea.insight.InsightGroup +import nl.hannahsten.texifyidea.insight.InsightGroup /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class TexifyIntentionBase( diff --git a/src/nl/rubensten/texifyidea/lang/Argument.kt b/src/nl/hannahsten/texifyidea/lang/Argument.kt similarity index 87% rename from src/nl/rubensten/texifyidea/lang/Argument.kt rename to src/nl/hannahsten/texifyidea/lang/Argument.kt index 1ce70ab7e..c7e2a04e8 100644 --- a/src/nl/rubensten/texifyidea/lang/Argument.kt +++ b/src/nl/hannahsten/texifyidea/lang/Argument.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/lang/BibtexDefaultEntry.kt b/src/nl/hannahsten/texifyidea/lang/BibtexDefaultEntry.kt similarity index 97% rename from src/nl/rubensten/texifyidea/lang/BibtexDefaultEntry.kt rename to src/nl/hannahsten/texifyidea/lang/BibtexDefaultEntry.kt index d1c92a53e..e5d15dd12 100644 --- a/src/nl/rubensten/texifyidea/lang/BibtexDefaultEntry.kt +++ b/src/nl/hannahsten/texifyidea/lang/BibtexDefaultEntry.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang -import nl.rubensten.texifyidea.lang.BibtexDefaultEntryType.* +import nl.hannahsten.texifyidea.lang.BibtexDefaultEntryType.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class BibtexDefaultEntry( override val token: String, diff --git a/src/nl/rubensten/texifyidea/lang/BibtexDefaultEntryType.kt b/src/nl/hannahsten/texifyidea/lang/BibtexDefaultEntryType.kt similarity index 97% rename from src/nl/rubensten/texifyidea/lang/BibtexDefaultEntryType.kt rename to src/nl/hannahsten/texifyidea/lang/BibtexDefaultEntryType.kt index 42f9a9a2c..a3e91cbd7 100644 --- a/src/nl/rubensten/texifyidea/lang/BibtexDefaultEntryType.kt +++ b/src/nl/hannahsten/texifyidea/lang/BibtexDefaultEntryType.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class BibtexDefaultEntryType( override val fieldName: String, diff --git a/src/nl/rubensten/texifyidea/lang/BibtexEntryField.kt b/src/nl/hannahsten/texifyidea/lang/BibtexEntryField.kt similarity index 70% rename from src/nl/rubensten/texifyidea/lang/BibtexEntryField.kt rename to src/nl/hannahsten/texifyidea/lang/BibtexEntryField.kt index 1363878b2..9946e5295 100644 --- a/src/nl/rubensten/texifyidea/lang/BibtexEntryField.kt +++ b/src/nl/hannahsten/texifyidea/lang/BibtexEntryField.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface BibtexEntryField : Described { diff --git a/src/nl/rubensten/texifyidea/lang/BibtexEntryType.kt b/src/nl/hannahsten/texifyidea/lang/BibtexEntryType.kt similarity index 91% rename from src/nl/rubensten/texifyidea/lang/BibtexEntryType.kt rename to src/nl/hannahsten/texifyidea/lang/BibtexEntryType.kt index 6ecc71fe2..d4734a7d5 100644 --- a/src/nl/rubensten/texifyidea/lang/BibtexEntryType.kt +++ b/src/nl/hannahsten/texifyidea/lang/BibtexEntryType.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface BibtexEntryType : Described { diff --git a/src/nl/rubensten/texifyidea/lang/CommandManager.java b/src/nl/hannahsten/texifyidea/lang/CommandManager.java similarity index 99% rename from src/nl/rubensten/texifyidea/lang/CommandManager.java rename to src/nl/hannahsten/texifyidea/lang/CommandManager.java index 1bfd23caa..6cf446bd2 100644 --- a/src/nl/rubensten/texifyidea/lang/CommandManager.java +++ b/src/nl/hannahsten/texifyidea/lang/CommandManager.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang; +package nl.hannahsten.texifyidea.lang; import java.io.Serializable; import java.util.*; @@ -20,7 +20,7 @@ * Aliases are just what they say on the tin: alternate names for a command. The manager * makes you register and look up all aliases for a given command. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class CommandManager implements Iterable, Serializable { diff --git a/src/nl/rubensten/texifyidea/lang/DefaultEnvironment.kt b/src/nl/hannahsten/texifyidea/lang/DefaultEnvironment.kt similarity index 94% rename from src/nl/rubensten/texifyidea/lang/DefaultEnvironment.kt rename to src/nl/hannahsten/texifyidea/lang/DefaultEnvironment.kt index 2d21ee9cc..7e3846073 100644 --- a/src/nl/rubensten/texifyidea/lang/DefaultEnvironment.kt +++ b/src/nl/hannahsten/texifyidea/lang/DefaultEnvironment.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang -import nl.rubensten.texifyidea.lang.Environment.Context -import nl.rubensten.texifyidea.lang.Package.Companion.AMSMATH -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.util.name +import nl.hannahsten.texifyidea.lang.Environment.Context +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSMATH +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.util.name import java.util.* /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ enum class DefaultEnvironment( override vararg val arguments: Argument, diff --git a/src/nl/rubensten/texifyidea/lang/Dependend.kt b/src/nl/hannahsten/texifyidea/lang/Dependend.kt similarity index 77% rename from src/nl/rubensten/texifyidea/lang/Dependend.kt rename to src/nl/hannahsten/texifyidea/lang/Dependend.kt index c0b29aaab..96f6b49fe 100644 --- a/src/nl/rubensten/texifyidea/lang/Dependend.kt +++ b/src/nl/hannahsten/texifyidea/lang/Dependend.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface Dependend { diff --git a/src/nl/rubensten/texifyidea/lang/Described.kt b/src/nl/hannahsten/texifyidea/lang/Described.kt similarity index 72% rename from src/nl/rubensten/texifyidea/lang/Described.kt rename to src/nl/hannahsten/texifyidea/lang/Described.kt index b05b7714e..5cb336087 100644 --- a/src/nl/rubensten/texifyidea/lang/Described.kt +++ b/src/nl/hannahsten/texifyidea/lang/Described.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** * Marks objects that have a description. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface Described { diff --git a/src/nl/rubensten/texifyidea/lang/Diacritic.kt b/src/nl/hannahsten/texifyidea/lang/Diacritic.kt similarity index 99% rename from src/nl/rubensten/texifyidea/lang/Diacritic.kt rename to src/nl/hannahsten/texifyidea/lang/Diacritic.kt index b57147597..f5be9ad11 100644 --- a/src/nl/rubensten/texifyidea/lang/Diacritic.kt +++ b/src/nl/hannahsten/texifyidea/lang/Diacritic.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/lang/Environment.kt b/src/nl/hannahsten/texifyidea/lang/Environment.kt similarity index 91% rename from src/nl/rubensten/texifyidea/lang/Environment.kt rename to src/nl/hannahsten/texifyidea/lang/Environment.kt index 021674508..f4d8092a7 100644 --- a/src/nl/rubensten/texifyidea/lang/Environment.kt +++ b/src/nl/hannahsten/texifyidea/lang/Environment.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface Environment : Dependend { @@ -45,7 +45,7 @@ interface Environment : Dependend { val arguments: Array /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class Context { NORMAL, diff --git a/src/nl/rubensten/texifyidea/lang/LatexCommand.kt b/src/nl/hannahsten/texifyidea/lang/LatexCommand.kt similarity index 93% rename from src/nl/rubensten/texifyidea/lang/LatexCommand.kt rename to src/nl/hannahsten/texifyidea/lang/LatexCommand.kt index d791fc76f..94c162ad2 100644 --- a/src/nl/rubensten/texifyidea/lang/LatexCommand.kt +++ b/src/nl/hannahsten/texifyidea/lang/LatexCommand.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.inMathContext +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.inMathContext import kotlin.reflect.KClass /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ interface LatexCommand : Dependend { diff --git a/src/nl/rubensten/texifyidea/lang/LatexMathCommand.kt b/src/nl/hannahsten/texifyidea/lang/LatexMathCommand.kt similarity index 98% rename from src/nl/rubensten/texifyidea/lang/LatexMathCommand.kt rename to src/nl/hannahsten/texifyidea/lang/LatexMathCommand.kt index b96fc830d..843fa645e 100644 --- a/src/nl/rubensten/texifyidea/lang/LatexMathCommand.kt +++ b/src/nl/hannahsten/texifyidea/lang/LatexMathCommand.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang -import nl.rubensten.texifyidea.lang.Argument.Type -import nl.rubensten.texifyidea.lang.Package.Companion.AMSFONTS -import nl.rubensten.texifyidea.lang.Package.Companion.AMSMATH -import nl.rubensten.texifyidea.lang.Package.Companion.AMSSYMB -import nl.rubensten.texifyidea.lang.Package.Companion.DEFAULT -import nl.rubensten.texifyidea.lang.Package.Companion.LATEXSYMB +import nl.hannahsten.texifyidea.lang.Argument.Type +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSFONTS +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSMATH +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSSYMB +import nl.hannahsten.texifyidea.lang.Package.Companion.DEFAULT +import nl.hannahsten.texifyidea.lang.Package.Companion.LATEXSYMB /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/lang/LatexMathEnvironment.kt b/src/nl/hannahsten/texifyidea/lang/LatexMathEnvironment.kt similarity index 95% rename from src/nl/rubensten/texifyidea/lang/LatexMathEnvironment.kt rename to src/nl/hannahsten/texifyidea/lang/LatexMathEnvironment.kt index 9d33a86dd..8bc70f937 100644 --- a/src/nl/rubensten/texifyidea/lang/LatexMathEnvironment.kt +++ b/src/nl/hannahsten/texifyidea/lang/LatexMathEnvironment.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang import java.util.* diff --git a/src/nl/rubensten/texifyidea/lang/LatexMode.kt b/src/nl/hannahsten/texifyidea/lang/LatexMode.kt similarity index 72% rename from src/nl/rubensten/texifyidea/lang/LatexMode.kt rename to src/nl/hannahsten/texifyidea/lang/LatexMode.kt index aba36eb48..c5b1a4557 100644 --- a/src/nl/rubensten/texifyidea/lang/LatexMode.kt +++ b/src/nl/hannahsten/texifyidea/lang/LatexMode.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/lang/LatexRegularCommand.kt b/src/nl/hannahsten/texifyidea/lang/LatexRegularCommand.kt similarity index 97% rename from src/nl/rubensten/texifyidea/lang/LatexRegularCommand.kt rename to src/nl/hannahsten/texifyidea/lang/LatexRegularCommand.kt index 1f0c4cb98..46c0a7e97 100644 --- a/src/nl/rubensten/texifyidea/lang/LatexRegularCommand.kt +++ b/src/nl/hannahsten/texifyidea/lang/LatexRegularCommand.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang -import nl.rubensten.texifyidea.lang.Argument.Type -import nl.rubensten.texifyidea.lang.Package.Companion.AMSMATH -import nl.rubensten.texifyidea.lang.Package.Companion.BIBLATEX -import nl.rubensten.texifyidea.lang.Package.Companion.CSQUOTES -import nl.rubensten.texifyidea.lang.Package.Companion.DEFAULT -import nl.rubensten.texifyidea.lang.Package.Companion.FONTENC -import nl.rubensten.texifyidea.lang.Package.Companion.GRAPHICX -import nl.rubensten.texifyidea.lang.Package.Companion.NATBIB -import nl.rubensten.texifyidea.lang.Package.Companion.ULEM +import nl.hannahsten.texifyidea.lang.Argument.Type +import nl.hannahsten.texifyidea.lang.Package.Companion.AMSMATH +import nl.hannahsten.texifyidea.lang.Package.Companion.BIBLATEX +import nl.hannahsten.texifyidea.lang.Package.Companion.CSQUOTES +import nl.hannahsten.texifyidea.lang.Package.Companion.DEFAULT +import nl.hannahsten.texifyidea.lang.Package.Companion.FONTENC +import nl.hannahsten.texifyidea.lang.Package.Companion.GRAPHICX +import nl.hannahsten.texifyidea.lang.Package.Companion.NATBIB +import nl.hannahsten.texifyidea.lang.Package.Companion.ULEM /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/lang/OptionalArgument.kt b/src/nl/hannahsten/texifyidea/lang/OptionalArgument.kt similarity index 88% rename from src/nl/rubensten/texifyidea/lang/OptionalArgument.kt rename to src/nl/hannahsten/texifyidea/lang/OptionalArgument.kt index e2af28ec4..925fe96fb 100644 --- a/src/nl/rubensten/texifyidea/lang/OptionalArgument.kt +++ b/src/nl/hannahsten/texifyidea/lang/OptionalArgument.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/lang/Package.kt b/src/nl/hannahsten/texifyidea/lang/Package.kt similarity index 96% rename from src/nl/rubensten/texifyidea/lang/Package.kt rename to src/nl/hannahsten/texifyidea/lang/Package.kt index e47b865f3..c432b0ae5 100644 --- a/src/nl/rubensten/texifyidea/lang/Package.kt +++ b/src/nl/hannahsten/texifyidea/lang/Package.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class Package @JvmOverloads constructor( val name: String, diff --git a/src/nl/rubensten/texifyidea/lang/RequiredArgument.kt b/src/nl/hannahsten/texifyidea/lang/RequiredArgument.kt similarity index 88% rename from src/nl/rubensten/texifyidea/lang/RequiredArgument.kt rename to src/nl/hannahsten/texifyidea/lang/RequiredArgument.kt index 36b9a5a6a..f035d9376 100644 --- a/src/nl/rubensten/texifyidea/lang/RequiredArgument.kt +++ b/src/nl/hannahsten/texifyidea/lang/RequiredArgument.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/lang/RequiredFileArgument.java b/src/nl/hannahsten/texifyidea/lang/RequiredFileArgument.java similarity index 92% rename from src/nl/rubensten/texifyidea/lang/RequiredFileArgument.java rename to src/nl/hannahsten/texifyidea/lang/RequiredFileArgument.java index b7aab0681..defb136ba 100644 --- a/src/nl/rubensten/texifyidea/lang/RequiredFileArgument.java +++ b/src/nl/hannahsten/texifyidea/lang/RequiredFileArgument.java @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang; +package nl.hannahsten.texifyidea.lang; -import nl.rubensten.texifyidea.file.FileExtensionMatcher; -import nl.rubensten.texifyidea.file.FileNameMatcher; +import nl.hannahsten.texifyidea.file.FileExtensionMatcher; +import nl.hannahsten.texifyidea.file.FileNameMatcher; import java.util.Collections; import java.util.HashSet; @@ -11,7 +11,7 @@ /** * Ignores case: everything will be converted to lower case. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class RequiredFileArgument extends RequiredArgument implements FileNameMatcher, FileExtensionMatcher { diff --git a/src/nl/rubensten/texifyidea/lang/SimpleBibtexEntryField.kt b/src/nl/hannahsten/texifyidea/lang/SimpleBibtexEntryField.kt similarity index 85% rename from src/nl/rubensten/texifyidea/lang/SimpleBibtexEntryField.kt rename to src/nl/hannahsten/texifyidea/lang/SimpleBibtexEntryField.kt index af43fa265..ae412e13c 100644 --- a/src/nl/rubensten/texifyidea/lang/SimpleBibtexEntryField.kt +++ b/src/nl/hannahsten/texifyidea/lang/SimpleBibtexEntryField.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ data class SimpleBibtexEntryField(override val fieldName: String, override val description: String) : BibtexEntryField { diff --git a/src/nl/rubensten/texifyidea/lang/SimpleEnvironment.kt b/src/nl/hannahsten/texifyidea/lang/SimpleEnvironment.kt similarity index 87% rename from src/nl/rubensten/texifyidea/lang/SimpleEnvironment.kt rename to src/nl/hannahsten/texifyidea/lang/SimpleEnvironment.kt index a6f592f96..4f45899e1 100644 --- a/src/nl/rubensten/texifyidea/lang/SimpleEnvironment.kt +++ b/src/nl/hannahsten/texifyidea/lang/SimpleEnvironment.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang +package nl.hannahsten.texifyidea.lang /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class SimpleEnvironment( override val environmentName: String, diff --git a/src/nl/rubensten/texifyidea/lang/magic/CustomMagicKey.kt b/src/nl/hannahsten/texifyidea/lang/magic/CustomMagicKey.kt similarity index 84% rename from src/nl/rubensten/texifyidea/lang/magic/CustomMagicKey.kt rename to src/nl/hannahsten/texifyidea/lang/magic/CustomMagicKey.kt index 4912a6055..9939bb205 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/CustomMagicKey.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/CustomMagicKey.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class CustomMagicKey(override val key: Key) : MagicKey { diff --git a/src/nl/rubensten/texifyidea/lang/magic/DefaultMagicKeys.kt b/src/nl/hannahsten/texifyidea/lang/magic/DefaultMagicKeys.kt similarity index 95% rename from src/nl/rubensten/texifyidea/lang/magic/DefaultMagicKeys.kt rename to src/nl/hannahsten/texifyidea/lang/magic/DefaultMagicKeys.kt index 91e93c1df..afbe46a11 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/DefaultMagicKeys.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/DefaultMagicKeys.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic -import nl.rubensten.texifyidea.run.compiler.LatexCompiler +import nl.hannahsten.texifyidea.run.compiler.LatexCompiler /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class DefaultMagicKeys( override val key: String, diff --git a/src/nl/rubensten/texifyidea/lang/magic/MagicComment.kt b/src/nl/hannahsten/texifyidea/lang/magic/MagicComment.kt similarity index 98% rename from src/nl/rubensten/texifyidea/lang/magic/MagicComment.kt rename to src/nl/hannahsten/texifyidea/lang/magic/MagicComment.kt index 566f059d2..7c79db4fc 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/MagicComment.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/MagicComment.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic /** * A magic comment is a special comment that provides meta data about the document to the IDE. @@ -17,7 +17,7 @@ package nl.rubensten.texifyidea.lang.magic * @param Value * The type of the values. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class MagicComment { @@ -108,7 +108,7 @@ abstract class MagicComment { /** * See [MagicComment], but mutable. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class MutableMagicComment : MagicComment() { diff --git a/src/nl/rubensten/texifyidea/lang/magic/MagicCommentParser.kt b/src/nl/hannahsten/texifyidea/lang/magic/MagicCommentParser.kt similarity index 67% rename from src/nl/rubensten/texifyidea/lang/magic/MagicCommentParser.kt rename to src/nl/hannahsten/texifyidea/lang/magic/MagicCommentParser.kt index 3a58e952e..056f15c3a 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/MagicCommentParser.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/MagicCommentParser.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface MagicCommentParser { diff --git a/src/nl/rubensten/texifyidea/lang/magic/MagicCommentScope.kt b/src/nl/hannahsten/texifyidea/lang/magic/MagicCommentScope.kt similarity index 92% rename from src/nl/rubensten/texifyidea/lang/magic/MagicCommentScope.kt rename to src/nl/hannahsten/texifyidea/lang/magic/MagicCommentScope.kt index e611fa857..6421d68bb 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/MagicCommentScope.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/MagicCommentScope.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic /** * A list of all scopes on which magic comments can operate. * * Magic comments will always operate on (or target) the first instance of the given scope * - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class MagicCommentScope { diff --git a/src/nl/rubensten/texifyidea/lang/magic/MagicComments.kt b/src/nl/hannahsten/texifyidea/lang/magic/MagicComments.kt similarity index 99% rename from src/nl/rubensten/texifyidea/lang/magic/MagicComments.kt rename to src/nl/hannahsten/texifyidea/lang/magic/MagicComments.kt index 9ab33ea9a..ef87b659c 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/MagicComments.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/MagicComments.kt @@ -1,13 +1,13 @@ @file:JvmName("MagicComments") -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic import com.intellij.psi.PsiComment import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile import com.intellij.psi.util.parentsOfType -import nl.rubensten.texifyidea.psi.* -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.psi.* +import nl.hannahsten.texifyidea.util.* import java.util.* /** diff --git a/src/nl/rubensten/texifyidea/lang/magic/MagicKey.kt b/src/nl/hannahsten/texifyidea/lang/magic/MagicKey.kt similarity index 84% rename from src/nl/rubensten/texifyidea/lang/magic/MagicKey.kt rename to src/nl/hannahsten/texifyidea/lang/magic/MagicKey.kt index ca7b1cff2..d4446038a 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/MagicKey.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/MagicKey.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic -import nl.rubensten.texifyidea.lang.Described +import nl.hannahsten.texifyidea.lang.Described /** * Represents a key from a [MagicComment]s. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface MagicKey : Described { diff --git a/src/nl/rubensten/texifyidea/lang/magic/TextBasedMagicCommentParser.kt b/src/nl/hannahsten/texifyidea/lang/magic/TextBasedMagicCommentParser.kt similarity index 94% rename from src/nl/rubensten/texifyidea/lang/magic/TextBasedMagicCommentParser.kt rename to src/nl/hannahsten/texifyidea/lang/magic/TextBasedMagicCommentParser.kt index 395af69c6..aa462e755 100644 --- a/src/nl/rubensten/texifyidea/lang/magic/TextBasedMagicCommentParser.kt +++ b/src/nl/hannahsten/texifyidea/lang/magic/TextBasedMagicCommentParser.kt @@ -1,6 +1,6 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic -import nl.rubensten.texifyidea.lang.magic.TextBasedMagicCommentParser.Companion.COMMENT_PREFIX +import nl.hannahsten.texifyidea.lang.magic.TextBasedMagicCommentParser.Companion.COMMENT_PREFIX /** * Converts all provided strings to a single magic comments. @@ -9,7 +9,7 @@ import nl.rubensten.texifyidea.lang.magic.TextBasedMagicCommentParser.Companion. * * All keys are stored in lowercase. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class TextBasedMagicCommentParser(private val comments: List) : MagicCommentParser { diff --git a/src/nl/rubensten/texifyidea/modules/DefaultFileCreator.kt b/src/nl/hannahsten/texifyidea/modules/DefaultFileCreator.kt similarity index 94% rename from src/nl/rubensten/texifyidea/modules/DefaultFileCreator.kt rename to src/nl/hannahsten/texifyidea/modules/DefaultFileCreator.kt index 33684d849..a4d65fd4e 100644 --- a/src/nl/rubensten/texifyidea/modules/DefaultFileCreator.kt +++ b/src/nl/hannahsten/texifyidea/modules/DefaultFileCreator.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.modules +package nl.hannahsten.texifyidea.modules import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.TeXception -import nl.rubensten.texifyidea.templates.LatexTemplatesFactory +import nl.hannahsten.texifyidea.TeXception +import nl.hannahsten.texifyidea.templates.LatexTemplatesFactory import java.io.File import java.io.FileOutputStream import java.io.IOException diff --git a/src/nl/rubensten/texifyidea/modules/LatexModuleBuilder.kt b/src/nl/hannahsten/texifyidea/modules/LatexModuleBuilder.kt similarity index 97% rename from src/nl/rubensten/texifyidea/modules/LatexModuleBuilder.kt rename to src/nl/hannahsten/texifyidea/modules/LatexModuleBuilder.kt index efb644dfa..3ad597873 100644 --- a/src/nl/rubensten/texifyidea/modules/LatexModuleBuilder.kt +++ b/src/nl/hannahsten/texifyidea/modules/LatexModuleBuilder.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.modules +package nl.hannahsten.texifyidea.modules import com.intellij.ide.util.projectWizard.ModuleBuilder import com.intellij.ide.util.projectWizard.WizardContext @@ -13,7 +13,7 @@ import java.io.File import java.util.* /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class LatexModuleBuilder : ModuleBuilder() { diff --git a/src/nl/rubensten/texifyidea/modules/LatexModuleType.kt b/src/nl/hannahsten/texifyidea/modules/LatexModuleType.kt similarity index 87% rename from src/nl/rubensten/texifyidea/modules/LatexModuleType.kt rename to src/nl/hannahsten/texifyidea/modules/LatexModuleType.kt index ea1d4f43c..38212671e 100644 --- a/src/nl/rubensten/texifyidea/modules/LatexModuleType.kt +++ b/src/nl/hannahsten/texifyidea/modules/LatexModuleType.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.modules +package nl.hannahsten.texifyidea.modules import com.intellij.openapi.module.ModuleType import com.intellij.openapi.module.ModuleTypeManager -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.TexifyIcons /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/modules/LatexModuleWizardStep.kt b/src/nl/hannahsten/texifyidea/modules/LatexModuleWizardStep.kt similarity index 94% rename from src/nl/rubensten/texifyidea/modules/LatexModuleWizardStep.kt rename to src/nl/hannahsten/texifyidea/modules/LatexModuleWizardStep.kt index f01de4e9c..954c1e0c5 100644 --- a/src/nl/rubensten/texifyidea/modules/LatexModuleWizardStep.kt +++ b/src/nl/hannahsten/texifyidea/modules/LatexModuleWizardStep.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.modules +package nl.hannahsten.texifyidea.modules import com.intellij.ide.util.projectWizard.ModuleWizardStep import java.awt.FlowLayout diff --git a/src/nl/rubensten/texifyidea/modules/LatexProjectGenerator.kt b/src/nl/hannahsten/texifyidea/modules/LatexProjectGenerator.kt similarity index 96% rename from src/nl/rubensten/texifyidea/modules/LatexProjectGenerator.kt rename to src/nl/hannahsten/texifyidea/modules/LatexProjectGenerator.kt index 817c3cea4..753b917e9 100644 --- a/src/nl/rubensten/texifyidea/modules/LatexProjectGenerator.kt +++ b/src/nl/hannahsten/texifyidea/modules/LatexProjectGenerator.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.modules +package nl.hannahsten.texifyidea.modules import com.intellij.ide.util.projectWizard.AbstractNewProjectStep import com.intellij.ide.util.projectWizard.CustomStepProjectGenerator @@ -13,8 +13,8 @@ import com.intellij.openapi.vfs.VirtualFile import com.intellij.platform.DirectoryProjectGenerator import com.intellij.platform.DirectoryProjectGeneratorBase import com.intellij.platform.ProjectGeneratorPeer -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.settings.TexifySettings +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.settings.TexifySettings import java.io.File /** diff --git a/src/nl/rubensten/texifyidea/modules/LatexProjectGeneratorPeer.kt b/src/nl/hannahsten/texifyidea/modules/LatexProjectGeneratorPeer.kt similarity index 94% rename from src/nl/rubensten/texifyidea/modules/LatexProjectGeneratorPeer.kt rename to src/nl/hannahsten/texifyidea/modules/LatexProjectGeneratorPeer.kt index 2c078a9e4..0bedeeff4 100644 --- a/src/nl/rubensten/texifyidea/modules/LatexProjectGeneratorPeer.kt +++ b/src/nl/hannahsten/texifyidea/modules/LatexProjectGeneratorPeer.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.modules +package nl.hannahsten.texifyidea.modules import com.intellij.ide.util.projectWizard.SettingsStep import com.intellij.platform.ProjectGeneratorPeer import com.intellij.ui.components.JBCheckBox -import nl.rubensten.texifyidea.settings.TexifySettings +import nl.hannahsten.texifyidea.settings.TexifySettings import java.awt.FlowLayout import javax.swing.JComponent import javax.swing.JPanel diff --git a/src/nl/rubensten/texifyidea/navigation/GotoCommandDefinitionSymbolContributor.kt b/src/nl/hannahsten/texifyidea/navigation/GotoCommandDefinitionSymbolContributor.kt similarity index 62% rename from src/nl/rubensten/texifyidea/navigation/GotoCommandDefinitionSymbolContributor.kt rename to src/nl/hannahsten/texifyidea/navigation/GotoCommandDefinitionSymbolContributor.kt index 72010efd7..2c596fb52 100644 --- a/src/nl/rubensten/texifyidea/navigation/GotoCommandDefinitionSymbolContributor.kt +++ b/src/nl/hannahsten/texifyidea/navigation/GotoCommandDefinitionSymbolContributor.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.navigation +package nl.hannahsten.texifyidea.navigation import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.findCommandDefinitions -import nl.rubensten.texifyidea.util.forcedFirstRequiredParameterAsCommand +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.findCommandDefinitions +import nl.hannahsten.texifyidea.util.forcedFirstRequiredParameterAsCommand /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class GotoCommandDefinitionSymbolContributor : TexifyGotoSymbolBase() { diff --git a/src/nl/rubensten/texifyidea/navigation/GotoEnvironmentDefinitionSymbolContributor.kt b/src/nl/hannahsten/texifyidea/navigation/GotoEnvironmentDefinitionSymbolContributor.kt similarity index 62% rename from src/nl/rubensten/texifyidea/navigation/GotoEnvironmentDefinitionSymbolContributor.kt rename to src/nl/hannahsten/texifyidea/navigation/GotoEnvironmentDefinitionSymbolContributor.kt index 139d30594..88e4d95fb 100644 --- a/src/nl/rubensten/texifyidea/navigation/GotoEnvironmentDefinitionSymbolContributor.kt +++ b/src/nl/hannahsten/texifyidea/navigation/GotoEnvironmentDefinitionSymbolContributor.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.navigation +package nl.hannahsten.texifyidea.navigation import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.findEnvironmentDefinitions -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.findEnvironmentDefinitions +import nl.hannahsten.texifyidea.util.requiredParameter /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class GotoEnvironmentDefinitionSymbolContributor : TexifyGotoSymbolBase() { diff --git a/src/nl/rubensten/texifyidea/navigation/GotoLabelSymbolContributor.kt b/src/nl/hannahsten/texifyidea/navigation/GotoLabelSymbolContributor.kt similarity index 68% rename from src/nl/rubensten/texifyidea/navigation/GotoLabelSymbolContributor.kt rename to src/nl/hannahsten/texifyidea/navigation/GotoLabelSymbolContributor.kt index 8fab02edc..57528b626 100644 --- a/src/nl/rubensten/texifyidea/navigation/GotoLabelSymbolContributor.kt +++ b/src/nl/hannahsten/texifyidea/navigation/GotoLabelSymbolContributor.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.navigation +package nl.hannahsten.texifyidea.navigation import com.intellij.openapi.project.Project import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.util.extractLabelName -import nl.rubensten.texifyidea.util.findLabels +import nl.hannahsten.texifyidea.util.extractLabelName +import nl.hannahsten.texifyidea.util.findLabels /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class GotoLabelSymbolContributor : TexifyGotoSymbolBase() { diff --git a/src/nl/rubensten/texifyidea/navigation/GotoSectionDefinitionSymbolContributor.kt b/src/nl/hannahsten/texifyidea/navigation/GotoSectionDefinitionSymbolContributor.kt similarity index 62% rename from src/nl/rubensten/texifyidea/navigation/GotoSectionDefinitionSymbolContributor.kt rename to src/nl/hannahsten/texifyidea/navigation/GotoSectionDefinitionSymbolContributor.kt index b792be995..e2f7f1c2b 100644 --- a/src/nl/rubensten/texifyidea/navigation/GotoSectionDefinitionSymbolContributor.kt +++ b/src/nl/hannahsten/texifyidea/navigation/GotoSectionDefinitionSymbolContributor.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.navigation +package nl.hannahsten.texifyidea.navigation import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.findSectionMarkers -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.findSectionMarkers +import nl.hannahsten.texifyidea.util.requiredParameter /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class GotoSectionDefinitionSymbolContributor : TexifyGotoSymbolBase() { diff --git a/src/nl/rubensten/texifyidea/navigation/NavigationItemUtil.kt b/src/nl/hannahsten/texifyidea/navigation/NavigationItemUtil.kt similarity index 84% rename from src/nl/rubensten/texifyidea/navigation/NavigationItemUtil.kt rename to src/nl/hannahsten/texifyidea/navigation/NavigationItemUtil.kt index 03be91c26..91aded800 100644 --- a/src/nl/rubensten/texifyidea/navigation/NavigationItemUtil.kt +++ b/src/nl/hannahsten/texifyidea/navigation/NavigationItemUtil.kt @@ -1,17 +1,17 @@ -package nl.rubensten.texifyidea.navigation +package nl.hannahsten.texifyidea.navigation import com.intellij.navigation.NavigationItem import com.intellij.psi.PsiElement import com.intellij.util.xml.model.gotosymbol.GoToSymbolProvider -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.BibtexId -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.forcedFirstRequiredParameterAsCommand -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.forcedFirstRequiredParameterAsCommand +import nl.hannahsten.texifyidea.util.requiredParameter /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object NavigationItemUtil { diff --git a/src/nl/rubensten/texifyidea/navigation/TexifyGotoSymbolBase.kt b/src/nl/hannahsten/texifyidea/navigation/TexifyGotoSymbolBase.kt similarity index 95% rename from src/nl/rubensten/texifyidea/navigation/TexifyGotoSymbolBase.kt rename to src/nl/hannahsten/texifyidea/navigation/TexifyGotoSymbolBase.kt index 344ced518..4794d6487 100644 --- a/src/nl/rubensten/texifyidea/navigation/TexifyGotoSymbolBase.kt +++ b/src/nl/hannahsten/texifyidea/navigation/TexifyGotoSymbolBase.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.navigation +package nl.hannahsten.texifyidea.navigation import com.intellij.navigation.ChooseByNameContributor import com.intellij.navigation.NavigationItem import com.intellij.openapi.project.Project /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class TexifyGotoSymbolBase : ChooseByNameContributor { diff --git a/src/nl/rubensten/texifyidea/project/TeXiFyProjectViewNodeDecorator.kt b/src/nl/hannahsten/texifyidea/project/TeXiFyProjectViewNodeDecorator.kt similarity index 91% rename from src/nl/rubensten/texifyidea/project/TeXiFyProjectViewNodeDecorator.kt rename to src/nl/hannahsten/texifyidea/project/TeXiFyProjectViewNodeDecorator.kt index 9eb996b71..f2f23559c 100644 --- a/src/nl/rubensten/texifyidea/project/TeXiFyProjectViewNodeDecorator.kt +++ b/src/nl/hannahsten/texifyidea/project/TeXiFyProjectViewNodeDecorator.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.project +package nl.hannahsten.texifyidea.project import com.intellij.ide.projectView.PresentationData import com.intellij.ide.projectView.ProjectViewNode import com.intellij.ide.projectView.ProjectViewNodeDecorator import com.intellij.packageDependencies.ui.PackageDependenciesNode import com.intellij.ui.ColoredTreeCellRenderer -import nl.rubensten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.Magic /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class TeXiFyProjectViewNodeDecorator : ProjectViewNodeDecorator { diff --git a/src/nl/rubensten/texifyidea/psi/BibtexElementType.kt b/src/nl/hannahsten/texifyidea/psi/BibtexElementType.kt similarity index 55% rename from src/nl/rubensten/texifyidea/psi/BibtexElementType.kt rename to src/nl/hannahsten/texifyidea/psi/BibtexElementType.kt index aa5a87d2e..b1ef5aead 100644 --- a/src/nl/rubensten/texifyidea/psi/BibtexElementType.kt +++ b/src/nl/hannahsten/texifyidea/psi/BibtexElementType.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.psi +package nl.hannahsten.texifyidea.psi import com.intellij.psi.tree.IElementType -import nl.rubensten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.BibtexLanguage /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexElementType(debugName: String) : IElementType(debugName, BibtexLanguage) \ No newline at end of file diff --git a/src/nl/rubensten/texifyidea/psi/BibtexTokenType.kt b/src/nl/hannahsten/texifyidea/psi/BibtexTokenType.kt similarity index 65% rename from src/nl/rubensten/texifyidea/psi/BibtexTokenType.kt rename to src/nl/hannahsten/texifyidea/psi/BibtexTokenType.kt index 38f47fd61..5730b96f8 100644 --- a/src/nl/rubensten/texifyidea/psi/BibtexTokenType.kt +++ b/src/nl/hannahsten/texifyidea/psi/BibtexTokenType.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.psi +package nl.hannahsten.texifyidea.psi import com.intellij.psi.tree.IElementType -import nl.rubensten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.BibtexLanguage /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexTokenType(debugName: String) : IElementType(debugName, BibtexLanguage) { diff --git a/src/nl/rubensten/texifyidea/psi/LatexElementType.kt b/src/nl/hannahsten/texifyidea/psi/LatexElementType.kt similarity index 72% rename from src/nl/rubensten/texifyidea/psi/LatexElementType.kt rename to src/nl/hannahsten/texifyidea/psi/LatexElementType.kt index 7ec792e76..dde14a4a6 100644 --- a/src/nl/rubensten/texifyidea/psi/LatexElementType.kt +++ b/src/nl/hannahsten/texifyidea/psi/LatexElementType.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.psi +package nl.hannahsten.texifyidea.psi import com.intellij.psi.tree.IElementType -import nl.rubensten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.LatexLanguage import org.jetbrains.annotations.NonNls /** diff --git a/src/nl/rubensten/texifyidea/psi/LatexPsiUtil.java b/src/nl/hannahsten/texifyidea/psi/LatexPsiUtil.java similarity index 96% rename from src/nl/rubensten/texifyidea/psi/LatexPsiUtil.java rename to src/nl/hannahsten/texifyidea/psi/LatexPsiUtil.java index 41a046042..fa93ee451 100644 --- a/src/nl/rubensten/texifyidea/psi/LatexPsiUtil.java +++ b/src/nl/hannahsten/texifyidea/psi/LatexPsiUtil.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.psi; +package nl.hannahsten.texifyidea.psi; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; @@ -11,7 +11,7 @@ import java.util.List; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class LatexPsiUtil { @@ -89,7 +89,7 @@ public static T getParentOfType(@Nullable PsiElement chil * This method uses a depth-first traversal. * * @param element - * The {@link PsiElement} contained in {@link nl.rubensten.texifyidea.psi} of which you + * The {@link PsiElement} contained in {@link nl.hannahsten.texifyidea.psi} of which you * want to get all the elements of the subtree of. * @return A list of all elements in the subtree starting at, and including, the given element * at index 0. The list will be empty when the element has no children or when the element is @@ -117,7 +117,7 @@ private static List getAllChildren(List result, PsiEleme * Get all the Latex children of the given Latex {@link PsiElement}s. * * @param element - * The {@link PsiElement} contained in {@link nl.rubensten.texifyidea.psi} of which you + * The {@link PsiElement} contained in {@link nl.hannahsten.texifyidea.psi} of which you * want to get all children of. * @return A list of all children of the given element. The list will be empty when the element * has no children or when the element is not a Latex element. diff --git a/src/nl/rubensten/texifyidea/psi/LatexTokenType.kt b/src/nl/hannahsten/texifyidea/psi/LatexTokenType.kt similarity index 77% rename from src/nl/rubensten/texifyidea/psi/LatexTokenType.kt rename to src/nl/hannahsten/texifyidea/psi/LatexTokenType.kt index 7afeea68c..357726afa 100644 --- a/src/nl/rubensten/texifyidea/psi/LatexTokenType.kt +++ b/src/nl/hannahsten/texifyidea/psi/LatexTokenType.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.psi +package nl.hannahsten.texifyidea.psi import com.intellij.psi.tree.IElementType -import nl.rubensten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.LatexLanguage import org.jetbrains.annotations.NonNls /** diff --git a/src/nl/rubensten/texifyidea/psi/PsiContainer.kt b/src/nl/hannahsten/texifyidea/psi/PsiContainer.kt similarity index 98% rename from src/nl/rubensten/texifyidea/psi/PsiContainer.kt rename to src/nl/hannahsten/texifyidea/psi/PsiContainer.kt index a2c674050..de2a53662 100644 --- a/src/nl/rubensten/texifyidea/psi/PsiContainer.kt +++ b/src/nl/hannahsten/texifyidea/psi/PsiContainer.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.psi +package nl.hannahsten.texifyidea.psi import com.intellij.lang.ASTNode import com.intellij.openapi.util.Key import com.intellij.openapi.util.TextRange import com.intellij.psi.* import com.intellij.psi.scope.PsiScopeProcessor -import nl.rubensten.texifyidea.util.endOffset +import nl.hannahsten.texifyidea.util.endOffset import javax.swing.Icon /** @@ -27,7 +27,7 @@ import javax.swing.Icon * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class PsiContainer(val start: PsiElement, val end: PsiElement) : PsiElement { diff --git a/src/nl/rubensten/texifyidea/psi/StructurePsiChangeListener.kt b/src/nl/hannahsten/texifyidea/psi/StructurePsiChangeListener.kt similarity index 96% rename from src/nl/rubensten/texifyidea/psi/StructurePsiChangeListener.kt rename to src/nl/hannahsten/texifyidea/psi/StructurePsiChangeListener.kt index 1768c5383..a87af40f6 100644 --- a/src/nl/rubensten/texifyidea/psi/StructurePsiChangeListener.kt +++ b/src/nl/hannahsten/texifyidea/psi/StructurePsiChangeListener.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.psi +package nl.hannahsten.texifyidea.psi import com.intellij.openapi.project.Project import com.intellij.psi.PsiManager @@ -7,7 +7,7 @@ import com.intellij.psi.PsiTreeChangeListener import com.intellij.psi.impl.PsiModificationTrackerImpl /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class StructurePsiChangeListener(project: Project) : PsiTreeChangeListener { diff --git a/src/nl/rubensten/texifyidea/reference/BibtexStringReference.kt b/src/nl/hannahsten/texifyidea/reference/BibtexStringReference.kt similarity index 73% rename from src/nl/rubensten/texifyidea/reference/BibtexStringReference.kt rename to src/nl/hannahsten/texifyidea/reference/BibtexStringReference.kt index 64056f803..0a74c5526 100644 --- a/src/nl/rubensten/texifyidea/reference/BibtexStringReference.kt +++ b/src/nl/hannahsten/texifyidea/reference/BibtexStringReference.kt @@ -1,15 +1,15 @@ -package nl.rubensten.texifyidea.reference +package nl.hannahsten.texifyidea.reference import com.intellij.psi.* -import nl.rubensten.texifyidea.psi.BibtexDefinedString -import nl.rubensten.texifyidea.psi.BibtexEntry -import nl.rubensten.texifyidea.util.childrenOfType -import nl.rubensten.texifyidea.util.tags -import nl.rubensten.texifyidea.util.toTextRange -import nl.rubensten.texifyidea.util.tokenName +import nl.hannahsten.texifyidea.psi.BibtexDefinedString +import nl.hannahsten.texifyidea.psi.BibtexEntry +import nl.hannahsten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.util.tags +import nl.hannahsten.texifyidea.util.toTextRange +import nl.hannahsten.texifyidea.util.tokenName /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexStringReference( val string: BibtexDefinedString diff --git a/src/nl/rubensten/texifyidea/reference/LatexLabelReference.java b/src/nl/hannahsten/texifyidea/reference/LatexLabelReference.java similarity index 89% rename from src/nl/rubensten/texifyidea/reference/LatexLabelReference.java rename to src/nl/hannahsten/texifyidea/reference/LatexLabelReference.java index e65f1fffd..590391c15 100644 --- a/src/nl/rubensten/texifyidea/reference/LatexLabelReference.java +++ b/src/nl/hannahsten/texifyidea/reference/LatexLabelReference.java @@ -1,19 +1,19 @@ -package nl.rubensten.texifyidea.reference; +package nl.hannahsten.texifyidea.reference; import com.intellij.codeInsight.lookup.LookupElementBuilder; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.TextRange; import com.intellij.openapi.util.text.StringUtil; import com.intellij.psi.*; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.completion.handlers.LatexReferenceInsertHandler; -import nl.rubensten.texifyidea.psi.BibtexId; -import nl.rubensten.texifyidea.psi.LatexCommands; -import nl.rubensten.texifyidea.psi.LatexRequiredParam; -import nl.rubensten.texifyidea.util.FileSetKt; -import nl.rubensten.texifyidea.util.LabelsKt; -import nl.rubensten.texifyidea.util.Magic; -import nl.rubensten.texifyidea.util.StringsKt; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.completion.handlers.LatexReferenceInsertHandler; +import nl.hannahsten.texifyidea.psi.BibtexId; +import nl.hannahsten.texifyidea.psi.LatexCommands; +import nl.hannahsten.texifyidea.psi.LatexRequiredParam; +import nl.hannahsten.texifyidea.util.FileSetKt; +import nl.hannahsten.texifyidea.util.LabelsKt; +import nl.hannahsten.texifyidea.util.Magic; +import nl.hannahsten.texifyidea.util.StringsKt; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @@ -23,7 +23,7 @@ import java.util.Objects; /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ public class LatexLabelReference extends PsiReferenceBase implements PsiPolyVariantReference { diff --git a/src/nl/rubensten/texifyidea/run/BibliographyPanel.kt b/src/nl/hannahsten/texifyidea/run/BibliographyPanel.kt similarity index 99% rename from src/nl/rubensten/texifyidea/run/BibliographyPanel.kt rename to src/nl/hannahsten/texifyidea/run/BibliographyPanel.kt index 3f96cff28..66df18d68 100644 --- a/src/nl/rubensten/texifyidea/run/BibliographyPanel.kt +++ b/src/nl/hannahsten/texifyidea/run/BibliographyPanel.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.RunnerAndConfigurationSettings import com.intellij.execution.impl.RunManagerImpl diff --git a/src/nl/rubensten/texifyidea/run/BibtexCommandLineState.kt b/src/nl/hannahsten/texifyidea/run/BibtexCommandLineState.kt similarity index 97% rename from src/nl/rubensten/texifyidea/run/BibtexCommandLineState.kt rename to src/nl/hannahsten/texifyidea/run/BibtexCommandLineState.kt index b7ff203fe..cd534652a 100644 --- a/src/nl/rubensten/texifyidea/run/BibtexCommandLineState.kt +++ b/src/nl/hannahsten/texifyidea/run/BibtexCommandLineState.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.ExecutionException import com.intellij.execution.configurations.CommandLineState diff --git a/src/nl/rubensten/texifyidea/run/BibtexRunConfiguration.kt b/src/nl/hannahsten/texifyidea/run/BibtexRunConfiguration.kt similarity index 97% rename from src/nl/rubensten/texifyidea/run/BibtexRunConfiguration.kt rename to src/nl/hannahsten/texifyidea/run/BibtexRunConfiguration.kt index d541a74e3..b32bc9062 100644 --- a/src/nl/rubensten/texifyidea/run/BibtexRunConfiguration.kt +++ b/src/nl/hannahsten/texifyidea/run/BibtexRunConfiguration.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.Executor import com.intellij.execution.configurations.* @@ -7,7 +7,7 @@ import com.intellij.openapi.options.SettingsEditor import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.LocalFileSystem import com.intellij.openapi.vfs.VirtualFile -import nl.rubensten.texifyidea.run.compiler.BibliographyCompiler +import nl.hannahsten.texifyidea.run.compiler.BibliographyCompiler import org.jdom.Element /** diff --git a/src/nl/rubensten/texifyidea/run/BibtexRunConfigurationType.kt b/src/nl/hannahsten/texifyidea/run/BibtexRunConfigurationType.kt similarity index 88% rename from src/nl/rubensten/texifyidea/run/BibtexRunConfigurationType.kt rename to src/nl/hannahsten/texifyidea/run/BibtexRunConfigurationType.kt index b2d207d6e..856119195 100644 --- a/src/nl/rubensten/texifyidea/run/BibtexRunConfigurationType.kt +++ b/src/nl/hannahsten/texifyidea/run/BibtexRunConfigurationType.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.configurations.ConfigurationFactory import com.intellij.execution.configurations.ConfigurationType -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.TexifyIcons import javax.swing.Icon /** diff --git a/src/nl/rubensten/texifyidea/run/BibtexSettingsEditor.kt b/src/nl/hannahsten/texifyidea/run/BibtexSettingsEditor.kt similarity index 97% rename from src/nl/rubensten/texifyidea/run/BibtexSettingsEditor.kt rename to src/nl/hannahsten/texifyidea/run/BibtexSettingsEditor.kt index 7d239e54e..651175405 100644 --- a/src/nl/rubensten/texifyidea/run/BibtexSettingsEditor.kt +++ b/src/nl/hannahsten/texifyidea/run/BibtexSettingsEditor.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.openapi.fileChooser.FileChooserDescriptor import com.intellij.openapi.fileChooser.FileTypeDescriptor @@ -9,7 +9,7 @@ import com.intellij.openapi.ui.* import com.intellij.openapi.vfs.LocalFileSystem import com.intellij.ui.RawCommandLineEditor import com.intellij.ui.SeparatorComponent -import nl.rubensten.texifyidea.run.compiler.BibliographyCompiler +import nl.hannahsten.texifyidea.run.compiler.BibliographyCompiler import java.awt.event.ItemEvent import javax.swing.JCheckBox import javax.swing.JComponent diff --git a/src/nl/rubensten/texifyidea/run/LatexCommandLineState.kt b/src/nl/hannahsten/texifyidea/run/LatexCommandLineState.kt similarity index 94% rename from src/nl/rubensten/texifyidea/run/LatexCommandLineState.kt rename to src/nl/hannahsten/texifyidea/run/LatexCommandLineState.kt index f8cce36ab..8c4fcd271 100644 --- a/src/nl/rubensten/texifyidea/run/LatexCommandLineState.kt +++ b/src/nl/hannahsten/texifyidea/run/LatexCommandLineState.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.ExecutionException import com.intellij.execution.configurations.CommandLineState @@ -12,12 +12,11 @@ import com.intellij.openapi.roots.ProjectRootManager import com.intellij.openapi.util.SystemInfo import com.intellij.openapi.vfs.VirtualFile import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.run.compiler.BibliographyCompiler -import nl.rubensten.texifyidea.run.evince.EvinceForwardSearch -import nl.rubensten.texifyidea.run.evince.isEvinceAvailable -import nl.rubensten.texifyidea.run.sumatra.SumatraForwardSearch -import nl.rubensten.texifyidea.run.sumatra.isSumatraAvailable -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.run.evince.EvinceForwardSearch +import nl.hannahsten.texifyidea.run.evince.isEvinceAvailable +import nl.hannahsten.texifyidea.run.sumatra.SumatraForwardSearch +import nl.hannahsten.texifyidea.run.sumatra.isSumatraAvailable +import nl.hannahsten.texifyidea.util.* import java.io.File /** diff --git a/src/nl/rubensten/texifyidea/run/LatexConfigurationFactory.kt b/src/nl/hannahsten/texifyidea/run/LatexConfigurationFactory.kt similarity index 95% rename from src/nl/rubensten/texifyidea/run/LatexConfigurationFactory.kt rename to src/nl/hannahsten/texifyidea/run/LatexConfigurationFactory.kt index 3d29e3b1d..5fa76f847 100644 --- a/src/nl/rubensten/texifyidea/run/LatexConfigurationFactory.kt +++ b/src/nl/hannahsten/texifyidea/run/LatexConfigurationFactory.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.configurations.ConfigurationFactory import com.intellij.execution.configurations.ConfigurationType diff --git a/src/nl/rubensten/texifyidea/run/LatexRunConfiguration.kt b/src/nl/hannahsten/texifyidea/run/LatexRunConfiguration.kt similarity index 96% rename from src/nl/rubensten/texifyidea/run/LatexRunConfiguration.kt rename to src/nl/hannahsten/texifyidea/run/LatexRunConfiguration.kt index 9d7fa7975..3a232b958 100644 --- a/src/nl/rubensten/texifyidea/run/LatexRunConfiguration.kt +++ b/src/nl/hannahsten/texifyidea/run/LatexRunConfiguration.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.ExecutionException import com.intellij.execution.Executor @@ -15,16 +15,16 @@ import com.intellij.openapi.util.WriteExternalException import com.intellij.openapi.vfs.LocalFileSystem import com.intellij.openapi.vfs.VirtualFile import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.run.compiler.LatexCompiler.Format -import nl.rubensten.texifyidea.run.compiler.BibliographyCompiler -import nl.rubensten.texifyidea.run.compiler.LatexCompiler -import nl.rubensten.texifyidea.util.LatexDistribution -import nl.rubensten.texifyidea.util.hasBibliography -import nl.rubensten.texifyidea.util.usesBiber +import nl.hannahsten.texifyidea.run.compiler.LatexCompiler.Format +import nl.hannahsten.texifyidea.run.compiler.BibliographyCompiler +import nl.hannahsten.texifyidea.run.compiler.LatexCompiler +import nl.hannahsten.texifyidea.util.LatexDistribution +import nl.hannahsten.texifyidea.util.hasBibliography +import nl.hannahsten.texifyidea.util.usesBiber import org.jdom.Element /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class LatexRunConfiguration constructor(project: Project, factory: ConfigurationFactory, diff --git a/src/nl/rubensten/texifyidea/run/LatexRunConfigurationProducer.kt b/src/nl/hannahsten/texifyidea/run/LatexRunConfigurationProducer.kt similarity index 95% rename from src/nl/rubensten/texifyidea/run/LatexRunConfigurationProducer.kt rename to src/nl/hannahsten/texifyidea/run/LatexRunConfigurationProducer.kt index 7fcf7284f..13df8777c 100644 --- a/src/nl/rubensten/texifyidea/run/LatexRunConfigurationProducer.kt +++ b/src/nl/hannahsten/texifyidea/run/LatexRunConfigurationProducer.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.Location import com.intellij.execution.actions.ConfigurationContext @@ -8,10 +8,10 @@ import com.intellij.openapi.actionSystem.PlatformDataKeys import com.intellij.openapi.util.Ref import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.file.LatexFileType /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexRunConfigurationProducer : LazyRunConfigurationProducer() { diff --git a/src/nl/rubensten/texifyidea/run/LatexRunConfigurationType.kt b/src/nl/hannahsten/texifyidea/run/LatexRunConfigurationType.kt similarity index 86% rename from src/nl/rubensten/texifyidea/run/LatexRunConfigurationType.kt rename to src/nl/hannahsten/texifyidea/run/LatexRunConfigurationType.kt index 6eaac741d..50d71378d 100644 --- a/src/nl/rubensten/texifyidea/run/LatexRunConfigurationType.kt +++ b/src/nl/hannahsten/texifyidea/run/LatexRunConfigurationType.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.configurations.ConfigurationFactory import com.intellij.execution.configurations.ConfigurationType import com.intellij.execution.configurations.ConfigurationTypeUtil -import nl.rubensten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.TexifyIcons /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class LatexRunConfigurationType : ConfigurationType { diff --git a/src/nl/rubensten/texifyidea/run/LatexSettingsEditor.kt b/src/nl/hannahsten/texifyidea/run/LatexSettingsEditor.kt similarity index 98% rename from src/nl/rubensten/texifyidea/run/LatexSettingsEditor.kt rename to src/nl/hannahsten/texifyidea/run/LatexSettingsEditor.kt index 7bca256b4..458922bee 100644 --- a/src/nl/rubensten/texifyidea/run/LatexSettingsEditor.kt +++ b/src/nl/hannahsten/texifyidea/run/LatexSettingsEditor.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.openapi.fileChooser.FileChooserDescriptor import com.intellij.openapi.fileChooser.FileTypeDescriptor @@ -13,9 +13,9 @@ import com.intellij.ui.SeparatorComponent import com.intellij.ui.TitledSeparator import com.intellij.ui.components.JBCheckBox import com.intellij.ui.components.JBTextField -import nl.rubensten.texifyidea.run.compiler.LatexCompiler -import nl.rubensten.texifyidea.run.compiler.LatexCompiler.Format -import nl.rubensten.texifyidea.util.LatexDistribution +import nl.hannahsten.texifyidea.run.compiler.LatexCompiler +import nl.hannahsten.texifyidea.run.compiler.LatexCompiler.Format +import nl.hannahsten.texifyidea.util.LatexDistribution import java.awt.event.ItemEvent import javax.swing.JComponent import javax.swing.JPanel diff --git a/src/nl/rubensten/texifyidea/run/OpenPdfViewerListener.kt b/src/nl/hannahsten/texifyidea/run/OpenPdfViewerListener.kt similarity index 92% rename from src/nl/rubensten/texifyidea/run/OpenPdfViewerListener.kt rename to src/nl/hannahsten/texifyidea/run/OpenPdfViewerListener.kt index 7d9ba9ad0..a87006f4b 100644 --- a/src/nl/rubensten/texifyidea/run/OpenPdfViewerListener.kt +++ b/src/nl/hannahsten/texifyidea/run/OpenPdfViewerListener.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.process.ProcessEvent import com.intellij.execution.process.ProcessListener import com.intellij.openapi.util.Key -import nl.rubensten.texifyidea.TeXception +import nl.hannahsten.texifyidea.TeXception import java.io.IOException /** diff --git a/src/nl/rubensten/texifyidea/run/RunBibtexListener.kt b/src/nl/hannahsten/texifyidea/run/RunBibtexListener.kt similarity index 98% rename from src/nl/rubensten/texifyidea/run/RunBibtexListener.kt rename to src/nl/hannahsten/texifyidea/run/RunBibtexListener.kt index 47e9bcae8..6ff38a737 100644 --- a/src/nl/rubensten/texifyidea/run/RunBibtexListener.kt +++ b/src/nl/hannahsten/texifyidea/run/RunBibtexListener.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.RunnerAndConfigurationSettings import com.intellij.execution.impl.RunConfigurationBeforeRunProvider diff --git a/src/nl/rubensten/texifyidea/run/RunConfigCellRenderer.kt b/src/nl/hannahsten/texifyidea/run/RunConfigCellRenderer.kt similarity index 96% rename from src/nl/rubensten/texifyidea/run/RunConfigCellRenderer.kt rename to src/nl/hannahsten/texifyidea/run/RunConfigCellRenderer.kt index d2c364f27..a5cfc5f14 100644 --- a/src/nl/rubensten/texifyidea/run/RunConfigCellRenderer.kt +++ b/src/nl/hannahsten/texifyidea/run/RunConfigCellRenderer.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.RunManagerEx import com.intellij.execution.RunnerAndConfigurationSettings diff --git a/src/nl/rubensten/texifyidea/run/RunConfigurationSelectionDialog.kt b/src/nl/hannahsten/texifyidea/run/RunConfigurationSelectionDialog.kt similarity index 98% rename from src/nl/rubensten/texifyidea/run/RunConfigurationSelectionDialog.kt rename to src/nl/hannahsten/texifyidea/run/RunConfigurationSelectionDialog.kt index 8cf314552..781a444dd 100644 --- a/src/nl/rubensten/texifyidea/run/RunConfigurationSelectionDialog.kt +++ b/src/nl/hannahsten/texifyidea/run/RunConfigurationSelectionDialog.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run +package nl.hannahsten.texifyidea.run import com.intellij.execution.RunnerAndConfigurationSettings import com.intellij.openapi.project.Project diff --git a/src/nl/rubensten/texifyidea/run/compiler/BiberCompiler.kt b/src/nl/hannahsten/texifyidea/run/compiler/BiberCompiler.kt similarity index 90% rename from src/nl/rubensten/texifyidea/run/compiler/BiberCompiler.kt rename to src/nl/hannahsten/texifyidea/run/compiler/BiberCompiler.kt index b30afd1a8..641702776 100644 --- a/src/nl/rubensten/texifyidea/run/compiler/BiberCompiler.kt +++ b/src/nl/hannahsten/texifyidea/run/compiler/BiberCompiler.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.run.compiler +package nl.hannahsten.texifyidea.run.compiler import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.run.BibtexRunConfiguration +import nl.hannahsten.texifyidea.run.BibtexRunConfiguration /** * @author Thomas Schouten diff --git a/src/nl/rubensten/texifyidea/run/compiler/BibliographyCompiler.kt b/src/nl/hannahsten/texifyidea/run/compiler/BibliographyCompiler.kt similarity index 62% rename from src/nl/rubensten/texifyidea/run/compiler/BibliographyCompiler.kt rename to src/nl/hannahsten/texifyidea/run/compiler/BibliographyCompiler.kt index 6d064c6a5..eabfae2df 100644 --- a/src/nl/rubensten/texifyidea/run/compiler/BibliographyCompiler.kt +++ b/src/nl/hannahsten/texifyidea/run/compiler/BibliographyCompiler.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.run.compiler +package nl.hannahsten.texifyidea.run.compiler -import nl.rubensten.texifyidea.run.BibtexRunConfiguration +import nl.hannahsten.texifyidea.run.BibtexRunConfiguration /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ enum class BibliographyCompiler(private val compiler: Compiler) : Compiler by compiler { diff --git a/src/nl/rubensten/texifyidea/run/compiler/BibtexCompiler.kt b/src/nl/hannahsten/texifyidea/run/compiler/BibtexCompiler.kt similarity index 84% rename from src/nl/rubensten/texifyidea/run/compiler/BibtexCompiler.kt rename to src/nl/hannahsten/texifyidea/run/compiler/BibtexCompiler.kt index 0d104c75e..42d95fd81 100644 --- a/src/nl/rubensten/texifyidea/run/compiler/BibtexCompiler.kt +++ b/src/nl/hannahsten/texifyidea/run/compiler/BibtexCompiler.kt @@ -1,10 +1,9 @@ -package nl.rubensten.texifyidea.run.compiler +package nl.hannahsten.texifyidea.run.compiler import com.intellij.openapi.project.Project import com.intellij.openapi.roots.ProjectRootManager -import com.intellij.openapi.util.SystemInfo -import nl.rubensten.texifyidea.run.BibtexRunConfiguration -import nl.rubensten.texifyidea.util.LatexDistribution +import nl.hannahsten.texifyidea.run.BibtexRunConfiguration +import nl.hannahsten.texifyidea.util.LatexDistribution /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/run/compiler/Compiler.kt b/src/nl/hannahsten/texifyidea/run/compiler/Compiler.kt similarity index 87% rename from src/nl/rubensten/texifyidea/run/compiler/Compiler.kt rename to src/nl/hannahsten/texifyidea/run/compiler/Compiler.kt index 682f48115..af3223d85 100644 --- a/src/nl/rubensten/texifyidea/run/compiler/Compiler.kt +++ b/src/nl/hannahsten/texifyidea/run/compiler/Compiler.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run.compiler +package nl.hannahsten.texifyidea.run.compiler import com.intellij.execution.configurations.RunConfiguration import com.intellij.openapi.project.Project diff --git a/src/nl/rubensten/texifyidea/run/compiler/LatexCompiler.kt b/src/nl/hannahsten/texifyidea/run/compiler/LatexCompiler.kt similarity index 96% rename from src/nl/rubensten/texifyidea/run/compiler/LatexCompiler.kt rename to src/nl/hannahsten/texifyidea/run/compiler/LatexCompiler.kt index 0b063d14d..70679b0a5 100644 --- a/src/nl/rubensten/texifyidea/run/compiler/LatexCompiler.kt +++ b/src/nl/hannahsten/texifyidea/run/compiler/LatexCompiler.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.run.compiler +package nl.hannahsten.texifyidea.run.compiler import com.intellij.openapi.project.Project import com.intellij.openapi.roots.ProjectRootManager import com.intellij.openapi.vfs.VirtualFile -import nl.rubensten.texifyidea.run.LatexRunConfiguration -import nl.rubensten.texifyidea.util.LatexDistribution -import nl.rubensten.texifyidea.util.splitWhitespace +import nl.hannahsten.texifyidea.run.LatexRunConfiguration +import nl.hannahsten.texifyidea.util.LatexDistribution +import nl.hannahsten.texifyidea.util.splitWhitespace /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ enum class LatexCompiler(private val displayName: String, val executableName: String) { @@ -229,7 +229,7 @@ enum class LatexCompiler(private val displayName: String, val executableName: St override fun toString() = this.displayName /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class Format { diff --git a/src/nl/rubensten/texifyidea/run/evince/EvinceConversation.kt b/src/nl/hannahsten/texifyidea/run/evince/EvinceConversation.kt similarity index 98% rename from src/nl/rubensten/texifyidea/run/evince/EvinceConversation.kt rename to src/nl/hannahsten/texifyidea/run/evince/EvinceConversation.kt index 1d0780794..334000b41 100644 --- a/src/nl/rubensten/texifyidea/run/evince/EvinceConversation.kt +++ b/src/nl/hannahsten/texifyidea/run/evince/EvinceConversation.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.run.evince +package nl.hannahsten.texifyidea.run.evince import com.intellij.openapi.util.SystemInfo -import nl.rubensten.texifyidea.TeXception +import nl.hannahsten.texifyidea.TeXception import org.freedesktop.dbus.connections.impl.DBusConnection import org.freedesktop.dbus.errors.NoReply import org.gnome.evince.Daemon diff --git a/src/nl/rubensten/texifyidea/run/evince/EvinceForwardSearch.kt b/src/nl/hannahsten/texifyidea/run/evince/EvinceForwardSearch.kt similarity index 79% rename from src/nl/rubensten/texifyidea/run/evince/EvinceForwardSearch.kt rename to src/nl/hannahsten/texifyidea/run/evince/EvinceForwardSearch.kt index c37f9e3e7..19263f6eb 100644 --- a/src/nl/rubensten/texifyidea/run/evince/EvinceForwardSearch.kt +++ b/src/nl/hannahsten/texifyidea/run/evince/EvinceForwardSearch.kt @@ -1,12 +1,11 @@ -package nl.rubensten.texifyidea.run.evince +package nl.hannahsten.texifyidea.run.evince import com.intellij.execution.process.ProcessHandler import com.intellij.execution.runners.ExecutionEnvironment -import nl.rubensten.texifyidea.run.LatexRunConfiguration -import nl.rubensten.texifyidea.util.caretOffset -import nl.rubensten.texifyidea.util.document -import nl.rubensten.texifyidea.util.openedEditor -import nl.rubensten.texifyidea.util.psiFile +import nl.hannahsten.texifyidea.run.LatexRunConfiguration +import nl.hannahsten.texifyidea.util.caretOffset +import nl.hannahsten.texifyidea.util.openedEditor +import nl.hannahsten.texifyidea.util.psiFile /** * Provides forward search for Evince. diff --git a/src/nl/rubensten/texifyidea/run/evince/EvinceInverseSearchListener.kt b/src/nl/hannahsten/texifyidea/run/evince/EvinceInverseSearchListener.kt similarity index 98% rename from src/nl/rubensten/texifyidea/run/evince/EvinceInverseSearchListener.kt rename to src/nl/hannahsten/texifyidea/run/evince/EvinceInverseSearchListener.kt index aedff288e..612f80ed6 100644 --- a/src/nl/rubensten/texifyidea/run/evince/EvinceInverseSearchListener.kt +++ b/src/nl/hannahsten/texifyidea/run/evince/EvinceInverseSearchListener.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.run.evince +package nl.hannahsten.texifyidea.run.evince import com.intellij.openapi.application.ApplicationNamesInfo import com.intellij.openapi.application.PathManager diff --git a/src/nl/rubensten/texifyidea/run/evince/OpenEvinceListener.kt b/src/nl/hannahsten/texifyidea/run/evince/OpenEvinceListener.kt similarity index 89% rename from src/nl/rubensten/texifyidea/run/evince/OpenEvinceListener.kt rename to src/nl/hannahsten/texifyidea/run/evince/OpenEvinceListener.kt index 4b1c418c7..a127a94eb 100644 --- a/src/nl/rubensten/texifyidea/run/evince/OpenEvinceListener.kt +++ b/src/nl/hannahsten/texifyidea/run/evince/OpenEvinceListener.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.run.evince +package nl.hannahsten.texifyidea.run.evince import com.intellij.execution.process.ProcessEvent import com.intellij.execution.process.ProcessListener import com.intellij.execution.runners.ExecutionEnvironment import com.intellij.openapi.util.Key import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.TeXception -import nl.rubensten.texifyidea.run.LatexRunConfiguration +import nl.hannahsten.texifyidea.TeXception +import nl.hannahsten.texifyidea.run.LatexRunConfiguration import org.jetbrains.concurrency.runAsync /** diff --git a/src/nl/rubensten/texifyidea/run/sumatra/OpenSumatraListener.kt b/src/nl/hannahsten/texifyidea/run/sumatra/OpenSumatraListener.kt similarity index 87% rename from src/nl/rubensten/texifyidea/run/sumatra/OpenSumatraListener.kt rename to src/nl/hannahsten/texifyidea/run/sumatra/OpenSumatraListener.kt index 194855061..2717dee14 100644 --- a/src/nl/rubensten/texifyidea/run/sumatra/OpenSumatraListener.kt +++ b/src/nl/hannahsten/texifyidea/run/sumatra/OpenSumatraListener.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.run.sumatra +package nl.hannahsten.texifyidea.run.sumatra import com.intellij.execution.process.ProcessEvent import com.intellij.execution.process.ProcessListener import com.intellij.openapi.util.Key -import nl.rubensten.texifyidea.TeXception -import nl.rubensten.texifyidea.run.LatexRunConfiguration +import nl.hannahsten.texifyidea.TeXception +import nl.hannahsten.texifyidea.run.LatexRunConfiguration /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/run/sumatra/SumatraConversation.kt b/src/nl/hannahsten/texifyidea/run/sumatra/SumatraConversation.kt similarity index 97% rename from src/nl/rubensten/texifyidea/run/sumatra/SumatraConversation.kt rename to src/nl/hannahsten/texifyidea/run/sumatra/SumatraConversation.kt index f01085f49..ef482b899 100644 --- a/src/nl/rubensten/texifyidea/run/sumatra/SumatraConversation.kt +++ b/src/nl/hannahsten/texifyidea/run/sumatra/SumatraConversation.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.run.sumatra +package nl.hannahsten.texifyidea.run.sumatra import com.intellij.openapi.util.SystemInfo import com.pretty_tools.dde.client.DDEClientConversation -import nl.rubensten.texifyidea.TeXception -import nl.rubensten.texifyidea.util.Log +import nl.hannahsten.texifyidea.TeXception +import nl.hannahsten.texifyidea.util.Log import java.io.IOException /** diff --git a/src/nl/rubensten/texifyidea/run/sumatra/SumatraForwardSearch.kt b/src/nl/hannahsten/texifyidea/run/sumatra/SumatraForwardSearch.kt similarity index 88% rename from src/nl/rubensten/texifyidea/run/sumatra/SumatraForwardSearch.kt rename to src/nl/hannahsten/texifyidea/run/sumatra/SumatraForwardSearch.kt index 1b5de8ba2..e8e9900ba 100644 --- a/src/nl/rubensten/texifyidea/run/sumatra/SumatraForwardSearch.kt +++ b/src/nl/hannahsten/texifyidea/run/sumatra/SumatraForwardSearch.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.run.sumatra +package nl.hannahsten.texifyidea.run.sumatra import com.intellij.execution.process.ProcessHandler import com.intellij.execution.runners.ExecutionEnvironment -import nl.rubensten.texifyidea.TeXception -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.run.LatexRunConfiguration -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.TeXception +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.run.LatexRunConfiguration +import nl.hannahsten.texifyidea.util.* import org.jetbrains.concurrency.runAsync /** diff --git a/src/nl/rubensten/texifyidea/settings/TexifyConfigurable.kt b/src/nl/hannahsten/texifyidea/settings/TexifyConfigurable.kt similarity index 97% rename from src/nl/rubensten/texifyidea/settings/TexifyConfigurable.kt rename to src/nl/hannahsten/texifyidea/settings/TexifyConfigurable.kt index 8d4360531..ef7d077ef 100644 --- a/src/nl/rubensten/texifyidea/settings/TexifyConfigurable.kt +++ b/src/nl/hannahsten/texifyidea/settings/TexifyConfigurable.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.settings +package nl.hannahsten.texifyidea.settings import com.intellij.openapi.options.SearchableConfigurable import com.intellij.openapi.ui.ComboBox @@ -9,7 +9,7 @@ import javax.swing.BoxLayout import javax.swing.JPanel /** - * @author Ruben Schellekens, Sten Wessel + * @author Hannah Schellekens, Sten Wessel */ class TexifyConfigurable(private val settings: TexifySettings) : SearchableConfigurable { diff --git a/src/nl/rubensten/texifyidea/settings/TexifySettings.kt b/src/nl/hannahsten/texifyidea/settings/TexifySettings.kt similarity index 96% rename from src/nl/rubensten/texifyidea/settings/TexifySettings.kt rename to src/nl/hannahsten/texifyidea/settings/TexifySettings.kt index acb621dc6..39aad6d29 100644 --- a/src/nl/rubensten/texifyidea/settings/TexifySettings.kt +++ b/src/nl/hannahsten/texifyidea/settings/TexifySettings.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.settings +package nl.hannahsten.texifyidea.settings import com.intellij.openapi.components.PersistentStateComponent import com.intellij.openapi.components.ServiceManager diff --git a/src/nl/rubensten/texifyidea/startup/TexifyStartupActivity.kt b/src/nl/hannahsten/texifyidea/startup/TexifyStartupActivity.kt similarity index 71% rename from src/nl/rubensten/texifyidea/startup/TexifyStartupActivity.kt rename to src/nl/hannahsten/texifyidea/startup/TexifyStartupActivity.kt index 6ef1990f1..5c6da4bc8 100644 --- a/src/nl/rubensten/texifyidea/startup/TexifyStartupActivity.kt +++ b/src/nl/hannahsten/texifyidea/startup/TexifyStartupActivity.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.startup +package nl.hannahsten.texifyidea.startup import com.intellij.openapi.editor.EditorFactory import com.intellij.openapi.project.Project import com.intellij.openapi.startup.StartupActivity import com.intellij.openapi.util.SystemInfo -import nl.rubensten.texifyidea.editor.LatexSoftWrapEditorListener -import nl.rubensten.texifyidea.run.evince.EvinceInverseSearchListener -import nl.rubensten.texifyidea.run.evince.isEvinceAvailable +import nl.hannahsten.texifyidea.editor.LatexSoftWrapEditorListener +import nl.hannahsten.texifyidea.run.evince.EvinceInverseSearchListener +import nl.hannahsten.texifyidea.run.evince.isEvinceAvailable /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/structure/EditableHintPresentation.kt b/src/nl/hannahsten/texifyidea/structure/EditableHintPresentation.kt similarity index 66% rename from src/nl/rubensten/texifyidea/structure/EditableHintPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/EditableHintPresentation.kt index cb1681257..6a4335ee4 100644 --- a/src/nl/rubensten/texifyidea/structure/EditableHintPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/EditableHintPresentation.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.structure +package nl.hannahsten.texifyidea.structure import com.intellij.navigation.ItemPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ interface EditableHintPresentation : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexBreadcrumbsInfo.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexBreadcrumbsInfo.kt similarity index 69% rename from src/nl/rubensten/texifyidea/structure/bibtex/BibtexBreadcrumbsInfo.kt rename to src/nl/hannahsten/texifyidea/structure/bibtex/BibtexBreadcrumbsInfo.kt index 8e4437f93..6fbd8cfbf 100644 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexBreadcrumbsInfo.kt +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexBreadcrumbsInfo.kt @@ -1,18 +1,18 @@ -package nl.rubensten.texifyidea.structure.bibtex +package nl.hannahsten.texifyidea.structure.bibtex import com.intellij.psi.PsiElement import com.intellij.ui.breadcrumbs.BreadcrumbsProvider -import nl.rubensten.texifyidea.BibtexLanguage -import nl.rubensten.texifyidea.psi.BibtexEntry -import nl.rubensten.texifyidea.psi.BibtexId -import nl.rubensten.texifyidea.psi.BibtexKey -import nl.rubensten.texifyidea.psi.BibtexTag -import nl.rubensten.texifyidea.util.firstChildOfType -import nl.rubensten.texifyidea.util.substringEnd -import nl.rubensten.texifyidea.util.tokenType +import nl.hannahsten.texifyidea.BibtexLanguage +import nl.hannahsten.texifyidea.psi.BibtexEntry +import nl.hannahsten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.BibtexKey +import nl.hannahsten.texifyidea.psi.BibtexTag +import nl.hannahsten.texifyidea.util.firstChildOfType +import nl.hannahsten.texifyidea.util.substringEnd +import nl.hannahsten.texifyidea.util.tokenType /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexBreadcrumbsInfo : BreadcrumbsProvider { diff --git a/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexFilePresentation.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexFilePresentation.kt new file mode 100644 index 000000000..5cd4c1019 --- /dev/null +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexFilePresentation.kt @@ -0,0 +1,13 @@ +package nl.hannahsten.texifyidea.structure.bibtex + +import com.intellij.psi.PsiFile +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.structure.latex.LatexFilePresentation + +/** + * @author Hannah Schellekens + */ +open class BibtexFilePresentation(val file: PsiFile) : LatexFilePresentation(file) { + + override fun getIcon(b: Boolean) = TexifyIcons.DOT_BIB!! +} \ No newline at end of file diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewElement.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewElement.kt similarity index 91% rename from src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewElement.kt rename to src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewElement.kt index cba532341..bd2ca526c 100644 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewElement.kt +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewElement.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.bibtex +package nl.hannahsten.texifyidea.structure.bibtex import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.SortableTreeElement @@ -7,10 +7,10 @@ import com.intellij.navigation.ItemPresentation import com.intellij.navigation.NavigationItem import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.BibtexFile +import nl.hannahsten.texifyidea.file.BibtexFile /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexStructureViewElement(val element: PsiElement) : StructureViewTreeElement, SortableTreeElement { diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewEntriesElement.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewEntriesElement.kt similarity index 88% rename from src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewEntriesElement.kt rename to src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewEntriesElement.kt index b0f7aa52e..58bff347f 100644 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewEntriesElement.kt +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewEntriesElement.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.bibtex +package nl.hannahsten.texifyidea.structure.bibtex import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.SortableTreeElement @@ -6,13 +6,13 @@ import com.intellij.ide.util.treeView.smartTree.TreeElement import com.intellij.navigation.ItemPresentation import com.intellij.psi.PsiFile import com.intellij.util.PlatformIcons -import nl.rubensten.texifyidea.psi.BibtexEntry -import nl.rubensten.texifyidea.util.childrenOfType +import nl.hannahsten.texifyidea.psi.BibtexEntry +import nl.hannahsten.texifyidea.util.childrenOfType /** * Contains all the entries. Class exist to prevent auto-collapsing. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexStructureViewEntriesElement(val file: PsiFile) : StructureViewTreeElement, SortableTreeElement { diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewEntryElement.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewEntryElement.kt similarity index 90% rename from src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewEntryElement.kt rename to src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewEntryElement.kt index fa5976e8f..13674f76e 100644 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewEntryElement.kt +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewEntryElement.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.bibtex +package nl.hannahsten.texifyidea.structure.bibtex import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.SortableTreeElement @@ -6,12 +6,12 @@ import com.intellij.ide.util.treeView.smartTree.TreeElement import com.intellij.navigation.ItemPresentation import com.intellij.navigation.NavigationItem import com.intellij.util.PlatformIcons -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.BibtexEntry -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.BibtexEntry +import nl.hannahsten.texifyidea.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexStructureViewEntryElement(val entry: BibtexEntry) : StructureViewTreeElement, SortableTreeElement { diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewFactory.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewFactory.kt similarity index 85% rename from src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewFactory.kt rename to src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewFactory.kt index 54467a3e6..818b6a1dd 100644 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewFactory.kt +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewFactory.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.bibtex +package nl.hannahsten.texifyidea.structure.bibtex import com.intellij.ide.structureView.StructureViewModel import com.intellij.ide.structureView.TreeBasedStructureViewBuilder @@ -6,10 +6,10 @@ import com.intellij.lang.PsiStructureViewFactory import com.intellij.openapi.editor.Editor import com.intellij.psi.PsiFile import com.intellij.psi.PsiManager -import nl.rubensten.texifyidea.psi.StructurePsiChangeListener +import nl.hannahsten.texifyidea.psi.StructurePsiChangeListener /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexStructureViewFactory : PsiStructureViewFactory { diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewModel.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewModel.kt similarity index 77% rename from src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewModel.kt rename to src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewModel.kt index 66fd6c337..f07851d68 100644 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewModel.kt +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewModel.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.bibtex +package nl.hannahsten.texifyidea.structure.bibtex import com.intellij.ide.structureView.StructureViewModel.ElementInfoProvider import com.intellij.ide.structureView.StructureViewModelBase @@ -6,12 +6,12 @@ import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.Sorter import com.intellij.openapi.editor.Editor import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.structure.filter.EntryFilter -import nl.rubensten.texifyidea.structure.filter.PreambleFilter -import nl.rubensten.texifyidea.structure.filter.StringFilter +import nl.hannahsten.texifyidea.structure.filter.EntryFilter +import nl.hannahsten.texifyidea.structure.filter.PreambleFilter +import nl.hannahsten.texifyidea.structure.filter.StringFilter /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexStructureViewModel( val file: PsiFile, diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewTagElement.kt b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewTagElement.kt similarity index 85% rename from src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewTagElement.kt rename to src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewTagElement.kt index c6469f948..d8aed4141 100644 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexStructureViewTagElement.kt +++ b/src/nl/hannahsten/texifyidea/structure/bibtex/BibtexStructureViewTagElement.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.bibtex +package nl.hannahsten.texifyidea.structure.bibtex import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.SortableTreeElement @@ -6,12 +6,12 @@ import com.intellij.ide.util.treeView.smartTree.TreeElement import com.intellij.navigation.ItemPresentation import com.intellij.navigation.NavigationItem import com.intellij.util.PlatformIcons -import nl.rubensten.texifyidea.psi.BibtexTag -import nl.rubensten.texifyidea.util.evaluate -import nl.rubensten.texifyidea.util.keyName +import nl.hannahsten.texifyidea.psi.BibtexTag +import nl.hannahsten.texifyidea.util.evaluate +import nl.hannahsten.texifyidea.util.keyName /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexStructureViewTagElement(val tag: BibtexTag) : StructureViewTreeElement, SortableTreeElement { diff --git a/src/nl/rubensten/texifyidea/structure/filter/BibitemFilter.kt b/src/nl/hannahsten/texifyidea/structure/filter/BibitemFilter.kt similarity index 78% rename from src/nl/rubensten/texifyidea/structure/filter/BibitemFilter.kt rename to src/nl/hannahsten/texifyidea/structure/filter/BibitemFilter.kt index 7fdb3c3ac..a64c11a0f 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/BibitemFilter.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/BibitemFilter.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.ActionPresentation import com.intellij.ide.util.treeView.smartTree.Filter import com.intellij.ide.util.treeView.smartTree.TreeElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.structure.latex.LatexStructureViewCommandElement +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.structure.latex.LatexStructureViewCommandElement /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class BibitemFilter : Filter { @@ -25,7 +25,7 @@ class BibitemFilter : Filter { override fun getName() = "latex.texify.filter.bibitem" /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object BibitemFilterPresentation : ActionPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/filter/CommandDefinitionFilter.kt b/src/nl/hannahsten/texifyidea/structure/filter/CommandDefinitionFilter.kt similarity index 77% rename from src/nl/rubensten/texifyidea/structure/filter/CommandDefinitionFilter.kt rename to src/nl/hannahsten/texifyidea/structure/filter/CommandDefinitionFilter.kt index 239ae1499..1df5e0a1d 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/CommandDefinitionFilter.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/CommandDefinitionFilter.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.ActionPresentation import com.intellij.ide.util.treeView.smartTree.Filter import com.intellij.ide.util.treeView.smartTree.TreeElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.structure.latex.LatexOtherCommandPresentation -import nl.rubensten.texifyidea.structure.latex.LatexStructureViewCommandElement +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.structure.latex.LatexOtherCommandPresentation +import nl.hannahsten.texifyidea.structure.latex.LatexStructureViewCommandElement /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class CommandDefinitionFilter : Filter { @@ -28,7 +28,7 @@ class CommandDefinitionFilter : Filter { override fun getName() = "latex.texify.filter.newcommand" /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexNewCommandFilterPresentation : ActionPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/filter/DummyTreeElement.kt b/src/nl/hannahsten/texifyidea/structure/filter/DummyTreeElement.kt similarity index 83% rename from src/nl/rubensten/texifyidea/structure/filter/DummyTreeElement.kt rename to src/nl/hannahsten/texifyidea/structure/filter/DummyTreeElement.kt index b2d08cedd..40b814ca6 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/DummyTreeElement.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/DummyTreeElement.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.TreeElement import com.intellij.navigation.ItemPresentation import javax.swing.Icon /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ enum class DummyTreeElement : TreeElement { @@ -16,7 +16,7 @@ enum class DummyTreeElement : TreeElement { override fun getChildren(): Array = TreeElement.EMPTY_ARRAY /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object DummyPresentation : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/filter/EntryFilter.kt b/src/nl/hannahsten/texifyidea/structure/filter/EntryFilter.kt similarity index 81% rename from src/nl/rubensten/texifyidea/structure/filter/EntryFilter.kt rename to src/nl/hannahsten/texifyidea/structure/filter/EntryFilter.kt index 6b81d9bd8..a41ab0af6 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/EntryFilter.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/EntryFilter.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.ActionPresentation import com.intellij.ide.util.treeView.smartTree.Filter import com.intellij.ide.util.treeView.smartTree.TreeElement import com.intellij.util.PlatformIcons -import nl.rubensten.texifyidea.structure.bibtex.BibtexStructureViewEntryElement -import nl.rubensten.texifyidea.util.tokenName +import nl.hannahsten.texifyidea.structure.bibtex.BibtexStructureViewEntryElement +import nl.hannahsten.texifyidea.util.tokenName /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object EntryFilter : Filter { diff --git a/src/nl/rubensten/texifyidea/structure/filter/IncludesFilter.kt b/src/nl/hannahsten/texifyidea/structure/filter/IncludesFilter.kt similarity index 80% rename from src/nl/rubensten/texifyidea/structure/filter/IncludesFilter.kt rename to src/nl/hannahsten/texifyidea/structure/filter/IncludesFilter.kt index 6db30c2de..8ef32b398 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/IncludesFilter.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/IncludesFilter.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.ActionPresentation import com.intellij.ide.util.treeView.smartTree.Filter import com.intellij.ide.util.treeView.smartTree.TreeElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.structure.latex.LatexStructureViewCommandElement +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.structure.latex.LatexStructureViewCommandElement /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class IncludesFilter : Filter { @@ -28,7 +28,7 @@ class IncludesFilter : Filter { override fun getName() = "latex.texify.filter.includes" /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexIncludesFilterPresentation : ActionPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/filter/LabelFilter.java b/src/nl/hannahsten/texifyidea/structure/filter/LabelFilter.java similarity index 86% rename from src/nl/rubensten/texifyidea/structure/filter/LabelFilter.java rename to src/nl/hannahsten/texifyidea/structure/filter/LabelFilter.java index c672b6160..38175378d 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/LabelFilter.java +++ b/src/nl/hannahsten/texifyidea/structure/filter/LabelFilter.java @@ -1,16 +1,16 @@ -package nl.rubensten.texifyidea.structure.filter; +package nl.hannahsten.texifyidea.structure.filter; import com.intellij.ide.util.treeView.smartTree.ActionPresentation; import com.intellij.ide.util.treeView.smartTree.Filter; import com.intellij.ide.util.treeView.smartTree.TreeElement; -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.structure.latex.LatexStructureViewCommandElement; +import nl.hannahsten.texifyidea.TexifyIcons; +import nl.hannahsten.texifyidea.structure.latex.LatexStructureViewCommandElement; import org.jetbrains.annotations.NotNull; import javax.swing.*; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class LabelFilter implements Filter { @@ -42,7 +42,7 @@ public String getName() { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private static class LatexLabelFilterPresentation implements ActionPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/filter/PreambleFilter.kt b/src/nl/hannahsten/texifyidea/structure/filter/PreambleFilter.kt similarity index 80% rename from src/nl/rubensten/texifyidea/structure/filter/PreambleFilter.kt rename to src/nl/hannahsten/texifyidea/structure/filter/PreambleFilter.kt index fd4c7cc91..0854f7526 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/PreambleFilter.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/PreambleFilter.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.ActionPresentation import com.intellij.ide.util.treeView.smartTree.Filter import com.intellij.ide.util.treeView.smartTree.TreeElement import com.intellij.util.PlatformIcons -import nl.rubensten.texifyidea.structure.bibtex.BibtexStructureViewEntryElement -import nl.rubensten.texifyidea.util.tokenName +import nl.hannahsten.texifyidea.structure.bibtex.BibtexStructureViewEntryElement +import nl.hannahsten.texifyidea.util.tokenName /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object PreambleFilter : Filter { diff --git a/src/nl/rubensten/texifyidea/structure/filter/SectionFilter.kt b/src/nl/hannahsten/texifyidea/structure/filter/SectionFilter.kt similarity index 76% rename from src/nl/rubensten/texifyidea/structure/filter/SectionFilter.kt rename to src/nl/hannahsten/texifyidea/structure/filter/SectionFilter.kt index e87a56915..d9338a12a 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/SectionFilter.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/SectionFilter.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.ActionPresentation import com.intellij.ide.util.treeView.smartTree.Filter import com.intellij.ide.util.treeView.smartTree.TreeElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.structure.latex.LatexStructureViewCommandElement -import nl.rubensten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.structure.latex.LatexStructureViewCommandElement +import nl.hannahsten.texifyidea.util.Magic /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class SectionFilter : Filter { @@ -26,7 +26,7 @@ class SectionFilter : Filter { override fun getName() = "latex.texify.filter.section" /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexSectionFilterPresentation : ActionPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/filter/StringFilter.kt b/src/nl/hannahsten/texifyidea/structure/filter/StringFilter.kt similarity index 75% rename from src/nl/rubensten/texifyidea/structure/filter/StringFilter.kt rename to src/nl/hannahsten/texifyidea/structure/filter/StringFilter.kt index 11d18bbfa..31c6eb028 100644 --- a/src/nl/rubensten/texifyidea/structure/filter/StringFilter.kt +++ b/src/nl/hannahsten/texifyidea/structure/filter/StringFilter.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.structure.filter +package nl.hannahsten.texifyidea.structure.filter import com.intellij.ide.util.treeView.smartTree.ActionPresentation import com.intellij.ide.util.treeView.smartTree.Filter import com.intellij.ide.util.treeView.smartTree.TreeElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.structure.bibtex.BibtexStructureViewEntryElement -import nl.rubensten.texifyidea.util.tokenName +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.structure.bibtex.BibtexStructureViewEntryElement +import nl.hannahsten.texifyidea.util.tokenName /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object StringFilter : Filter { diff --git a/src/nl/rubensten/texifyidea/structure/latex/BibitemPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/BibitemPresentation.kt similarity index 87% rename from src/nl/rubensten/texifyidea/structure/latex/BibitemPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/BibitemPresentation.kt index 6af22e721..fd539ebe6 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/BibitemPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/BibitemPresentation.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.navigation.ItemPresentation import com.intellij.openapi.fileEditor.FileDocumentManager -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class BibitemPresentation(labelCommand: LatexCommands) : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexBreadcrumbsInfo.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexBreadcrumbsInfo.kt similarity index 69% rename from src/nl/rubensten/texifyidea/structure/latex/LatexBreadcrumbsInfo.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexBreadcrumbsInfo.kt index 4d42fee7c..f98a5ad57 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexBreadcrumbsInfo.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexBreadcrumbsInfo.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.psi.PsiElement import com.intellij.ui.breadcrumbs.BreadcrumbsProvider -import nl.rubensten.texifyidea.LatexLanguage -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexEnvironment -import nl.rubensten.texifyidea.util.name +import nl.hannahsten.texifyidea.LatexLanguage +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexEnvironment +import nl.hannahsten.texifyidea.util.name /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexBreadcrumbsInfo : BreadcrumbsProvider { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexChapterPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexChapterPresentation.kt similarity index 72% rename from src/nl/rubensten/texifyidea/structure/latex/LatexChapterPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexChapterPresentation.kt index 4dcc56c17..87a4f0085 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexChapterPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexChapterPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexChapterPresentation(chapterCommand: LatexCommands) : EditableHintPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexFilePresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexFilePresentation.kt similarity index 73% rename from src/nl/rubensten/texifyidea/structure/latex/LatexFilePresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexFilePresentation.kt index 857e90bf5..8acff077a 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexFilePresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexFilePresentation.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.navigation.ItemPresentation import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.util.Magic /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexFilePresentation(private val file: PsiFile) : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexIncludePresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexIncludePresentation.kt similarity index 84% rename from src/nl/rubensten/texifyidea/structure/latex/LatexIncludePresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexIncludePresentation.kt index 402063c14..c53bdcd40 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexIncludePresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexIncludePresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.navigation.ItemPresentation -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexIncludePresentation(labelCommand: LatexCommands) : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexLabelPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexLabelPresentation.kt similarity index 77% rename from src/nl/rubensten/texifyidea/structure/latex/LatexLabelPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexLabelPresentation.kt index ef6fed77b..3b7ee1b40 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexLabelPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexLabelPresentation.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.navigation.ItemPresentation import com.intellij.openapi.fileEditor.FileDocumentManager -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.Magic -import nl.rubensten.texifyidea.util.requiredParameter +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.Magic +import nl.hannahsten.texifyidea.util.requiredParameter /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexLabelPresentation(val labelCommand: LatexCommands) : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexNewCommandPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexNewCommandPresentation.kt similarity index 85% rename from src/nl/rubensten/texifyidea/structure/latex/LatexNewCommandPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexNewCommandPresentation.kt index 3facff002..0255df63d 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexNewCommandPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexNewCommandPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.navigation.ItemPresentation -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexNewCommandPresentation(newCommand: LatexCommands) : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexOtherCommandPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexOtherCommandPresentation.kt similarity index 78% rename from src/nl/rubensten/texifyidea/structure/latex/LatexOtherCommandPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexOtherCommandPresentation.kt index 467b55d2f..ce285545b 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexOtherCommandPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexOtherCommandPresentation.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.navigation.ItemPresentation -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.util.nextCommand +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.util.nextCommand import javax.swing.Icon /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexOtherCommandPresentation(command: LatexCommands, private val icon: Icon) : ItemPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexParagraphPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexParagraphPresentation.kt similarity index 76% rename from src/nl/rubensten/texifyidea/structure/latex/LatexParagraphPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexParagraphPresentation.kt index 7637a20a7..9378dc137 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexParagraphPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexParagraphPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexParagraphPresentation(paragraphCommand: LatexCommands) : EditableHintPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexPartPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexPartPresentation.kt similarity index 71% rename from src/nl/rubensten/texifyidea/structure/latex/LatexPartPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexPartPresentation.kt index 2c439d7a3..e1cfd6bf1 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexPartPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexPartPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexPartPresentation(partCommand: LatexCommands) : EditableHintPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexPresentationFactory.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexPresentationFactory.kt similarity index 84% rename from src/nl/rubensten/texifyidea/structure/latex/LatexPresentationFactory.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexPresentationFactory.kt index 514309bf3..899a18f7e 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexPresentationFactory.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexPresentationFactory.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object LatexPresentationFactory { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexSectionPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexSectionPresentation.kt similarity index 72% rename from src/nl/rubensten/texifyidea/structure/latex/LatexSectionPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexSectionPresentation.kt index 0e37d829b..35b0e4570 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexSectionPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexSectionPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexSectionPresentation(sectionCommand: LatexCommands) : EditableHintPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewCommandElement.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewCommandElement.kt similarity index 89% rename from src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewCommandElement.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewCommandElement.kt index e3c300c20..0c6f40b49 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewCommandElement.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewCommandElement.kt @@ -1,16 +1,16 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.SortableTreeElement import com.intellij.ide.util.treeView.smartTree.TreeElement import com.intellij.navigation.NavigationItem -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation -import nl.rubensten.texifyidea.util.nextCommand +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.util.nextCommand import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexStructureViewCommandElement(private val element: LatexCommands) : StructureViewTreeElement, SortableTreeElement { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewElement.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewElement.kt similarity index 95% rename from src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewElement.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewElement.kt index 2bd21dfaf..63d946ac8 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewElement.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewElement.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.SortableTreeElement @@ -12,19 +12,19 @@ import com.intellij.psi.PsiNamedElement import com.intellij.psi.impl.source.tree.LeafPsiElement import com.intellij.psi.search.GlobalSearchScope import com.intellij.psi.util.PsiTreeUtil -import nl.rubensten.texifyidea.file.* -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.lang.LatexRegularCommand -import nl.rubensten.texifyidea.lang.RequiredFileArgument -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.psi.LatexTypes -import nl.rubensten.texifyidea.structure.bibtex.BibtexStructureViewElement -import nl.rubensten.texifyidea.structure.latex.SectionNumbering.DocumentClass -import nl.rubensten.texifyidea.util.* +import nl.hannahsten.texifyidea.file.* +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.lang.LatexRegularCommand +import nl.hannahsten.texifyidea.lang.RequiredFileArgument +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.psi.LatexTypes +import nl.hannahsten.texifyidea.structure.bibtex.BibtexStructureViewElement +import nl.hannahsten.texifyidea.structure.latex.SectionNumbering.DocumentClass +import nl.hannahsten.texifyidea.util.* import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexStructureViewElement(private val element: PsiElement) : StructureViewTreeElement, SortableTreeElement { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewFactory.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewFactory.kt similarity index 85% rename from src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewFactory.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewFactory.kt index dbb2d6dd3..bf35e3451 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewFactory.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewFactory.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.ide.structureView.StructureViewModel import com.intellij.ide.structureView.TreeBasedStructureViewBuilder @@ -6,10 +6,10 @@ import com.intellij.lang.PsiStructureViewFactory import com.intellij.openapi.editor.Editor import com.intellij.psi.PsiFile import com.intellij.psi.PsiManager -import nl.rubensten.texifyidea.psi.StructurePsiChangeListener +import nl.hannahsten.texifyidea.psi.StructurePsiChangeListener /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexStructureViewFactory : PsiStructureViewFactory { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewModel.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewModel.kt similarity index 89% rename from src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewModel.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewModel.kt index dc644dc28..45e2a8dcf 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexStructureViewModel.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexStructureViewModel.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex import com.intellij.ide.structureView.StructureViewModel.ElementInfoProvider import com.intellij.ide.structureView.StructureViewModelBase @@ -6,10 +6,10 @@ import com.intellij.ide.structureView.StructureViewTreeElement import com.intellij.ide.util.treeView.smartTree.Sorter import com.intellij.openapi.editor.Editor import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.structure.filter.* +import nl.hannahsten.texifyidea.structure.filter.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexStructureViewModel( psiFile: PsiFile, diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexSubParagraphPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexSubParagraphPresentation.kt similarity index 74% rename from src/nl/rubensten/texifyidea/structure/latex/LatexSubParagraphPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexSubParagraphPresentation.kt index 04d25937d..0fea6de56 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexSubParagraphPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexSubParagraphPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexSubParagraphPresentation(subParagraphCommand: LatexCommands) : EditableHintPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexSubSectionPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexSubSectionPresentation.kt similarity index 73% rename from src/nl/rubensten/texifyidea/structure/latex/LatexSubSectionPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexSubSectionPresentation.kt index 13c42994a..18e35cdbb 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexSubSectionPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexSubSectionPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexSubSectionPresentation(sectionCommand: LatexCommands) : EditableHintPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/LatexSubSubSectionPresentation.kt b/src/nl/hannahsten/texifyidea/structure/latex/LatexSubSubSectionPresentation.kt similarity index 73% rename from src/nl/rubensten/texifyidea/structure/latex/LatexSubSubSectionPresentation.kt rename to src/nl/hannahsten/texifyidea/structure/latex/LatexSubSubSectionPresentation.kt index dbbcc1bd3..e80dfed60 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/LatexSubSubSectionPresentation.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/LatexSubSubSectionPresentation.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.psi.LatexCommands -import nl.rubensten.texifyidea.structure.EditableHintPresentation +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.structure.EditableHintPresentation /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexSubSubSectionPresentation(sectionCommand: LatexCommands) : EditableHintPresentation { diff --git a/src/nl/rubensten/texifyidea/structure/latex/SectionNumbering.kt b/src/nl/hannahsten/texifyidea/structure/latex/SectionNumbering.kt similarity index 92% rename from src/nl/rubensten/texifyidea/structure/latex/SectionNumbering.kt rename to src/nl/hannahsten/texifyidea/structure/latex/SectionNumbering.kt index ebceaec49..e897eace2 100644 --- a/src/nl/rubensten/texifyidea/structure/latex/SectionNumbering.kt +++ b/src/nl/hannahsten/texifyidea/structure/latex/SectionNumbering.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.structure.latex +package nl.hannahsten.texifyidea.structure.latex -import nl.rubensten.texifyidea.util.toRoman +import nl.hannahsten.texifyidea.util.toRoman /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class SectionNumbering(private val documentClass: DocumentClass) { diff --git a/src/nl/rubensten/texifyidea/templates/BibtexContext.kt b/src/nl/hannahsten/texifyidea/templates/BibtexContext.kt similarity index 67% rename from src/nl/rubensten/texifyidea/templates/BibtexContext.kt rename to src/nl/hannahsten/texifyidea/templates/BibtexContext.kt index 408a5dc31..8065928e2 100644 --- a/src/nl/rubensten/texifyidea/templates/BibtexContext.kt +++ b/src/nl/hannahsten/texifyidea/templates/BibtexContext.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.templates +package nl.hannahsten.texifyidea.templates import com.intellij.codeInsight.template.TemplateContextType import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.BibtexFile +import nl.hannahsten.texifyidea.file.BibtexFile /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexContext : TemplateContextType("BIBTEX", "BibTeX") { diff --git a/src/nl/rubensten/texifyidea/templates/BibtexLiveTemplateProvider.kt b/src/nl/hannahsten/texifyidea/templates/BibtexLiveTemplateProvider.kt similarity index 81% rename from src/nl/rubensten/texifyidea/templates/BibtexLiveTemplateProvider.kt rename to src/nl/hannahsten/texifyidea/templates/BibtexLiveTemplateProvider.kt index 903abfc79..a8ee19109 100644 --- a/src/nl/rubensten/texifyidea/templates/BibtexLiveTemplateProvider.kt +++ b/src/nl/hannahsten/texifyidea/templates/BibtexLiveTemplateProvider.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.templates +package nl.hannahsten.texifyidea.templates import com.intellij.codeInsight.template.impl.DefaultLiveTemplatesProvider /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class BibtexLiveTemplateProvider : DefaultLiveTemplatesProvider { diff --git a/src/nl/rubensten/texifyidea/templates/LatexContext.kt b/src/nl/hannahsten/texifyidea/templates/LatexContext.kt similarity index 75% rename from src/nl/rubensten/texifyidea/templates/LatexContext.kt rename to src/nl/hannahsten/texifyidea/templates/LatexContext.kt index 309f6ca15..b4ab7f379 100644 --- a/src/nl/rubensten/texifyidea/templates/LatexContext.kt +++ b/src/nl/hannahsten/texifyidea/templates/LatexContext.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.templates +package nl.hannahsten.texifyidea.templates import com.intellij.codeInsight.template.TemplateContextType import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.file.LatexFile +import nl.hannahsten.texifyidea.file.LatexFile /** * @author Sten Wessel diff --git a/src/nl/rubensten/texifyidea/templates/LatexLiveTemplateProvider.kt b/src/nl/hannahsten/texifyidea/templates/LatexLiveTemplateProvider.kt similarity index 89% rename from src/nl/rubensten/texifyidea/templates/LatexLiveTemplateProvider.kt rename to src/nl/hannahsten/texifyidea/templates/LatexLiveTemplateProvider.kt index ac4e7e389..e757da502 100644 --- a/src/nl/rubensten/texifyidea/templates/LatexLiveTemplateProvider.kt +++ b/src/nl/hannahsten/texifyidea/templates/LatexLiveTemplateProvider.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.templates +package nl.hannahsten.texifyidea.templates import com.intellij.codeInsight.template.impl.DefaultLiveTemplatesProvider diff --git a/src/nl/rubensten/texifyidea/templates/LatexTemplatesFactory.kt b/src/nl/hannahsten/texifyidea/templates/LatexTemplatesFactory.kt similarity index 94% rename from src/nl/rubensten/texifyidea/templates/LatexTemplatesFactory.kt rename to src/nl/hannahsten/texifyidea/templates/LatexTemplatesFactory.kt index 25ac02076..b1d76d61a 100644 --- a/src/nl/rubensten/texifyidea/templates/LatexTemplatesFactory.kt +++ b/src/nl/hannahsten/texifyidea/templates/LatexTemplatesFactory.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.templates +package nl.hannahsten.texifyidea.templates import com.intellij.ide.fileTemplates.FileTemplateDescriptor import com.intellij.ide.fileTemplates.FileTemplateGroupDescriptor @@ -10,14 +10,14 @@ import com.intellij.openapi.project.Project import com.intellij.psi.PsiDirectory import com.intellij.psi.PsiFile import com.intellij.psi.PsiFileFactory -import nl.rubensten.texifyidea.TeXception -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.util.Container +import nl.hannahsten.texifyidea.TeXception +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.util.Container import java.io.IOException import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class LatexTemplatesFactory : FileTemplateGroupDescriptorFactory { diff --git a/src/nl/rubensten/texifyidea/ui/CreateFileDialog.kt b/src/nl/hannahsten/texifyidea/ui/CreateFileDialog.kt similarity index 97% rename from src/nl/rubensten/texifyidea/ui/CreateFileDialog.kt rename to src/nl/hannahsten/texifyidea/ui/CreateFileDialog.kt index 08d476f16..eff200b4f 100644 --- a/src/nl/rubensten/texifyidea/ui/CreateFileDialog.kt +++ b/src/nl/hannahsten/texifyidea/ui/CreateFileDialog.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.ui +package nl.hannahsten.texifyidea.ui import com.intellij.openapi.fileChooser.FileChooserDescriptor import com.intellij.openapi.ui.* -import nl.rubensten.texifyidea.util.formatAsFileName +import nl.hannahsten.texifyidea.util.formatAsFileName import java.io.File import javax.swing.JPanel import javax.swing.JTextField diff --git a/src/nl/rubensten/texifyidea/ui/EquationPreviewToolWindow.kt b/src/nl/hannahsten/texifyidea/ui/EquationPreviewToolWindow.kt similarity index 87% rename from src/nl/rubensten/texifyidea/ui/EquationPreviewToolWindow.kt rename to src/nl/hannahsten/texifyidea/ui/EquationPreviewToolWindow.kt index c394b0e30..bc5e8dd84 100644 --- a/src/nl/rubensten/texifyidea/ui/EquationPreviewToolWindow.kt +++ b/src/nl/hannahsten/texifyidea/ui/EquationPreviewToolWindow.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.ui +package nl.hannahsten.texifyidea.ui import javax.swing.JPanel diff --git a/src/nl/rubensten/texifyidea/ui/ImagePanel.kt b/src/nl/hannahsten/texifyidea/ui/ImagePanel.kt similarity index 98% rename from src/nl/rubensten/texifyidea/ui/ImagePanel.kt rename to src/nl/hannahsten/texifyidea/ui/ImagePanel.kt index 420d5bc8e..7c8c3c02f 100644 --- a/src/nl/rubensten/texifyidea/ui/ImagePanel.kt +++ b/src/nl/hannahsten/texifyidea/ui/ImagePanel.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.ui +package nl.hannahsten.texifyidea.ui import java.awt.Dimension import java.awt.Graphics diff --git a/src/nl/rubensten/texifyidea/ui/MathEnvironmentDialog.kt b/src/nl/hannahsten/texifyidea/ui/MathEnvironmentDialog.kt similarity index 93% rename from src/nl/rubensten/texifyidea/ui/MathEnvironmentDialog.kt rename to src/nl/hannahsten/texifyidea/ui/MathEnvironmentDialog.kt index edaa4f140..ebb96b7b8 100644 --- a/src/nl/rubensten/texifyidea/ui/MathEnvironmentDialog.kt +++ b/src/nl/hannahsten/texifyidea/ui/MathEnvironmentDialog.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.ui +package nl.hannahsten.texifyidea.ui import com.intellij.openapi.ui.DialogBuilder import com.intellij.openapi.ui.DialogWrapper -import nl.rubensten.texifyidea.lang.DefaultEnvironment -import nl.rubensten.texifyidea.lang.Environment +import nl.hannahsten.texifyidea.lang.DefaultEnvironment +import nl.hannahsten.texifyidea.lang.Environment import java.awt.BorderLayout import java.awt.Color import javax.swing.JComboBox diff --git a/src/nl/rubensten/texifyidea/ui/PreviewForm.form b/src/nl/hannahsten/texifyidea/ui/PreviewForm.form similarity index 96% rename from src/nl/rubensten/texifyidea/ui/PreviewForm.form rename to src/nl/hannahsten/texifyidea/ui/PreviewForm.form index 7b563324e..b6fbe7660 100644 --- a/src/nl/rubensten/texifyidea/ui/PreviewForm.form +++ b/src/nl/hannahsten/texifyidea/ui/PreviewForm.form @@ -1,5 +1,5 @@ -
    + @@ -27,7 +27,7 @@ - + diff --git a/src/nl/rubensten/texifyidea/ui/PreviewForm.kt b/src/nl/hannahsten/texifyidea/ui/PreviewForm.kt similarity index 96% rename from src/nl/rubensten/texifyidea/ui/PreviewForm.kt rename to src/nl/hannahsten/texifyidea/ui/PreviewForm.kt index c00862ecc..0ec2ae21a 100644 --- a/src/nl/rubensten/texifyidea/ui/PreviewForm.kt +++ b/src/nl/hannahsten/texifyidea/ui/PreviewForm.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.ui +package nl.hannahsten.texifyidea.ui import java.awt.image.BufferedImage import javax.swing.* diff --git a/src/nl/rubensten/texifyidea/ui/PreviewFormUpdater.kt b/src/nl/hannahsten/texifyidea/ui/PreviewFormUpdater.kt similarity index 99% rename from src/nl/rubensten/texifyidea/ui/PreviewFormUpdater.kt rename to src/nl/hannahsten/texifyidea/ui/PreviewFormUpdater.kt index 0c2986a18..6e55c7bb8 100644 --- a/src/nl/rubensten/texifyidea/ui/PreviewFormUpdater.kt +++ b/src/nl/hannahsten/texifyidea/ui/PreviewFormUpdater.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.ui +package nl.hannahsten.texifyidea.ui import com.intellij.openapi.util.SystemInfo import java.io.File diff --git a/src/nl/rubensten/texifyidea/util/Bibtex.kt b/src/nl/hannahsten/texifyidea/util/Bibtex.kt similarity index 98% rename from src/nl/rubensten/texifyidea/util/Bibtex.kt rename to src/nl/hannahsten/texifyidea/util/Bibtex.kt index 8c8eb3a1f..75578d77d 100644 --- a/src/nl/rubensten/texifyidea/util/Bibtex.kt +++ b/src/nl/hannahsten/texifyidea/util/Bibtex.kt @@ -1,6 +1,6 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util -import nl.rubensten.texifyidea.psi.* +import nl.hannahsten.texifyidea.psi.* /** * Get the lowercase token type (including `@`) of the BibTeX entry (e.g. `@article`). diff --git a/src/nl/rubensten/texifyidea/util/Collections.kt b/src/nl/hannahsten/texifyidea/util/Collections.kt similarity index 99% rename from src/nl/rubensten/texifyidea/util/Collections.kt rename to src/nl/hannahsten/texifyidea/util/Collections.kt index 8a5660072..66a551287 100644 --- a/src/nl/rubensten/texifyidea/util/Collections.kt +++ b/src/nl/hannahsten/texifyidea/util/Collections.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import java.util.* import java.util.stream.Collectors diff --git a/src/nl/rubensten/texifyidea/util/Commands.kt b/src/nl/hannahsten/texifyidea/util/Commands.kt similarity index 68% rename from src/nl/rubensten/texifyidea/util/Commands.kt rename to src/nl/hannahsten/texifyidea/util/Commands.kt index 16c1a6f1b..74abab5d5 100644 --- a/src/nl/rubensten/texifyidea/util/Commands.kt +++ b/src/nl/hannahsten/texifyidea/util/Commands.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.index.LatexDefinitionIndex -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex +import nl.hannahsten.texifyidea.psi.LatexCommands /** * Finds all defined commands within the project. diff --git a/src/nl/rubensten/texifyidea/util/Container.kt b/src/nl/hannahsten/texifyidea/util/Container.kt similarity index 88% rename from src/nl/rubensten/texifyidea/util/Container.kt rename to src/nl/hannahsten/texifyidea/util/Container.kt index 554b0aadb..8d4f51146 100644 --- a/src/nl/rubensten/texifyidea/util/Container.kt +++ b/src/nl/hannahsten/texifyidea/util/Container.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class Container { diff --git a/src/nl/rubensten/texifyidea/util/Documents.kt b/src/nl/hannahsten/texifyidea/util/Documents.kt similarity index 98% rename from src/nl/rubensten/texifyidea/util/Documents.kt rename to src/nl/hannahsten/texifyidea/util/Documents.kt index 897edc012..0e1b7d7f2 100644 --- a/src/nl/rubensten/texifyidea/util/Documents.kt +++ b/src/nl/hannahsten/texifyidea/util/Documents.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.editor.Document import com.intellij.openapi.editor.Editor diff --git a/src/nl/rubensten/texifyidea/util/Environments.kt b/src/nl/hannahsten/texifyidea/util/Environments.kt similarity index 70% rename from src/nl/rubensten/texifyidea/util/Environments.kt rename to src/nl/hannahsten/texifyidea/util/Environments.kt index 08dc2b004..8df7f5838 100644 --- a/src/nl/rubensten/texifyidea/util/Environments.kt +++ b/src/nl/hannahsten/texifyidea/util/Environments.kt @@ -1,8 +1,8 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.project.Project -import nl.rubensten.texifyidea.index.LatexDefinitionIndex -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex +import nl.hannahsten.texifyidea.psi.LatexCommands /** * Finds all environemnt definition commands within the project. diff --git a/src/nl/rubensten/texifyidea/util/FileSet.kt b/src/nl/hannahsten/texifyidea/util/FileSet.kt similarity index 87% rename from src/nl/rubensten/texifyidea/util/FileSet.kt rename to src/nl/hannahsten/texifyidea/util/FileSet.kt index af3b379a0..f3e8b01bf 100644 --- a/src/nl/rubensten/texifyidea/util/FileSet.kt +++ b/src/nl/hannahsten/texifyidea/util/FileSet.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.BibtexIdIndex -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.index.LatexDefinitionIndex -import nl.rubensten.texifyidea.index.LatexIncludesIndex -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.index.BibtexIdIndex +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex +import nl.hannahsten.texifyidea.index.LatexIncludesIndex +import nl.hannahsten.texifyidea.psi.LatexCommands /** * Finds all the files in the project that are somehow related using includes. diff --git a/src/nl/rubensten/texifyidea/util/Files.kt b/src/nl/hannahsten/texifyidea/util/Files.kt similarity index 96% rename from src/nl/rubensten/texifyidea/util/Files.kt rename to src/nl/hannahsten/texifyidea/util/Files.kt index b04b75ecb..5ab4f33af 100644 --- a/src/nl/rubensten/texifyidea/util/Files.kt +++ b/src/nl/hannahsten/texifyidea/util/Files.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.editor.Document import com.intellij.openapi.fileEditor.FileEditorManager @@ -14,15 +14,15 @@ import com.intellij.psi.PsiDocumentManager import com.intellij.psi.PsiFile import com.intellij.psi.PsiManager import com.intellij.psi.search.GlobalSearchScope -import nl.rubensten.texifyidea.algorithm.IsChildDFS -import nl.rubensten.texifyidea.file.BibtexFileType -import nl.rubensten.texifyidea.file.ClassFileType -import nl.rubensten.texifyidea.file.LatexFileType -import nl.rubensten.texifyidea.file.StyleFileType -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.index.LatexDefinitionIndex -import nl.rubensten.texifyidea.lang.Package -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.algorithm.IsChildDFS +import nl.hannahsten.texifyidea.file.BibtexFileType +import nl.hannahsten.texifyidea.file.ClassFileType +import nl.hannahsten.texifyidea.file.LatexFileType +import nl.hannahsten.texifyidea.file.StyleFileType +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex +import nl.hannahsten.texifyidea.lang.Package +import nl.hannahsten.texifyidea.psi.LatexCommands import java.io.File import java.nio.charset.StandardCharsets import java.util.* @@ -30,7 +30,7 @@ import java.util.regex.Pattern import kotlin.collections.HashSet /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object FileUtil { diff --git a/src/nl/rubensten/texifyidea/util/General.kt b/src/nl/hannahsten/texifyidea/util/General.kt similarity index 97% rename from src/nl/rubensten/texifyidea/util/General.kt rename to src/nl/hannahsten/texifyidea/util/General.kt index d561714a1..1c3a84d7a 100644 --- a/src/nl/rubensten/texifyidea/util/General.kt +++ b/src/nl/hannahsten/texifyidea/util/General.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.application.ApplicationManager import com.intellij.openapi.util.TextRange diff --git a/src/nl/rubensten/texifyidea/util/Kindness.kt b/src/nl/hannahsten/texifyidea/util/Kindness.kt similarity index 93% rename from src/nl/rubensten/texifyidea/util/Kindness.kt rename to src/nl/hannahsten/texifyidea/util/Kindness.kt index bbef85088..843718ca8 100644 --- a/src/nl/rubensten/texifyidea/util/Kindness.kt +++ b/src/nl/hannahsten/texifyidea/util/Kindness.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Kindness { diff --git a/src/nl/rubensten/texifyidea/util/Labels.kt b/src/nl/hannahsten/texifyidea/util/Labels.kt similarity index 93% rename from src/nl/rubensten/texifyidea/util/Labels.kt rename to src/nl/hannahsten/texifyidea/util/Labels.kt index 1909b0f78..ce74d0299 100644 --- a/src/nl/rubensten/texifyidea/util/Labels.kt +++ b/src/nl/hannahsten/texifyidea/util/Labels.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.project.Project import com.intellij.psi.PsiElement import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.BibtexIdIndex -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.psi.BibtexId -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.index.BibtexIdIndex +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.psi.BibtexId +import nl.hannahsten.texifyidea.psi.LatexCommands /** * Finds all the defined labels in the fileset of the file. diff --git a/src/nl/rubensten/texifyidea/util/LatexDistribution.kt b/src/nl/hannahsten/texifyidea/util/LatexDistribution.kt similarity index 98% rename from src/nl/rubensten/texifyidea/util/LatexDistribution.kt rename to src/nl/hannahsten/texifyidea/util/LatexDistribution.kt index 232b2ba20..fc7b051b6 100644 --- a/src/nl/rubensten/texifyidea/util/LatexDistribution.kt +++ b/src/nl/hannahsten/texifyidea/util/LatexDistribution.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import java.io.IOException import java.util.concurrent.TimeUnit diff --git a/src/nl/rubensten/texifyidea/util/Log.kt b/src/nl/hannahsten/texifyidea/util/Log.kt similarity index 89% rename from src/nl/rubensten/texifyidea/util/Log.kt rename to src/nl/hannahsten/texifyidea/util/Log.kt index 2ca58fa54..34f110eb8 100644 --- a/src/nl/rubensten/texifyidea/util/Log.kt +++ b/src/nl/hannahsten/texifyidea/util/Log.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.diagnostic.Logger /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Log { diff --git a/src/nl/rubensten/texifyidea/util/Magic.kt b/src/nl/hannahsten/texifyidea/util/Magic.kt similarity index 96% rename from src/nl/rubensten/texifyidea/util/Magic.kt rename to src/nl/hannahsten/texifyidea/util/Magic.kt index 0c3337d73..f22b750e2 100644 --- a/src/nl/rubensten/texifyidea/util/Magic.kt +++ b/src/nl/hannahsten/texifyidea/util/Magic.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.codeInspection.LocalQuickFix import com.intellij.psi.PsiElement -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.file.* -import nl.rubensten.texifyidea.inspections.latex.LatexLineBreakInspection -import nl.rubensten.texifyidea.lang.Package +import nl.hannahsten.texifyidea.TexifyIcons +import nl.hannahsten.texifyidea.file.* +import nl.hannahsten.texifyidea.inspections.latex.LatexLineBreakInspection +import nl.hannahsten.texifyidea.lang.Package import java.awt.Color import java.util.regex.Pattern @@ -15,23 +15,23 @@ typealias RegexPattern = Pattern /** * Magic constants are awesome! * - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Magic { /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object General { - const val pathPackageRoot = "/nl/rubensten/texifyidea" + const val pathPackageRoot = "/nl/hannahsten/texifyidea" @JvmField val emptyStringArray = arrayOfNulls(0) @JvmField val emptyPsiElementArray = arrayOfNulls(0) @JvmField val noQuickFix: LocalQuickFix? = null } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Typography { @@ -49,7 +49,7 @@ object Magic { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Environment { @@ -75,7 +75,7 @@ object Magic { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Command { @@ -286,7 +286,7 @@ object Magic { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Pattern { @@ -381,7 +381,7 @@ object Magic { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object File { @@ -411,7 +411,7 @@ object Magic { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Package { @@ -425,7 +425,7 @@ object Magic { } /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object Icon { diff --git a/src/nl/rubensten/texifyidea/util/Numbers.kt b/src/nl/hannahsten/texifyidea/util/Numbers.kt similarity index 92% rename from src/nl/rubensten/texifyidea/util/Numbers.kt rename to src/nl/hannahsten/texifyidea/util/Numbers.kt index a81997e86..ff726c095 100644 --- a/src/nl/rubensten/texifyidea/util/Numbers.kt +++ b/src/nl/hannahsten/texifyidea/util/Numbers.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import java.util.* /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ private val ROMAN = TreeMap().apply { this[1000] = "M" diff --git a/src/nl/rubensten/texifyidea/util/Packages.kt b/src/nl/hannahsten/texifyidea/util/Packages.kt similarity index 96% rename from src/nl/rubensten/texifyidea/util/Packages.kt rename to src/nl/hannahsten/texifyidea/util/Packages.kt index 18adfc78e..5a283b936 100644 --- a/src/nl/rubensten/texifyidea/util/Packages.kt +++ b/src/nl/hannahsten/texifyidea/util/Packages.kt @@ -1,14 +1,14 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.editor.Document import com.intellij.openapi.util.text.StringUtil import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.index.LatexCommandsIndex -import nl.rubensten.texifyidea.lang.Package -import nl.rubensten.texifyidea.psi.LatexCommands +import nl.hannahsten.texifyidea.index.LatexCommandsIndex +import nl.hannahsten.texifyidea.lang.Package +import nl.hannahsten.texifyidea.psi.LatexCommands /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ object PackageUtils { @@ -18,7 +18,7 @@ object PackageUtils { * This is a static list for now, will be made dynamic (index CTAN programatically) in the future. */ val CTAN_PACKAGE_NAMES: List = javaClass - .getResourceAsStream("/nl/rubensten/texifyidea/packages/package.list") + .getResourceAsStream("/nl/hannahsten/texifyidea/packages/package.list") .bufferedReader() .readLine() .split(";") diff --git a/src/nl/rubensten/texifyidea/util/Projects.kt b/src/nl/hannahsten/texifyidea/util/Projects.kt similarity index 92% rename from src/nl/rubensten/texifyidea/util/Projects.kt rename to src/nl/hannahsten/texifyidea/util/Projects.kt index 5ecc6de57..8ad966d0b 100644 --- a/src/nl/rubensten/texifyidea/util/Projects.kt +++ b/src/nl/hannahsten/texifyidea/util/Projects.kt @@ -1,9 +1,9 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.project.Project import com.intellij.openapi.roots.ProjectRootManager import com.intellij.psi.search.GlobalSearchScope -import nl.rubensten.texifyidea.index.LatexDefinitionIndex +import nl.hannahsten.texifyidea.index.LatexDefinitionIndex /** * Get a project [GlobalSearchScope] for this project. diff --git a/src/nl/rubensten/texifyidea/util/Psi.kt b/src/nl/hannahsten/texifyidea/util/Psi.kt similarity index 98% rename from src/nl/rubensten/texifyidea/util/Psi.kt rename to src/nl/hannahsten/texifyidea/util/Psi.kt index dd08f33be..049a88b0f 100644 --- a/src/nl/rubensten/texifyidea/util/Psi.kt +++ b/src/nl/hannahsten/texifyidea/util/Psi.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.psi.PsiComment import com.intellij.psi.PsiElement @@ -6,10 +6,10 @@ import com.intellij.psi.PsiFile import com.intellij.psi.PsiWhiteSpace import com.intellij.psi.impl.source.tree.LeafPsiElement import com.intellij.psi.util.PsiTreeUtil -import nl.rubensten.texifyidea.lang.DefaultEnvironment -import nl.rubensten.texifyidea.lang.Environment -import nl.rubensten.texifyidea.lang.magic.TextBasedMagicCommentParser -import nl.rubensten.texifyidea.psi.* +import nl.hannahsten.texifyidea.lang.DefaultEnvironment +import nl.hannahsten.texifyidea.lang.Environment +import nl.hannahsten.texifyidea.lang.magic.TextBasedMagicCommentParser +import nl.hannahsten.texifyidea.psi.* import kotlin.reflect.KClass //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/nl/rubensten/texifyidea/util/PsiCommands.kt b/src/nl/hannahsten/texifyidea/util/PsiCommands.kt similarity index 97% rename from src/nl/rubensten/texifyidea/util/PsiCommands.kt rename to src/nl/hannahsten/texifyidea/util/PsiCommands.kt index 2eebe40be..f12450528 100644 --- a/src/nl/rubensten/texifyidea/util/PsiCommands.kt +++ b/src/nl/hannahsten/texifyidea/util/PsiCommands.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.psi.PsiElement import com.intellij.psi.impl.source.tree.LeafPsiElement import com.intellij.psi.util.PsiTreeUtil -import nl.rubensten.texifyidea.lang.LatexMathCommand -import nl.rubensten.texifyidea.lang.LatexRegularCommand -import nl.rubensten.texifyidea.psi.* +import nl.hannahsten.texifyidea.lang.LatexMathCommand +import nl.hannahsten.texifyidea.lang.LatexRegularCommand +import nl.hannahsten.texifyidea.psi.* /** * Checks whether the given LaTeX commands is a definition or not. diff --git a/src/nl/rubensten/texifyidea/util/Strings.kt b/src/nl/hannahsten/texifyidea/util/Strings.kt similarity index 99% rename from src/nl/rubensten/texifyidea/util/Strings.kt rename to src/nl/hannahsten/texifyidea/util/Strings.kt index 197e5f327..1881d4a2a 100644 --- a/src/nl/rubensten/texifyidea/util/Strings.kt +++ b/src/nl/hannahsten/texifyidea/util/Strings.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import org.intellij.lang.annotations.Language diff --git a/src/nl/rubensten/texifyidea/util/UserInterface.kt b/src/nl/hannahsten/texifyidea/util/UserInterface.kt similarity index 97% rename from src/nl/rubensten/texifyidea/util/UserInterface.kt rename to src/nl/hannahsten/texifyidea/util/UserInterface.kt index e0c0739c4..2748e7439 100644 --- a/src/nl/rubensten/texifyidea/util/UserInterface.kt +++ b/src/nl/hannahsten/texifyidea/util/UserInterface.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import com.intellij.openapi.project.Project import com.intellij.openapi.ui.MessageType diff --git a/src/nl/rubensten/texifyidea/util/tools/GenerateBibtexTypeTemplates.kt b/src/nl/hannahsten/texifyidea/util/tools/GenerateBibtexTypeTemplates.kt similarity index 91% rename from src/nl/rubensten/texifyidea/util/tools/GenerateBibtexTypeTemplates.kt rename to src/nl/hannahsten/texifyidea/util/tools/GenerateBibtexTypeTemplates.kt index a7a9333ef..f405d84a9 100644 --- a/src/nl/rubensten/texifyidea/util/tools/GenerateBibtexTypeTemplates.kt +++ b/src/nl/hannahsten/texifyidea/util/tools/GenerateBibtexTypeTemplates.kt @@ -1,13 +1,13 @@ -package nl.rubensten.texifyidea.util.tools +package nl.hannahsten.texifyidea.util.tools -import nl.rubensten.texifyidea.lang.BibtexDefaultEntry -import nl.rubensten.texifyidea.lang.BibtexEntryType +import nl.hannahsten.texifyidea.lang.BibtexDefaultEntry +import nl.hannahsten.texifyidea.lang.BibtexEntryType import java.io.File /** * Generates xml for the BibTeX.xml template file. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ fun main(args: Array) { val result = StringBuilder("\n") diff --git a/src/nl/rubensten/texifyidea/BibtexLexerAdapter.kt b/src/nl/rubensten/texifyidea/BibtexLexerAdapter.kt deleted file mode 100644 index e1ba7d6a4..000000000 --- a/src/nl/rubensten/texifyidea/BibtexLexerAdapter.kt +++ /dev/null @@ -1,9 +0,0 @@ -package nl.rubensten.texifyidea - -import com.intellij.lexer.FlexAdapter -import nl.rubensten.texifyidea.grammar.BibtexLexer - -/** - * @author Ruben Schellekens - */ -open class BibtexLexerAdapter : FlexAdapter(BibtexLexer(null)) \ No newline at end of file diff --git a/src/nl/rubensten/texifyidea/action/insert/InsertPartAction.java b/src/nl/rubensten/texifyidea/action/insert/InsertPartAction.java deleted file mode 100644 index 6e5251da5..000000000 --- a/src/nl/rubensten/texifyidea/action/insert/InsertPartAction.java +++ /dev/null @@ -1,14 +0,0 @@ -package nl.rubensten.texifyidea.action.insert; - -import nl.rubensten.texifyidea.TexifyIcons; -import nl.rubensten.texifyidea.action.InsertEditorAction; - -/** - * @author Ruben Schellekens - */ -public class InsertPartAction extends InsertEditorAction { - - public InsertPartAction() { - super("Part", TexifyIcons.DOT_PART, "\\part{", "}"); - } -} diff --git a/src/nl/rubensten/texifyidea/index/IndexKeys.java b/src/nl/rubensten/texifyidea/index/IndexKeys.java deleted file mode 100644 index 21212592f..000000000 --- a/src/nl/rubensten/texifyidea/index/IndexKeys.java +++ /dev/null @@ -1,19 +0,0 @@ -package nl.rubensten.texifyidea.index; - -import com.intellij.psi.stubs.StubIndexKey; -import nl.rubensten.texifyidea.psi.LatexCommands; - -/** - * @author Ruben Schellekens - */ -public class IndexKeys { - - public static final StubIndexKey COMMANDS_KEY = - StubIndexKey.createIndexKey("nl.rubensten.texifyidea.commands"); - - public static final StubIndexKey INCLUDES_KEY = - StubIndexKey.createIndexKey("nl.rubensten.texifyidea.includes"); - - public static final StubIndexKey DEFINITIONS_KEY = - StubIndexKey.createIndexKey("nl.rubensten.texifyidea.definitions"); -} diff --git a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexFilePresentation.kt b/src/nl/rubensten/texifyidea/structure/bibtex/BibtexFilePresentation.kt deleted file mode 100644 index a3798a7cf..000000000 --- a/src/nl/rubensten/texifyidea/structure/bibtex/BibtexFilePresentation.kt +++ /dev/null @@ -1,13 +0,0 @@ -package nl.rubensten.texifyidea.structure.bibtex - -import com.intellij.psi.PsiFile -import nl.rubensten.texifyidea.TexifyIcons -import nl.rubensten.texifyidea.structure.latex.LatexFilePresentation - -/** - * @author Ruben Schellekens - */ -open class BibtexFilePresentation(val file: PsiFile) : LatexFilePresentation(file) { - - override fun getIcon(b: Boolean) = TexifyIcons.DOT_BIB!! -} \ No newline at end of file diff --git a/test/nl/rubensten/texifyidea/editor/OneLinerTest.kt b/test/nl/hannahsten/texifyidea/editor/OneLinerTest.kt similarity index 99% rename from test/nl/rubensten/texifyidea/editor/OneLinerTest.kt rename to test/nl/hannahsten/texifyidea/editor/OneLinerTest.kt index 3c54d8ae7..cbd15c732 100644 --- a/test/nl/rubensten/texifyidea/editor/OneLinerTest.kt +++ b/test/nl/hannahsten/texifyidea/editor/OneLinerTest.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.editor +package nl.hannahsten.texifyidea.editor import org.junit.Test import kotlin.test.assertEquals diff --git a/test/nl/rubensten/texifyidea/inspections/TexifyRegexInspectionTest.kt b/test/nl/hannahsten/texifyidea/inspections/TexifyRegexInspectionTest.kt similarity index 98% rename from test/nl/rubensten/texifyidea/inspections/TexifyRegexInspectionTest.kt rename to test/nl/hannahsten/texifyidea/inspections/TexifyRegexInspectionTest.kt index bf72eed34..0c978efc9 100644 --- a/test/nl/rubensten/texifyidea/inspections/TexifyRegexInspectionTest.kt +++ b/test/nl/hannahsten/texifyidea/inspections/TexifyRegexInspectionTest.kt @@ -1,6 +1,6 @@ -package nl.rubensten.texifyidea.inspections +package nl.hannahsten.texifyidea.inspections -import nl.rubensten.texifyidea.util.length +import nl.hannahsten.texifyidea.util.length import org.junit.jupiter.api.Assertions.assertEquals import org.junit.jupiter.api.Test import java.util.regex.Pattern diff --git a/test/nl/rubensten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspectionTest.kt b/test/nl/hannahsten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspectionTest.kt similarity index 85% rename from test/nl/rubensten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspectionTest.kt rename to test/nl/hannahsten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspectionTest.kt index 106a9fb73..4698296d0 100644 --- a/test/nl/rubensten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspectionTest.kt +++ b/test/nl/hannahsten/texifyidea/inspections/latex/LatexGroupedSubSupScriptInspectionTest.kt @@ -1,7 +1,7 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class LatexGroupedSubSupScriptInspectionTest : TexifyRegexInspectionTestBase(LatexGroupedSubSupScriptInspection()) { diff --git a/test/nl/rubensten/texifyidea/inspections/latex/TexifyRegexInspectionTestBase.kt b/test/nl/hannahsten/texifyidea/inspections/latex/TexifyRegexInspectionTestBase.kt similarity index 84% rename from test/nl/rubensten/texifyidea/inspections/latex/TexifyRegexInspectionTestBase.kt rename to test/nl/hannahsten/texifyidea/inspections/latex/TexifyRegexInspectionTestBase.kt index 264d64962..73a71d3b9 100644 --- a/test/nl/rubensten/texifyidea/inspections/latex/TexifyRegexInspectionTestBase.kt +++ b/test/nl/hannahsten/texifyidea/inspections/latex/TexifyRegexInspectionTestBase.kt @@ -1,12 +1,12 @@ -package nl.rubensten.texifyidea.inspections.latex +package nl.hannahsten.texifyidea.inspections.latex -import nl.rubensten.texifyidea.inspections.TexifyRegexInspection +import nl.hannahsten.texifyidea.inspections.TexifyRegexInspection import org.junit.Test import kotlin.test.assertFalse import kotlin.test.assertTrue /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ abstract class TexifyRegexInspectionTestBase(regexInspection: TexifyRegexInspection) { diff --git a/test/nl/rubensten/texifyidea/lang/CommandManagerTest.java b/test/nl/hannahsten/texifyidea/lang/CommandManagerTest.java similarity index 99% rename from test/nl/rubensten/texifyidea/lang/CommandManagerTest.java rename to test/nl/hannahsten/texifyidea/lang/CommandManagerTest.java index 7a2bb6e22..5d9c110f9 100644 --- a/test/nl/rubensten/texifyidea/lang/CommandManagerTest.java +++ b/test/nl/hannahsten/texifyidea/lang/CommandManagerTest.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang; +package nl.hannahsten.texifyidea.lang; import org.junit.Before; import org.junit.Test; @@ -13,7 +13,7 @@ /** * Tests for {@link CommandManager}. * - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class CommandManagerTest { diff --git a/test/nl/rubensten/texifyidea/lang/magic/MagicCommentTest.kt b/test/nl/hannahsten/texifyidea/lang/magic/MagicCommentTest.kt similarity index 97% rename from test/nl/rubensten/texifyidea/lang/magic/MagicCommentTest.kt rename to test/nl/hannahsten/texifyidea/lang/magic/MagicCommentTest.kt index 575b32600..9960dc23e 100644 --- a/test/nl/rubensten/texifyidea/lang/magic/MagicCommentTest.kt +++ b/test/nl/hannahsten/texifyidea/lang/magic/MagicCommentTest.kt @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic import org.junit.Test import kotlin.test.assertEquals @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull import kotlin.test.assertTrue /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ class MagicCommentTest { diff --git a/test/nl/rubensten/texifyidea/lang/magic/TextBasedMagicCommentParserTest.kt b/test/nl/hannahsten/texifyidea/lang/magic/TextBasedMagicCommentParserTest.kt similarity index 97% rename from test/nl/rubensten/texifyidea/lang/magic/TextBasedMagicCommentParserTest.kt rename to test/nl/hannahsten/texifyidea/lang/magic/TextBasedMagicCommentParserTest.kt index bb4c92bf7..0c27fd3ba 100644 --- a/test/nl/rubensten/texifyidea/lang/magic/TextBasedMagicCommentParserTest.kt +++ b/test/nl/hannahsten/texifyidea/lang/magic/TextBasedMagicCommentParserTest.kt @@ -1,10 +1,10 @@ -package nl.rubensten.texifyidea.lang.magic +package nl.hannahsten.texifyidea.lang.magic import kotlin.test.Test import kotlin.test.assertEquals /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class TextBasedMagicCommentParserTest { diff --git a/test/nl/rubensten/texifyidea/util/CollectionsKtTest.kt b/test/nl/hannahsten/texifyidea/util/CollectionsKtTest.kt similarity index 94% rename from test/nl/rubensten/texifyidea/util/CollectionsKtTest.kt rename to test/nl/hannahsten/texifyidea/util/CollectionsKtTest.kt index f7f503ea2..6421ff0a2 100644 --- a/test/nl/rubensten/texifyidea/util/CollectionsKtTest.kt +++ b/test/nl/hannahsten/texifyidea/util/CollectionsKtTest.kt @@ -1,11 +1,11 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import org.junit.Assert.assertFalse import org.junit.Assert.assertTrue import org.junit.Test /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ open class CollectionsKtTest { diff --git a/test/nl/rubensten/texifyidea/util/LatexDistributionTest.kt b/test/nl/hannahsten/texifyidea/util/LatexDistributionTest.kt similarity index 96% rename from test/nl/rubensten/texifyidea/util/LatexDistributionTest.kt rename to test/nl/hannahsten/texifyidea/util/LatexDistributionTest.kt index 2e344d52a..03c59a757 100644 --- a/test/nl/rubensten/texifyidea/util/LatexDistributionTest.kt +++ b/test/nl/hannahsten/texifyidea/util/LatexDistributionTest.kt @@ -1,7 +1,6 @@ -package nl.rubensten.texifyidea.util +package nl.hannahsten.texifyidea.util import org.junit.jupiter.api.Assertions.assertEquals -import org.junit.jupiter.api.Assertions.assertTrue import org.junit.jupiter.api.Test /** diff --git a/test/nl/rubensten/texifyidea/util/TexifyUtilTest.java b/test/nl/hannahsten/texifyidea/util/TexifyUtilTest.java similarity index 96% rename from test/nl/rubensten/texifyidea/util/TexifyUtilTest.java rename to test/nl/hannahsten/texifyidea/util/TexifyUtilTest.java index ec7da03bc..b32f364d8 100644 --- a/test/nl/rubensten/texifyidea/util/TexifyUtilTest.java +++ b/test/nl/hannahsten/texifyidea/util/TexifyUtilTest.java @@ -1,4 +1,4 @@ -package nl.rubensten.texifyidea.util; +package nl.hannahsten.texifyidea.util; import org.junit.Test; @@ -6,7 +6,7 @@ import static org.junit.Assert.assertTrue; /** - * @author Ruben Schellekens + * @author Hannah Schellekens */ public class TexifyUtilTest {